Home
last modified time | relevance | path

Searched refs:abuf (Results 1 – 8 of 8) sorted by relevance

/original-bsd/old/sh/
H A Dprint.c77 REG char *abuf; REG POS a, i; INT pr, d; in itos() local
78 abuf=numbuf; pr=FALSE; a=n; in itos()
80 DO IF (pr |= (d=a/i)) THEN *abuf++=d+'0' FI in itos()
83 *abuf++=a+'0'; in itos()
84 *abuf++=0; in itos()
/original-bsd/libexec/talkd/
H A Dprint.c47 char tbuf[80], *tp, abuf[80], *ap; local
55 (void)sprintf(abuf, "answer %d", rp->answer);
56 ap = abuf;
/original-bsd/lib/libc/net/
H A Dres_query.c253 static char abuf[MAXDNAME]; local
269 abuf[sizeof(abuf) - 1] = *C2 = '\0';
270 (void)strncpy(abuf, C1, sizeof(abuf) - 1);
272 return (abuf);
/original-bsd/usr.bin/mail/
H A Dquit.c46 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; in quit() local
188 if ((abuf = Fopen(mbox, "r")) != NULL) { in quit()
189 while ((c = getc(abuf)) != EOF) in quit()
191 Fclose(abuf); in quit()
276 abuf = Fopen(mailname, "r+"); in quit()
277 if (abuf == NULL) in quit()
280 (void) putc(c, abuf); in quit()
282 trunc(abuf); in quit()
283 Fclose(abuf); in quit()
/original-bsd/old/sed/
H A Dsed1.c158 if(aptr > abuf) {
423 if(aptr >= &abuf[ABUFSIZE]) {
551 if(aptr > abuf)
562 if(aptr > abuf)
591 if(aptr > abuf) arout();
597 if(aptr >= &abuf[ABUFSIZE])
707 aptr = abuf - 1; in arout()
723 aptr = abuf; in arout()
H A Dsed.h38 struct reptr *abuf[ABUFSIZE]; variable
H A Dsed0.c38 aptr = abuf;
/original-bsd/usr.sbin/pstat/
H A Dpstat.c852 getfiles(abuf, alen) in getfiles() argument
853 char **abuf; in getfiles()
879 *abuf = buf;