Searched defs:strstr (Results 1 - 9 of 9) sorted by path

/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp92 INTERCEPT_LIBRARY_FUNCTION(strstr); variable
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { function
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstring.h101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const char* __s2) { function
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { function
/freebsd-current/contrib/ncurses/ncurses/
H A Dcurses.priv.h2257 #define strstr _nc_strstr macro
/freebsd-current/contrib/sendmail/src/
H A Dconf.c4251 strstr(big, little) function
/freebsd-current/contrib/tcsh/
H A Dsh.misc.c194 strstr(const char *s, const char *t) function
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h661 #define strstr OS_DO_NOT_USE_strstr macro
/freebsd-current/lib/libc/string/
H A Dstrstr.c195 strstr(const char *h, const char *n) function
/freebsd-current/sys/libkern/
H A Dstrstr.c42 strstr(const char *s, const char *find) function

Completed in 195 milliseconds