Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/
H A Dstring.h74 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strchr(const char* __s, int __c… in strchr() function
77 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strchr(char* __s, int __c) { in strchr() function
/openbsd/sys/lib/libsa/
H A Dstrchr.c39 strchr(const char *p, int ch) in strchr() function
/openbsd/lib/libc/string/
H A Dstrchr.c36 strchr(const char *p, int ch) in strchr() function
/openbsd/gnu/lib/libiberty/src/
H A Dstrchr.c19 strchr (register const char *s, int c) in strchr() function
/openbsd/sys/lib/libkern/
H A Dstrchr.c38 strchr(const char *s, int c) in strchr() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstring-opt-4.c57 strchr (const char *s, int c) in strchr() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h106 strchr(char* __s1, int __n) in strchr() function
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h107 strchr(char* __s1, int __n) in strchr() function
/openbsd/gnu/usr.bin/binutils/intl/
H A Dfinddomain.c48 # define strchr index macro
H A Dl10nflist.c37 # define strchr index macro
H A Dlocalealias.c68 # define strchr index macro
H A Ddcgettext.c70 # define strchr index macro
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dfinddomain.c48 # define strchr index macro
H A Dl10nflist.c37 # define strchr index macro
H A Dlocalealias.c68 # define strchr index macro
H A Ddcgettext.c70 # define strchr index macro
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c56 # define strchr index macro
H A Dl10nflist.c33 # define strchr index macro
H A Ddcigettext.c63 # define strchr index macro
/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h180 # define strchr index macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c362 WRAPPER2(char *, strchr, const char *s, int c) in WRAPPER2() argument