Searched defs:strchr (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s26 .file "strchr.s"
30 ENTRY(strchr) /* (char *, char) */ function
70 SET_SIZE(strchr)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s27 .file "strchr.s"
30 * The strchr() function returns a pointer to the first occurrence of c
45 ENTRY(strchr) function
216 SET_SIZE(strchr)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.s27 .file "strchr.s"
30 * The strchr() function returns a pointer to the first occurrence of c
45 ENTRY(strchr) function
216 SET_SIZE(strchr)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrchr.c43 strchr(const char *sp, int c) function
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s26 .file "strchr.s"
30 ENTRY(strchr) function
135 SET_SIZE(strchr)
/osnet-11/usr/src/lib/libcurses/screen/
H A Dinfotocap.c64 #if !defined(SYSV) && !defined(USG) && !defined(strchr)
66 #define strchr index macro
68 extern char *strchr();
157 if (strchr(value, '%') == NULLPTR)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h280 /* strchr() does not work with multibyte strings if the locale encoding is
282 # undef strchr macro
283 /* Assume strchr is always declared. */
284 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
717 Unlike strchr(), this function works correctly in multibyte locales with
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c48 void strchr(void) {} function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h331 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
332 #define strchr(s,c) index(s,c) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_std.h317 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
318 #define strchr(s,c) index(s,c) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h331 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
332 #define strchr(s,c) index(s,c) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h331 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
332 #define strchr(s,c) index(s,c) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h331 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
332 #define strchr(s,c) index(s,c) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h92 #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr)
93 #define strchr index macro
136 char *(strchr)(), *(strrchr)();
139 char *strchr(), *strrchr();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h543 #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr)
544 #define strchr index macro
2828 char *(strchr)(), *(strrchr)();
2831 char *strchr(), *strrchr();
4026 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b))

Completed in 58 milliseconds