Searched defs:as1 (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | strfind.c | 41 strfind(const char *as1, const char *as2) argument 47 s1 = as1; 53 offset = s1 - as1 - 1; 59 s1 = offset + as1 + 1;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strstr.c | 35 * strstr() locates the first occurrence in the string as1 of 39 * not found. If as2 is empty, the function returns as1. 43 strstr(const char *as1, const char *as2) argument 49 s1 = as1; 73 * strnstr() locates the first occurrence in the string as1 of 76 * from the string as1 are searched. strnstr() returns a pointer 78 * not found. If as2 is empty, the function returns as1. 82 strnstr(const char *as1, const char *as2, size_t n) argument 89 s1 = as1;
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_reass.c | 42 sip_reass_strstr(const char *as1, const char *as2) argument 49 s1 = as1;
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | expand.c | 208 addg(unsigned char *as1, unsigned char *as2, unsigned char *as3, argument 217 s1 = as1; 226 * if as1 is not "/"
|
/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 774 s1 = as1;
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 124 * nstrstr() locates the first occurrence in the string as1 of the sequence of 127 * the string is not found. If as2 is "", the function returns as1. 131 nstrstr(const char *as1, const char *as2, char *bptr) argument 137 s1 = as1; 160 * caddr_t strrstr(caddr_t as1, caddr_t as2 char *bptr1) 162 * in as1 or NULL if not found
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 1038 addg(struct direct *dp, char *as1, char *as3, struct arglist *ap) argument 1046 s1 = as1;
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 506 strstr(const char *as1, const char *as2) argument 512 s1 = as1;
|
Completed in 70 milliseconds