Searched refs:bpout (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dcat.c197 write_pending (char *outbuf, char **bpout) argument
199 size_t n_write = *bpout - outbuf;
204 *bpout = outbuf;
248 char *bpout; local
272 bpout = outbuf;
280 if (outbuf + outsize <= bpout)
289 remaining_bytes = bpout - wp;
297 bpout = outbuf + remaining_bytes;
337 write_pending (outbuf, &bpout);
345 write_pending (outbuf, &bpout);
[all...]
H A Dstty.c1855 char *bpout = buf; local
1863 *bpout++ = ch;
1866 *bpout++ = '^';
1867 *bpout++ = '?';
1871 *bpout++ = 'M';
1872 *bpout++ = '-';
1876 *bpout++ = ch - 128;
1879 *bpout++ = '^';
1880 *bpout++ = '?';
1885 *bpout
[all...]

Completed in 43 milliseconds