Searched defs:strstr (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | strstr.c | 34 #pragma weak strstr = _strstr macro
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strstr.c | 34 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; 45 strstr(const char *s, const char *find) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strstr.c | 35 * strstr() locates the first occurrence in the string as1 of 37 * character) in the string as2. strstr() returns a pointer 43 strstr(const char *as1, const char *as2) function
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | util.c | 61 strstr(s1, s2) function 161 found1 = strstr(local_entry, token1); 168 found2 = strstr(local_entry, token2); 173 found3 = strstr(local_entry, token3);
|
/illumos-gate/usr/src/head/iso/ |
H A D | string_iso.h | 129 extern const char *strstr(const char *, const char *); 133 inline char *strstr(char *__s1, const char *__s2) { function 134 return (char *)strstr((const char *)__s1, __s2); 143 extern char *strstr(const char *, const char *);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 464 extern const char *strstr(const char *, const char *); 468 inline char *strstr(char *__s1, const char *__s2) { function 469 return (char *)strstr((const char *)__s1, __s2); 476 char *strstr(const char *, const char *);
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 82 * FUNCTION: strstr 497 * FUNCTION: strstr 505 * full implementation of strstr, only sufficient for command 511 strstr ( function
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 506 strstr(const char *as1, const char *as2) function
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.h | 394 extern const char *strstr(const char *, const char *); 398 inline char *strstr(char *__s1, const char *__s2) { function 399 return (char *)strstr((const char *)__s1, __s2); 406 extern char *strstr(const char *, const char *);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4172 strstr(big, little) function
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 393 #define strstr grub_strstr macro
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1238 strstr.3c \ 2298 strstr.3c := LINKSRC = string.3c
|
Completed in 115 milliseconds