Searched defs:strrchr (Results 1 - 9 of 9) sorted by last modified time

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstring.h87 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strrchr(const char* __s, int __c) { function
90 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strrchr(char* __s, int __c) { function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp90 INTERCEPT_LIBRARY_FUNCTION(strrchr); variable
/freebsd-current/sys/libkern/
H A Dstrrchr.c36 strrchr(const char *cp, int ch) function
/freebsd-current/lib/libc/string/
H A Dstrrchr.c36 strrchr(const char *p, int ch) function
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h338 # define strrchr rindex macro
H A Dstrchr.c46 strrchr(char const *s, int c) function
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dautoopts.c57 # define strrchr(_s, _c) option_strrchr(_s, _c) macro
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h660 #define strrchr OS_DO_NOT_USE_strrchr macro
/freebsd-current/contrib/tcsh/
H A Dsh.h416 # define strrchr(a, b) rindex(a, b) macro

Completed in 239 milliseconds