/src/usr.bin/rdist/ |
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...] |
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...] |
/src/lib/libc/stdio/ |
vfwprintf.c | 1951 CHAR_T expbuf[MAXEXPDIG]; local in function:exponent 1961 t = expbuf + MAXEXPDIG; 1967 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);
|
vfwprintf.c | 1951 CHAR_T expbuf[MAXEXPDIG]; local in function:exponent 1961 t = expbuf + MAXEXPDIG; 1967 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);
|