From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5959 invoked by alias); 21 Sep 2013 17:27:58 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 5925 invoked by uid 89); 21 Sep 2013 17:27:58 -0000 Received: from popelka.ms.mff.cuni.cz (HELO popelka.ms.mff.cuni.cz) (195.113.20.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Sep 2013 17:27:58 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_NEUTRAL autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: popelka.ms.mff.cuni.cz Received: from domone.kolej.mff.cuni.cz (popelka.ms.mff.cuni.cz [195.113.20.131]) by popelka.ms.mff.cuni.cz (Postfix) with ESMTPS id B9E7550452; Sat, 21 Sep 2013 19:27:53 +0200 (CEST) Received: by domone.kolej.mff.cuni.cz (Postfix, from userid 1000) id 958DC5F822; Sat, 21 Sep 2013 19:27:53 +0200 (CEST) Date: Sat, 21 Sep 2013 17:27:00 -0000 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= To: ooprala at redhat dot com Cc: glibc-bugs@sourceware.org Subject: Re: [Bug libc/15973] New: glibc should provide strnspn() and strncspn() Message-ID: <20130921172753.GA15729@domone.kolej.mff.cuni.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00137.txt.bz2 On Sat, Sep 21, 2013 at 05:19:17PM +0000, ooprala at redhat dot com wrote: > > Strspn should have an 'n'-variant similar to its string-handling siblings. > What are use cases where it is needed?