Searched defs:scopy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c204 * scopy(ptr to str, ptr to str) - copy first arg str to second
208 scopy(CHR *s, CHR *t) function
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c208 char *scopy; local
211 scopy = NULL;
213 scopy = strdup( s );
215 return scopy;

Completed in 71 milliseconds