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

12

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s26 .file "strchr.s"
30 ENTRY(strchr) /* (char *, char) */ function
70 SET_SIZE(strchr)
/illumos-gate/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)
/illumos-gate/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)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrchr.c36 strchr(sp, c) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrchr.c43 strchr(const char *sp, int c) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrchr.c40 strchr(const char *p, int ch) function
54 __weak_reference(strchr, index);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacgcc.h68 * Some versions of gcc implement strchr() with a buggy macro. So,
74 #ifdef strchr
75 #undef strchr macro
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.s26 .file "strchr.s"
30 ENTRY(strchr) function
135 SET_SIZE(strchr)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h49 #define strchr _fstrchr macro
/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h102 extern const char *strchr(const char *, int);
106 inline char *strchr(char *__s, int __c) { function
107 return (char *)strchr((const char *)__s, __c);
140 extern char *strchr(const char *, int);
/illumos-gate/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)
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c47 void strchr(void) {} function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c97 strchr(const char *s, char ch) function
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h446 extern const char *strchr(const char *, int);
450 inline char *strchr(char *__s, int __c) { function
451 return (char *)strchr((const char *)__s, __c);
474 char *strchr(const char *, int);
H A Dsunddi.h445 /* Need to be consistent with <string.h> C++ definition for strchr() */
447 extern const char *strchr(const char *, int);
451 inline char *strchr(char *__s, int __c) { function
452 return (char *)strchr((const char *)__s, __c);
457 extern char *strchr(const char *, int);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c78 * FUNCTION: strchr
347 * FUNCTION: strchr
359 strchr ( function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h328 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
329 #define strchr(s,c) index(s,c) macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h314 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
315 #define strchr(s,c) index(s,c) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h328 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
329 #define strchr(s,c) index(s,c) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h328 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
329 #define strchr(s,c) index(s,c) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h328 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
329 #define strchr(s,c) index(s,c) macro
/illumos-gate/usr/src/common/util/
H A Dstring.c375 strchr(const char *sp, int c) function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h376 extern const char *strchr(const char *, int);
380 inline char *strchr(char *__s, int __c) { function
381 return (char *)strchr((const char *)__s, __c);
404 extern char *strchr(const char *, int);
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h550 #define index strchr
553 #define strchr index macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h486 #define index strchr
492 #define strchr index macro
507 extern char *strchr(), *strpbrk();

Completed in 119 milliseconds

12