Searched refs:tempbuf (Results 1 – 6 of 6) sorted by relevance
/original-bsd/usr.bin/uucp/libacu/ |
H A D | cds224.c | 31 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 D | errmsg.c | 117 char tempbuf[40]; local 187 problemstr = tempbuf; 196 problemstr = tempbuf; 204 problemstr = tempbuf;
|
/original-bsd/contrib/xns/examples/filing/ |
H A D | errmsg.c | 111 char tempbuf[40]; local 181 problemstr = tempbuf; 190 problemstr = tempbuf; 198 problemstr = tempbuf;
|
/original-bsd/old/berknet/ |
H A D | netlpr.c | 37 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 D | sysline.c | 931 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 D | rcsfnms.c | 676 static struct buf tempbuf; local 729 bufscpy(&tempbuf, purefname); 730 workfilename = p = tempbuf.string;
|