Home
last modified time | relevance | path

Searched refs:expbuf (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/rdist/
Dexpand.c157 char expbuf[BUFSIZ]; in expstr() local
191 snprintf(expbuf, sizeof(expbuf), "%s%s%s", s, in expstr()
193 expstr(expbuf); in expstr()
197 snprintf(expbuf, sizeof(expbuf), "%s%s", s, tail); in expstr()
198 expstr(expbuf); in expstr()
212 tilde = cp1 = expbuf; in expstr()
218 if (pw == NULL || strcmp(pw->pw_name, expbuf+1) != 0) { in expstr()
219 if ((pw = getpwnam(expbuf+1)) == NULL) { in expstr()
220 strlcat(expbuf, ": unknown user name", in expstr()
221 sizeof(expbuf)); in expstr()
[all …]
/netbsd/src/external/bsd/am-utils/dist/amd/
Dopts.c59 #define BUFSPACE(ep, len) (((ep) + (len)) < expbuf+MAXPATHLEN)
1032 char expbuf[MAXPATHLEN + 1]; in expand_op() local
1034 char *ep = expbuf; in expand_op()
1315 opt = xstrdup(expbuf); in expand_op()
/netbsd/src/lib/libc/stdio/
Dvfwprintf.c1951 CHAR_T expbuf[MAXEXPDIG]; in exponent() local
1961 t = expbuf + MAXEXPDIG; in exponent()
1967 for (; t < expbuf + MAXEXPDIG; *p++ = *t++); in exponent()