Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libgen/common/
H A Dstrfind.c41 strfind(const char *as1, const char *as2) in strfind() argument
47 s1 = as1; in strfind()
53 offset = s1 - as1 - 1; in strfind()
59 s1 = offset + as1 + 1; in strfind()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dstrstr.c43 strstr(const char *as1, const char *as2) in strstr() argument
49 s1 = as1; in strstr()
82 strnstr(const char *as1, const char *as2, size_t n) in strnstr() argument
89 s1 = as1; in strnstr()
/titanic_41/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;
/titanic_41/usr/src/cmd/sh/
H A Dexpand.c208 addg(unsigned char *as1, unsigned char *as2, unsigned char *as3, in addg() argument
217 s1 = as1; in addg()
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_reass.c42 sip_reass_strstr(const char *as1, const char *as2) in sip_reass_strstr() argument
49 s1 = as1; in sip_reass_strstr()
/titanic_41/usr/src/cmd/mailx/
H A Dlex.c55 static int isprefix(char *as1, char *as2);
770 isprefix(char *as1, char *as2) in isprefix() argument
774 s1 = as1; in isprefix()
/titanic_41/usr/src/common/util/
H A Dstring.c500 strstr(const char *as1, const char *as2) in strstr() argument
506 s1 = as1; in strstr()
/titanic_41/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c131 nstrstr(const char *as1, const char *as2, char *bptr) in nstrstr() argument
137 s1 = as1; in nstrstr()
/titanic_41/usr/src/cmd/backup/restore/
H A Dutilities.c1038 addg(struct direct *dp, char *as1, char *as3, struct arglist *ap)
1046 s1 = as1;
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc951 char *strstr(const char *as1, const char *as2);