Searched defs:strstr (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrstr.c34 #pragma weak strstr = _strstr macro
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrstr.c34 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 Dstrstr.c35 * 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 Dutil.c61 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 Dstring_iso.h129 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 Dsystm.h464 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 Dutclib.c82 * 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 Dstring.c506 strstr(const char *as1, const char *as2) function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h394 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 Dconf.c4172 strstr(big, little) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h393 #define strstr grub_strstr macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile1238 strstr.3c \
2298 strstr.3c := LINKSRC = string.3c

Completed in 135 milliseconds