| /src/usr.bin/rdist/ |
| expand.c | 157 char expbuf[BUFSIZ]; local 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 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/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| printf_fphex.c | 97 char expbuf[5]; 419 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); 428 + ((expbuf + sizeof expbuf) - expstr)); 479 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr); 95 char expbuf[5]; local
|
| printf_fphex.c | 97 char expbuf[5]; 419 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); 428 + ((expbuf + sizeof expbuf) - expstr)); 479 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr); 95 char expbuf[5]; local
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| printf_fphex.c | 97 char expbuf[5]; 419 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); 428 + ((expbuf + sizeof expbuf) - expstr)); 479 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr); 95 char expbuf[5]; local
|
| printf_fphex.c | 97 char expbuf[5]; 419 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); 428 + ((expbuf + sizeof expbuf) - expstr)); 479 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr); 95 char expbuf[5]; local
|
| /src/external/bsd/am-utils/dist/amd/ |
| opts.c | 59 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN) 1032 char expbuf[MAXPATHLEN + 1]; local 1034 char *ep = expbuf; 1315 opt = xstrdup(expbuf);
|
| opts.c | 59 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN) 1032 char expbuf[MAXPATHLEN + 1]; local 1034 char *ep = expbuf; 1315 opt = xstrdup(expbuf);
|
| /src/lib/libc/stdio/ |
| vfwprintf.c | 1951 CHAR_T expbuf[MAXEXPDIG]; local 1961 t = expbuf + MAXEXPDIG; 1967 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);
|
| vfwprintf.c | 1951 CHAR_T expbuf[MAXEXPDIG]; local 1961 t = expbuf + MAXEXPDIG; 1967 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);
|