Home
last modified time | relevance | path

Searched defs:strrchr (Results 1 – 9 of 9) sorted by relevance

/freebsd/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) { in strrchr() function
90 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strrchr(char* __s, int __c) { in strrchr() function
/freebsd/sys/libkern/
H A Dstrrchr.c36 strrchr(const char *cp, int ch) in strrchr() function
/freebsd/lib/libc/string/
H A Dstrrchr.c36 strrchr(const char *p, int ch) in strrchr() function
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dstrchr.c46 strrchr(char const *s, int c) in strrchr() function
H A Dcompat.h338 # define strrchr rindex macro
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d38 int strrchr; variable
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c57 # define strrchr(_s, _c) option_strrchr(_s, _c) macro
/freebsd/contrib/wpa/src/utils/
H A Dos.h680 #define strrchr OS_DO_NOT_USE_strrchr macro
/freebsd/contrib/tcsh/
H A Dsh.h416 # define strrchr(a, b) rindex(a, b) macro