Searched defs:strstr (Results 1 - 4 of 4) sorted by relevance
/osnet-11/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
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | string.in.h | 536 # define strstr rpl_strstr macro 538 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) 541 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); 544 extern "C++" { const char * strstr (const char *, const char *); } 545 extern "C++" { char * strstr (char *, const char *); } */ 546 _GL_CXXALIAS_SYS_CAST2 (strstr, 552 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); 553 _GL_CXXALIASWARN1 (strstr, const char *, 556 _GL_CXXALIASWARN (strstr); variable 559 /* strstr() doe 563 # undef strstr macro [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4170 strstr(big, little) function
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 393 #define strstr grub_strstr macro
|
Completed in 28 milliseconds