/openbsd/gnu/llvm/libcxx/include/ |
H A D | string.h | 74 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 D | strchr.c | 39 strchr(const char *p, int ch) in strchr() function
|
/openbsd/lib/libc/string/ |
H A D | strchr.c | 36 strchr(const char *p, int ch) in strchr() function
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | strchr.c | 19 strchr (register const char *s, int c) in strchr() function
|
/openbsd/sys/lib/libkern/ |
H A D | strchr.c | 38 strchr(const char *s, int c) in strchr() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | string-opt-4.c | 57 strchr (const char *s, int c) in strchr() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstring.h | 106 strchr(char* __s1, int __n) in strchr() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstring.h | 107 strchr(char* __s1, int __n) in strchr() function
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | finddomain.c | 48 # define strchr index macro
|
H A D | l10nflist.c | 37 # define strchr index macro
|
H A D | localealias.c | 68 # define strchr index macro
|
H A D | dcgettext.c | 70 # define strchr index macro
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | finddomain.c | 48 # define strchr index macro
|
H A D | l10nflist.c | 37 # define strchr index macro
|
H A D | localealias.c | 68 # define strchr index macro
|
H A D | dcgettext.c | 70 # define strchr index macro
|
/openbsd/gnu/usr.bin/gcc/gcc/intl/ |
H A D | localealias.c | 56 # define strchr index macro
|
H A D | l10nflist.c | 33 # define strchr index macro
|
H A D | dcigettext.c | 63 # define strchr index macro
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | system.h | 180 # define strchr index macro
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 362 WRAPPER2(char *, strchr, const char *s, int c) in WRAPPER2() argument
|