Home
last modified time | relevance | path

Searched refs:tempbuf (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/uucp/libacu/
H A Dcds224.c31 char tempbuf[20]; local
79 sprintf(tempbuf,"D%s\r",telno);
80 write(dh, tempbuf, strlen(tempbuf));
/original-bsd/contrib/xns/examples/filing_common/
H A Derrmsg.c117 char tempbuf[40]; local
187 problemstr = tempbuf;
196 problemstr = tempbuf;
204 problemstr = tempbuf;
/original-bsd/contrib/xns/examples/filing/
H A Derrmsg.c111 char tempbuf[40]; local
181 problemstr = tempbuf;
190 problemstr = tempbuf;
198 problemstr = tempbuf;
/original-bsd/old/berknet/
H A Dnetlpr.c37 static char tomachstr[BUFSIZ], realcmd[BUFSIZ], tempbuf[BUFSIZ], local
58 case 'm': harg(tempbuf);
59 remote = lookup(tempbuf);
61 fprintf(stderr,"Unknown machine %s\n",tempbuf);
/original-bsd/old/sysline/
H A Dsysline.c931 char tempbuf[150]; local
934 (void)vsnprintf(tempbuf, sizeof(tempbuf), fmt, ap);
936 stringcat(tempbuf, -1);
/original-bsd/contrib/rcs-V5.6/src/
H A Drcsfnms.c676 static struct buf tempbuf; local
729 bufscpy(&tempbuf, purefname);
730 workfilename = p = tempbuf.string;