| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| strchr.s | 26 .file "strchr.s" 30 ENTRY(strchr) /* (char *, char) */ function 70 SET_SIZE(strchr)
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| strchr.c | 43 strchr(const char *sp, int c) function
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| strchr.s | 27 .file "strchr.s" 30 * The strchr() function returns a pointer to the first occurrence of c 45 ENTRY(strchr) function 216 SET_SIZE(strchr)
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| strchr.s | 27 .file "strchr.s" 30 * The strchr() function returns a pointer to the first occurrence of c 45 ENTRY(strchr) function 216 SET_SIZE(strchr)
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| strchr.c | 36 strchr(sp, c) function
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| fakewin.h | 49 #define strchr _fstrchr macro
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| string_iso.h | 110 extern const char *strchr(const char *, int); 114 inline char *strchr(char *__s, int __c) { function 115 return (char *)strchr((const char *)__s, __c); 148 extern char *strchr(const char *, int); 162 extern char *strchr();
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| strchr.s | 26 .file "strchr.s" 30 ENTRY(strchr) function 135 SET_SIZE(strchr)
|
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| infotocap.c | 64 #if !defined(SYSV) && !defined(USG) && !defined(strchr) 66 #define strchr index macro 68 extern char *strchr(); 157 if (strchr(value, '%') == NULLPTR)
|
| /onnv/onnv-gate/usr/src/lib/libumem/common/ |
| linktest_stand.c | 48 void strchr(void) {} function
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| systm.h | 427 extern const char *strchr(const char *, int); 431 inline char *strchr(char *__s, int __c) { function 432 return (char *)strchr((const char *)__s, __c); 455 char *strchr(const char *, int);
|
| sunddi.h | 419 /* Need to be consistent with <string.h> C++ definition for strchr() */ 421 extern const char *strchr(const char *, int); 425 inline char *strchr(char *__s, int __c) { function 426 return (char *)strchr((const char *)__s, __c); 431 extern char *strchr(const char *, int); [all...] |
| /onnv/onnv-gate/usr/src/common/util/ |
| string.c | 369 strchr(const char *sp, int c) function
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_std.h | 325 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index) 326 #define strchr(s,c) index(s,c) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/common/include/ |
| ast_std.h | 311 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index) 312 #define strchr(s,c) index(s,c) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| ast_std.h | 325 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index) 326 #define strchr(s,c) index(s,c) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| ast_std.h | 325 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index) 326 #define strchr(s,c) index(s,c) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| ast_std.h | 325 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index) 326 #define strchr(s,c) index(s,c) macro
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_modapi.h | 299 extern const char *strchr(const char *, int); 303 inline char *strchr(char *__s, int __c) { function 304 return (char *)strchr((const char *)__s, __c); 327 extern char *strchr(const char *, int);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| a2p.h | 92 #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr) 93 #define strchr index macro 136 char *(strchr)(), *(strrchr)(); 139 char *strchr(), *strrchr();
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| uucp.h | 550 #define index strchr 553 #define strchr index macro
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| uucp.h | 486 #define index strchr 492 #define strchr index macro 507 extern char *strchr(), *strpbrk();
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| perl.h | 543 #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr) 544 #define strchr index macro [all...] |