Searched defs:strchr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/cortex-strings/src/arm/ |
| H A D | strchr.S | 58 strchr: label
|
| /freebsd-13.1/sys/libkern/ |
| H A D | strchr.c | 39 strchr(const char *cp, int ch) in strchr() function
|
| /freebsd-13.1/lib/libc/string/ |
| H A D | strchr.c | 33 strchr(const char *s, int c) in strchr() function
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/ |
| H A D | tst.1.0.d | 37 int strchr; variable
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/compat/ |
| H A D | strchr.c | 34 strchr(char const *s, int c) in strchr() function
|
| H A D | compat.h | 337 # define strchr index macro
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | string.h | 75 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr() function 77 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr() function
|
| /freebsd-13.1/contrib/less/ |
| H A D | lessecho.c | 146 strchr(s, c) in strchr() function
|
| H A D | os.c | 355 strchr(s, c) in strchr() function
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | autoopts.c | 58 # define strchr(_s, _c) option_strchr(_s, _c) macro
|
| /freebsd-13.1/contrib/wpa/src/utils/ |
| H A D | os.h | 653 #define strchr OS_DO_NOT_USE_strchr macro
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.h | 415 # define strchr(a, b) index(a, b) macro
|