Searched refs:strcspn (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcspn.c3 Ensure all expected transformations of builtin strcspn occur and
10 extern size_t strcspn (const char *, const char *);
19 if (strcspn (s1, "hello") != 0)
21 if (strcspn (s1, "z") != 11)
23 if (strcspn (s1+4, "z") != 7)
25 if (strcspn (s1, "hello world") != 0)
27 if (strcspn (s1, "") != 11)
30 if (strcspn (dst, "") != 11)
33 if (strcspn (++d2, "") != 10 || d2 != dst+1)
36 if (strcspn (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr54486.c12 extern size_t strcspn (const char *, const char *);
25 printf ("%zu\n", strcspn ("abc", "abcdefg"));
26 printf ("%zu\n", (size_t) strcspn ("abc", "abcdefg"));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrcspn.c6 strcspn (const char *s1, const char *s2) function
H A Dstrspn.c6 strcspn (const char *s1, const char *s2) function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/headers/cstring/
H A Dfunctions_std.cc34 using std::strcspn;
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstring.h48 using std::strcspn;
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-demangle.c190 p += strcspn (p, " \t=");
200 p += strcspn (p, " \t");
/haiku-buildtools/binutils/gold/testsuite/
H A Dplugin_test.c613 p += strcspn(p, " ");
617 p += strcspn(p, " ");
622 p += strcspn(p, " ");
627 p += strcspn(p, " ");
632 p += strcspn(p, " ");
637 p += strcspn(p, " ");
643 p += strcspn(p, "]");
649 p += strcspn(p, " ");
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-demangle.c243 p += strcspn (p, " \t=");
253 p += strcspn (p, " \t");
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-demangle.c243 p += strcspn (p, " \t=");
253 p += strcspn (p, " \t");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr59717.c196 strcspn (p, q); /* { dg-warning "incompatible implicit" } */
/haiku-buildtools/gcc/gcc/cp/
H A Dcfns.h216 "strcspn",
/haiku-buildtools/binutils/gold/
H A Dmain.cc83 const int len = strcspn(argpos, "'");
H A Doptions.cc618 size_t length = strcspn(p, ",:");
/haiku-buildtools/jam/
H A Dregexp.c196 STATIC int strcspn();
1290 * The following is provided for those people who do not have strcspn() in
1297 * strcspn - find length of initial segment of s1 consisting entirely
1302 strcspn( function
/haiku-buildtools/gcc/libcpp/
H A Dinternal.h790 return strcspn ((const char *)s1, s2);
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-ops.c726 len = strcspn (s, " \t,()");
/haiku-buildtools/binutils/gas/
H A Ditbl-ops.c723 len = strcspn (s, " \t,()");
/haiku-buildtools/legacy/binutils/gas/config/
H A Dxtensa-relax.c1170 insn_name_len = strcspn (s, " ");
1236 len = strcspn (p, " !=");
/haiku-buildtools/binutils/gas/config/
H A Dxtensa-relax.c1178 insn_name_len = strcspn (s, " ");
1244 len = strcspn (p, " !=");
H A Dtc-tilegx.c1241 opname_len = strcspn (str, " {}");
H A Dtc-tilepro.c1126 opname_len = strcspn (str, " {}");
/haiku-buildtools/gcc/intl/
H A Dloadmsgcat.c806 len = strcspn (charsetstr, " \t\n");
/haiku-buildtools/binutils/intl/
H A Dloadmsgcat.c806 len = strcspn (charsetstr, " \t\n");
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-partition.c841 size_t off = strcspn (match, reject);

Completed in 225 milliseconds

12