Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-Id: <3.0.5.32.20030126200037.0080cdc0@h00207811519c.ne.client2.attbi.com> X-Sender: pierre AT h00207811519c DOT ne DOT client2 DOT attbi DOT com Date: Sun, 26 Jan 2003 20:00:37 -0500 To: cygwin-developers AT cygwin DOT com From: "Pierre A. Humblet" Subject: Re: passwd/group parsing In-Reply-To: <20030127001952.GA1908@redhat.com> References: <3 DOT 0 DOT 5 DOT 32 DOT 20030126182438 DOT 00805230 AT h00207811519c DOT ne DOT client2 DOT attbi DOT com> <3 DOT 0 DOT 5 DOT 32 DOT 20030125204634 DOT 00802ad0 AT mail DOT attbi DOT com> <3 DOT 0 DOT 5 DOT 32 DOT 20030125204634 DOT 00802ad0 AT mail DOT attbi DOT com> <3 DOT 0 DOT 5 DOT 32 DOT 20030126182438 DOT 00805230 AT h00207811519c DOT ne DOT client2 DOT attbi DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 07:19 PM 1/26/2003 -0500, Christopher Faylor wrote: >I'll change this to strchr. Actually, I'll change it to 'strechr' since >implementing strechr is another thing I've been meaning to do for a >while. strechr is a variation of strchr which returns EOS on failure. >It could simplify code throughout cygwin. Great. I didn't know it existed but have often wished it would. Pierre