Searched defs:__s1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dstring_iso.h115 inline char *strpbrk(char *__s1, const char *__s2) { argument
116 return (char *)strpbrk((const char *)__s1, __s2);
133 inline char *strstr(char *__s1, const char *__s2) { argument
134 return (char *)strstr((const char *)__s1, __s2);
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h468 inline char *strstr(char *__s1, const char *__s2) { argument
469 return (char *)strstr((const char *)__s1, __s2);
489 inline char *strpbrk(char *__s1, const char *__s2) { argument
490 return (char *)strpbrk((const char *)__s1, __s2);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h398 inline char *strstr(char *__s1, const char *__s2) { argument
399 return (char *)strstr((const char *)__s1, __s2);

Completed in 47 milliseconds