/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
|
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
|
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
|