Searched defs:as2 (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | strfind.c | 41 strfind(const char *as1, const char *as2) argument 48 s2 = as2; 60 s2 = as2;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strstr.c | 37 * character) in the string as2. strstr() returns a pointer 39 * not found. If as2 is empty, the function returns as1. 43 strstr(const char *as1, const char *as2) argument 50 s2 = as2; 64 s2 = as2; 75 * character) in the string as2, where not more than n characters 78 * not found. If as2 is empty, the function returns as1. 82 strnstr(const char *as1, const char *as2, size_t n) argument 90 s2 = as2; 105 s2 = as2; [all...] |
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_reass.c | 42 sip_reass_strstr(const char *as1, const char *as2) argument 50 s2 = as2; 64 s2 = as2;
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | expand.c | 208 addg(unsigned char *as1, unsigned char *as2, unsigned char *as3, argument 235 s1 = as2;
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | lex.c | 55 static int isprefix(char *as1, char *as2); 767 * Determine if as1 is a valid prefix of as2. 770 isprefix(char *as1, char *as2) argument 775 s2 = as2;
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 125 * characters (excluding the terminating null character) in the string as2. 127 * the string is not found. If as2 is "", the function returns as1. 131 nstrstr(const char *as1, const char *as2, char *bptr) argument 138 s2 = as2; 152 s2 = as2; 160 * caddr_t strrstr(caddr_t as1, caddr_t as2 char *bptr1) 161 * return the address of the beginning of the last occruence of as2
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 506 strstr(const char *as1, const char *as2) argument 513 s2 = as2; 527 s2 = as2;
|
Completed in 56 milliseconds