HomeSort by: relevance | last modified time | path
    Searched defs:expbuf (Results 1 - 2 of 2) sorted by relevancy

  /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...]
  /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++);

Completed in 12 milliseconds