HomeSort by: relevance | last modified time | path
    Searched defs:strcspn (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/string/
strcspn.c 1 /* $NetBSD: strcspn.c,v 1.2 2018/02/04 01:13:45 mrg Exp $ */
29 __RCSID("$NetBSD: strcspn.c,v 1.2 2018/02/04 01:13:45 mrg Exp $");
44 strcspn(const char *s, const char *charset) function in typeref:typename:size_t
strspn.c 108 /* For strcspn() we just invert the validity set */
148 strcspn(const char *s, const char *charset) function in typeref:typename:size_t
  /src/lib/libcompat/regexp/
regexp.c 189 #ifdef STRCSPN
190 STATIC int strcspn __P((char *, char *));
1301 * The following is provided for those people who do not have strcspn() in
1306 #ifdef STRCSPN
1308 * strcspn - find length of initial segment of s1 consisting entirely
1313 strcspn(s1, s2) function

Completed in 13 milliseconds