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

  /src/sys/arch/ia64/stand/common/
strspn.c 1 /* $NetBSD: strspn.c,v 1.2 2009/03/14 21:04:10 dsl Exp $ */
35 static char sccsid[] = "@(#)strspn.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: strspn.c,v 1.2 2009/03/14 21:04:10 dsl Exp $");
49 strspn(const char *s1, const char *s2) function in typeref:typename:size_t
  /src/common/lib/libc/string/
strspn.c 1 /* $NetBSD: strspn.c,v 1.3 2023/06/18 22:18:13 rillig Exp $ */
29 __RCSID("$NetBSD: strspn.c,v 1.3 2023/06/18 22:18:13 rillig Exp $");
43 strspn(const char *s, const char *charset) function in typeref:typename:size_t
142 strspn(const char *s, const char *charset) function in typeref:typename:size_t

Completed in 12 milliseconds