Lines Matching defs:as
98 libc_mktemps(char *as, int slen)
117 if (as == NULL || *as == '\0') /* If the string passed is null then */
118 return (as); /* a pointer to a null string is returned. */
143 len = (int)strlen(as);
147 s = as + (len - 1);
166 s = as + len;
167 for (xcnt = previous_xcnt; xcnt && s > as; xcnt--) {
183 lstat64(as, &buf) == -1 && errno == ENOENT) {
185 return (as);
208 if (lstat64(as, &buf) == -1) {
215 return (as);
226 *as = '\0';
227 return (as);