| /src/tests/lib/libc/string/ |
| t_strspn.c | 38 ATF_TC(strspn); variable 39 ATF_TC_HEAD(strspn, tc) 41 atf_tc_set_md_var(tc, "descr", "Test strspn(3)"); 44 ATF_TC_BODY(strspn, tc) 46 ATF_CHECK_EQ(strspn("abcdefghijklmnop", ""), 0); 47 ATF_CHECK_EQ(strspn("abcdefghijklmnop", "a"), 1); 48 ATF_CHECK_EQ(strspn("abcdefghijklmnop", "b"), 0); 49 ATF_CHECK_EQ(strspn("abcdefghijklmnop", "ab"), 2); 50 ATF_CHECK_EQ(strspn("abcdefghijklmnop", "abc"), 3); 51 ATF_CHECK_EQ(strspn("abcdefghijklmnop", "abce"), 3) [all...] |
| /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
|
| /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 142 strspn(const char *s, const char *charset) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_win_dll_thunk.cc | 84 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_win_dll_thunk.cpp | 91 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_win_dll_thunk.cpp | 83 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/ |
| string.h | 1210 /* strspn() assumes the second argument is a list of single-byte characters. 1212 # undef strspn macro 1213 /* Assume strspn is always declared. */ 1214 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " 1604 Unlike strspn(), this function works correctly in multibyte locales. */
|