expand.c | 157 char expbuf[BUFSIZ]; local in function:expstr 191 snprintf(expbuf, sizeof(expbuf), "%s%s%s", s, 193 expstr(expbuf); 197 snprintf(expbuf, sizeof(expbuf), "%s%s", s, tail); 198 expstr(expbuf); 212 tilde = cp1 = expbuf; 218 if (pw == NULL || strcmp(pw->pw_name, expbuf+1) != 0) { 219 if ((pw = getpwnam(expbuf+1)) == NULL) [all...] |