Searched defs:strchr (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/contrib/cortex-strings/src/arm/ |
H A D | strchr.S | 56 .global strchr symbol 58 strchr: label
|
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | string.h | 73 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strchr(const char* __s, int __c… in strchr() function 76 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strchr(char* __s, int __c) { in strchr() function
|
/freebsd-src/lib/libc/string/ |
H A D | strchr.c | 30 strchr(const char *s, int c) in strchr() function
|
/freebsd-src/sys/libkern/ |
H A D | strchr.c | 36 strchr(const char *cp, int ch) in strchr() function
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/ |
H A D | tst.1.0.d | 37 int strchr; variable
|
/freebsd-src/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-src/contrib/less/ |
H A D | lessecho.c | 163 char * strchr(char *s, char c) in strchr() function
|
H A D | os.c | 443 * strchr is used by regexp.c. in strchr() function
|
/freebsd-src/contrib/ntp/sntp/libopts/ |
H A D | autoopts.c | 58 # define strchr(_s, _c) option_strchr(_s, _c) macro
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | os.h | 653 #define strchr OS_DO_NOT_USE_strchr global() macro
|
/freebsd-src/stand/forth/ |
H A D | support.4th | 181 : strchr { addr len c -- addr' len' } word
|
/freebsd-src/contrib/tcsh/ |
H A D | sh.h | 415 # define strchr(a, b) index(a, b) macro
|