Searched refs:as1 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libgen/common/
H A Dstrfind.c41 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/libast/common/comp/
H A Dmemcpy.c48 memcpy(void* as1, const void* as2, register size_t n)
50 register char* s1 = (char*)as1;
55 return(as1);
H A Dmemccpy.c39 memccpy(void* as1, const void* as2, register int c, size_t n)
41 register char* s1 = (char*)as1;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrstr.c35 * 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/cmd/sh/
H A Dexpand.c208 addg(unsigned char *as1, unsigned char *as2, unsigned char *as3, argument
217 s1 = as1;
226 * if as1 is not "/"
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_reass.c42 sip_reass_strstr(const char *as1, const char *as2) argument
49 s1 = as1;
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c55 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/common/util/
H A Dstring.c506 strstr(const char *as1, const char *as2) argument
512 s1 = as1;
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c124 * 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 Dutilities.c1038 addg(struct direct *dp, char *as1, char *as3, struct arglist *ap) argument
1046 s1 = as1;
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc956 char *strstr(const char *as1, const char *as2);

Completed in 70 milliseconds