Searched defs:strpbrk (Results 1 - 7 of 7) sorted by path

/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h69 #undef strpbrk macro
113 strpbrk(char* __s1, const char* __s2) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h68 #undef strpbrk macro
112 strpbrk(char* __s1, const char* __s2) function in namespace:std
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstring-opt-2.c50 strpbrk(const char *s1, const char *s2) function
[all...]
/openbsd-current/lib/libc/hidden/
H A Dstring.h69 PROTO_NORMAL(strpbrk); variable
/openbsd-current/lib/libc/string/
H A Dstrpbrk.c37 strpbrk(const char *s1, const char *s2) function
49 DEF_STRONG(strpbrk); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp88 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable
/openbsd-current/gnu/llvm/libcxx/include/
H A Dstring.h81 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const char* __s2) { function
84 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2) { function

Completed in 201 milliseconds