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

/haiku/src/libs/stdc++/legacy/
H A Dpfstream.cc41 procbuf *pbuf = new procbuf(); local
42 init(pbuf);
43 if (!pbuf->open(p+1, mode))
62 procbuf *pbuf = new procbuf(); local
63 if (pbuf->open(command, mode))
82 procbuf *pbuf = new procbuf(); local
83 init(pbuf);
84 if (!pbuf->open(p+1, mode))
H A Dindstream.cc80 streambuf *pbuf = (select & ios::out) ? put_stream() : (streambuf*)NULL; local
81 if (gbuf == pbuf)
86 if (pbuf && ret_val != EOF)
87 ret_val = pbuf->seekoff(off, dir, ios::out);
97 streambuf *pbuf = (select & ios::out) ? put_stream() : (streambuf*)NULL; local
98 if (gbuf == pbuf && gbuf != NULL)
103 if (pbuf && ret_val != EOF)
104 ret_val = pbuf->seekpos(pos, ios::out);
113 streambuf *pbuf = put_stream(); local
114 int put_ret_val = (pbuf
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c305 char *pbuf = (char *)malloc(len * 3 + sizeof(truncTail) + strlen(prefix) + 1); local
306 if(pbuf){
308 char *p = pbuf;
317 TRACE(pbuf);
318 free(pbuf);
364 char *pbuf = (char *)malloc(len + 1); local
365 if(pbuf){
367 char *p = pbuf;
376 TRACE(sg_mask, pbuf);
377 free(pbuf);
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h119 char **pbuf);
H A Dcompress.c1073 char *pbuf; local
1106 pbuf = &outbuf[compsz];
1107 sz = ntfs_compress_block(&inbuf[p],bsz,pbuf);
1118 pbuf,onezero,4);
1122 pbuf,twozeroes,5);
1126 pbuf,morezeroes,4);
/haiku/src/bin/fwcontrol/
H A Dfwdv.c275 char *pbuf; local
285 pbuf = malloc(DSIZE * TNBUF);
336 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
352 dv = (struct dvdbc *)(pbuf + offset * DSIZE);
/haiku/src/bin/unzip/
H A Dunzpriv.h733 # define SSTAT(path,pbuf) (iswild(path) || stat(path,pbuf))

Completed in 408 milliseconds