Searched refs:strcasestr (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/lib/libc/string/ |
| D | strcasestr.c | 43 strcasestr(const char *s, const char *find) in strcasestr() function 61 DEF_WEAK(strcasestr);
|
| D | Makefile.inc | 7 strcasecmp.c strcasecmp_l.c strcasestr.c strcoll.c strcoll_l.c \
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerInterceptors.cpp | 148 DEFINE_REAL(char *, strcasestr, const char *, const char *) in DEFINE_REAL() 205 ATTRIBUTE_INTERFACE char *strcasestr(const char *s1, const char *s2) { in strcasestr() function 207 char *result = REAL(strcasestr)(s1, s2); in strcasestr() 245 REAL(strcasestr) = reinterpret_cast<strcasestr_type>( in fuzzerInit() 246 getFuncAddr("strcasestr", reinterpret_cast<uintptr_t>(&strcasestr))); in fuzzerInit()
|
| /openbsd/src/usr.bin/mail/ |
| D | list.c | 650 return (strcasestr(cp, str) != NULL); in matchsender() 674 if (cp != NULL && strcasestr(cp, str) != NULL) in matchto() 720 return (strcasestr(cp, str) != NULL); in matchsubj()
|
| /openbsd/src/lib/libc/hidden/ |
| D | string.h | 46 PROTO_NORMAL(strcasestr);
|
| /openbsd/src/include/ |
| D | string.h | 133 char *strcasestr(const char *, const char *);
|
| /openbsd/src/usr.bin/mandoc/ |
| D | dbm_map.c | 178 return strcasestr(str, match->str) != NULL; in dbm_match()
|
| D | mansearch.c | 538 if (strcasestr(have, want) != NULL) in lstmatch()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | debugserver.cpp | 1107 else if (strcasestr(optarg, "posix") == optarg) { in main() 1111 } else if (strcasestr(optarg, "fork") == optarg) in main() 1114 else if (strcasestr(optarg, "spring") == optarg) { in main() 1121 else if (strcasestr(optarg, "backboard") == optarg) { in main() 1127 else if (strcasestr(optarg, "frontboard") == optarg) { in main()
|
| /openbsd/src/usr.bin/tmux/ |
| D | tmux.c | 484 if (strcasestr(s, "UTF-8") != NULL || in main() 485 strcasestr(s, "UTF8") != NULL) in main()
|
| /openbsd/src/usr.sbin/ldapd/ |
| D | filter.c | 92 if ((p = strcasestr(vs, cmpval)) != NULL) in ldap_filt_subs_value()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_flags.inc | 205 "If set, uses custom wrappers for strstr and strcasestr functions "
|
| D | sanitizer_common_interceptors.inc | 661 INTERCEPTOR(char*, strcasestr, const char *s1, const char *s2) { 663 COMMON_INTERCEPTOR_ENTER(ctx, strcasestr, s1, s2); 664 char *r = REAL(strcasestr)(s1, s2); 672 #define INIT_STRCASESTR COMMON_INTERCEPT_FUNCTION(strcasestr);
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1624 strcasestr
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 425 endhostent() isalnum() strcasestr() 734 err() islower_l() strcasestr()
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/ |
| D | checkers.rst | 2409 …rt_r``, ``rawmemchr``, ``read``, ``recv``, ``recvfrom``, ``rindex``, ``strcasestr``, ``strchr``, `…
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2969 fun:strcasestr=uninstrumented
|