Searched defs:strchr (Results 1 - 13 of 13) sorted by path

/freebsd-current/contrib/cortex-strings/src/arm/
H A Dstrchr.S58 strchr: label
/freebsd-current/contrib/less/
H A Dlessecho.c163 char * strchr(char *s, char c) function
H A Dos.c443 char * strchr(char *s, char c) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp79 INTERCEPT_LIBRARY_FUNCTION(strchr); variable
/freebsd-current/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) { function
76 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strchr(char* __s, int __c) { function
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dautoopts.c58 # define strchr(_s, _c) option_strchr(_s, _c) macro
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h337 # define strchr index macro
H A Dstrchr.c34 strchr(char const *s, int c) function
/freebsd-current/contrib/tcsh/
H A Dsh.h415 # define strchr(a, b) index(a, b) macro
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h652 #undef strchr macro
653 #define strchr OS_DO_NOT_USE_strchr macro
/freebsd-current/lib/libc/string/
H A Dstrchr.c30 strchr(const char *s, int c) function
/freebsd-current/sys/contrib/dev/acpica/include/platform/
H A Dacgccex.h163 #undef strchr macro
/freebsd-current/sys/libkern/
H A Dstrchr.c36 strchr(const char *cp, int ch) function

Completed in 280 milliseconds