Searched refs:pbuf (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfpkrd.c94 { struct strpeek pbuf; local
95 pbuf.flags = 0;
96 pbuf.ctlbuf.maxlen = -1;
97 pbuf.ctlbuf.len = 0;
98 pbuf.ctlbuf.buf = NIL(char*);
99 pbuf.databuf.maxlen = n;
100 pbuf.databuf.buf = buf;
101 pbuf.databuf.len = 0;
103 if((r = ioctl(fd,I_PEEK,&pbuf)) < 0)
110 if(r > 0 && (r = pbuf
[all...]
/ast/src/lib/libast/uwin/
H A Drcmd.c355 char pbuf[MAXPATHLEN]; local
360 (void)strcpy(pbuf, pwd->pw_dir);
361 (void)strcat(pbuf, "/.rhosts");
363 if ((hostf = fopen(pbuf, "r")) == NULL) {
/ast/src/cmd/mailx/
H A Dcmd1.c92 char pbuf[LINESIZE]; local
99 parse(mp, headline, &hl, pbuf, sizeof(pbuf));

Completed in 33 milliseconds