Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c345 char restbuf[LINESIZE + 2]; local
350 for (lm = restbuf; *p != '{'; *lm++ = *p++) {
351 if (lm >= &restbuf[sizeof (restbuf)]) {
402 &restbuf[sizeof (restbuf)]) {
407 strcat(restbuf, pe + 1);
411 expsh(restbuf);
414 } else if (amatch(s, restbuf))
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c300 char restbuf[FTPBUFSIZ + 2]; in execbrc() local
306 for (lm = restbuf; *p != '{'; *lm += len, p += len) { in execbrc()
364 (void) strcat(restbuf, pe + 1); in execbrc()
368 expand(restbuf); in execbrc()
371 } else if (amatch(s, restbuf)) in execbrc()
/titanic_41/usr/src/cmd/csh/
H A Dsh.glob.c284 tchar restbuf[BUFSIZ + 2]; in execbrc() local
293 for (lm = restbuf; *p != '{'; *lm++ = *p++) in execbrc()
339 (void) strcat_(restbuf, pe + 1); in execbrc()
343 expand(restbuf); in execbrc()
346 } else if (amatch(s, restbuf, &slproc)) in execbrc()