Home
last modified time | relevance | path

Searched defs:strchr (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/cortex-strings/src/arm/
H A Dstrchr.S58 strchr: label
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring.h73 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/lib/libc/string/
H A Dstrchr.c30 strchr(const char *s, int c) in strchr() function
/freebsd/sys/libkern/
H A Dstrchr.c36 strchr(const char *cp, int ch) in strchr() function
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dstrchr.c34 strchr(char const *s, int c) in strchr() function
H A Dcompat.h337 # define strchr index macro
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d37 int strchr; variable
/freebsd/contrib/less/
H A Dlessecho.c163 char * strchr(char *s, char c) in strchr() function
H A Dos.c443 char * strchr(char *s, char c) in strchr() function
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c58 # define strchr(_s, _c) option_strchr(_s, _c) macro
/freebsd/contrib/wpa/src/utils/
H A Dos.h653 #define strchr OS_DO_NOT_USE_strchr macro
/freebsd/contrib/tcsh/
H A Dsh.h415 # define strchr(a, b) index(a, b) macro