Searched defs:strstr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | string.h | 105 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function 108 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | string.h | 101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function 104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
|
| /freebsd/sys/libkern/ |
| H A D | strstr.c | 42 strstr(const char *s, const char *find) in strstr() function
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/ |
| H A D | tst.1.0.d | 36 int strstr; variable
|
| /freebsd/lib/libc/string/ |
| H A D | strstr.c | 195 strstr(const char *h, const char *n) in strstr() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerInterceptors.cpp | 197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { in strstr() function
|
| /freebsd/contrib/less/ |
| H A D | os.c | 570 char * strstr(constant char *haystack, constant char *needle) in strstr() function
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | os.h | 681 #define strstr OS_DO_NOT_USE_strstr macro
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.misc.c | 194 strstr(const char *s, const char *t) in strstr() function
|
| /freebsd/contrib/sendmail/src/ |
| H A D | conf.c | 4251 strstr(big, little) in strstr() function
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 2169 #define strstr _nc_strstr macro
|