Home
last modified time | relevance | path

Searched refs:strspn (Results 1 – 25 of 137) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
Dstring-opt-11.c10 extern size_t strspn (const char *, const char *);
18 if (strspn (s1, "hello") != 5) in main()
20 if (strspn (s1+4, "hello") != 1) in main()
22 if (strspn (s1, "z") != 0) in main()
24 if (strspn (s1, "hello world") != 11) in main()
26 if (strspn (s1, "") != 0) in main()
29 if (strspn (dst, "") != 0) in main()
32 if (strspn (++d2, "") != 0 || d2 != dst+1) in main()
35 if (strspn (++d2+5, "") != 0 || d2 != dst+1) in main()
37 if (strspn ("", s1) != 0) in main()
[all …]
/openbsd/src/lib/libc/string/
Dstrspn.c37 strspn(const char *s1, const char *s2) in strspn() function
52 DEF_STRONG(strspn);
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
Dtesting.h109 strspn();
111 strlen(), strspn();
/openbsd/src/gnu/gcc/fixincludes/tests/base/
Dtesting.h126 strspn();
128 strlen(), strspn();
/openbsd/src/usr.sbin/config/
Dmisc.c51 buf = &buf[strspn(buf, " \t")]; in parse_cmd()
55 buf = &cp[strspn(cp, " \t")]; in parse_cmd()
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstring.h71 #undef strspn
92 using ::strspn;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cstring.h70 #undef strspn
91 using ::strspn;
/openbsd/src/usr.sbin/mailwrapper/
Dmailwrapper.c124 cp += strspn(cp, WS); in main()
134 cp += strspn(cp, WS); in main()
/openbsd/src/usr.bin/rsync/
Dmkpath.c54 slash += strspn(slash, "/"); in mkpath()
/openbsd/src/usr.bin/patch/
Dmkpath.c55 slash += strspn(slash, "/"); in mkpath()
/openbsd/src/usr.sbin/rpki-client/
Dmkdir.c58 slash += strspn(slash, "/"); in mkpathat()
/openbsd/src/libexec/tradcpp/
Ddirective.c378 pos += strspn(line+pos, ws); in d_define()
504 moretext += strspn(moretext, ws); in d_line()
613 skip = len + strspn(line+len, ws); in directive_gotdirective()
694 skip = 1 + strspn(line + 1, ws); in directive_gotline()
/openbsd/src/lib/libc/arch/hppa/string/
DMakefile.inc8 strpbrk.c strsep.c strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/powerpc/string/
DMakefile.inc8 strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/i386/string/
DMakefile.inc9 strspn.c strstr.c
/openbsd/src/lib/libc/arch/amd64/string/
DMakefile.inc9 strsep.c strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/sh/string/
DMakefile.inc8 strpbrk.c strsep.c strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/riscv64/string/
DMakefile.inc9 strspn.c swab.c strstr.c
/openbsd/src/lib/libc/arch/m88k/string/
DMakefile.inc8 strncpy.c strpbrk.c strsep.c strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/aarch64/string/
DMakefile.inc9 strspn.c swab.c strstr.c
/openbsd/src/lib/libc/arch/powerpc64/string/
DMakefile.inc8 strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/mips64/string/
DMakefile.inc8 strpbrk.c strsep.c strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/sparc64/string/
DMakefile.inc10 strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/alpha/string/
DMakefile.inc9 strspn.c strstr.c swab.c
/openbsd/src/lib/libc/arch/arm/string/
DMakefile.inc9 strspn.c swab.c strstr.c

123456