HomeSort by: relevance | last modified time | path
    Searched defs:strpbrk (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strpbrk.c 26 #undef strpbrk macro
30 strpbrk (const char *s, const char *accept) function
  /src/tests/lib/libc/string/
t_strpbrk.c 38 ATF_TC(strpbrk); variable
39 ATF_TC_HEAD(strpbrk, tc)
41 atf_tc_set_md_var(tc, "descr", "Test strpbrk(3)");
44 ATF_TC_BODY(strpbrk, tc)
48 ATF_CHECK_EQ(strpbrk(s, ""), NULL);
49 ATF_CHECK_EQ(strpbrk(s, "qrst"), NULL);
50 ATF_CHECK_EQ(strpbrk(s, "a"), s);
51 ATF_CHECK_EQ(strpbrk(s, "b"), s + 1);
52 ATF_CHECK_EQ(strpbrk(s, "ab"), s);
53 ATF_CHECK_EQ(strpbrk(s, "cdef"), s + 2)
    [all...]
  /src/external/bsd/nvi/dist/clib/
strpbrk.c 37 static const char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strpbrk.c,v 1.2 2014/01/26 21:43:45 christos Exp $");
49 * PUBLIC: char *strpbrk __P((const char *, const char *));
53 strpbrk(register const char *s1, register const char *s2) function
  /src/external/bsd/libbind/dist/bsd/
strpbrk.c 1 /* $NetBSD: strpbrk.c,v 1.1.1.2 2012/09/09 16:07:42 christos Exp $ */
4 static const char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
5 static const char rcsid[] = "Id: strpbrk.c,v 1.2 2005/04/27 04:56:12 sra Exp ";
58 strpbrk(const char *s1, const char *s2) { function
  /src/common/lib/libc/string/
strpbrk.c 1 /* $NetBSD: strpbrk.c,v 1.3 2024/01/20 14:55:11 christos Exp $ */
29 __RCSID("$NetBSD: strpbrk.c,v 1.3 2024/01/20 14:55:11 christos Exp $");
53 strpbrk(const char *s, const char *charset) function
  /src/external/cddl/osnet/sys/kern/
string.c 38 strpbrk(const char *s, const char *b) function
  /src/external/apache2/llvm/dist/libcxx/include/
string.h 40 const char* strpbrk(const char* s1, const char* s2);
41 char* strpbrk( char* s1, const char* s2);
80 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 289 * FUNCTION: strpbrk
302 strpbrk ( function
355 SavedPtr = strpbrk (Begin, Delimiters);
359 SavedPtr = strpbrk (Begin, Delimiters);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 82 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 89 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 81 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
string.h 1168 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
1173 extern "C" { const char * strpbrk (const char *, const char *); }
1174 extern "C++" { char * strpbrk (char *, const char *); } */
1175 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
1181 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept) throw ());
1182 _GL_CXXALIASWARN1 (strpbrk, char const *,
1185 _GL_CXXALIASWARN (strpbrk);
1188 /* strpbrk() assumes the second argument is a list of single-byte characters.
1192 # undef strpbrk
1193 _GL_WARN_ON_USE_CXX (strpbrk,
1200 # undef strpbrk macro
    [all...]

Completed in 50 milliseconds

1 2 3