Searched refs:allocbuf (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/aucat/ |
| H A D | aucat.c | 148 allocbuf(int nfr, int nch, int bps) in allocbuf() 154 logx(1, "allocbuf: bogus channels or bytes per sample count\n"); in allocbuf() 349 s->convbuf = allocbuf(s->round, s->afile.nch, sizeof(adata_t)); in slot_init() 354 s->resampbuf = allocbuf(dev_round, s->afile.nch, sizeof(adata_t)); in slot_init() 364 s->resampbuf = allocbuf(dev_round, s->afile.nch, sizeof(adata_t)); in slot_init() 368 s->convbuf = allocbuf(s->round, s->afile.nch, sizeof(adata_t)); in slot_init() 725 dev_pbuf = allocbuf(dev_round, dev_pchan, sizeof(adata_t)); in dev_open() 729 dev_rbuf = allocbuf(dev_round, dev_rchan, sizeof(adata_t)); in dev_open() 733 dev_encbuf = allocbuf(dev_round, dev_pchan, dev_par.bps); in dev_open() 737 dev_decbuf = allocbuf(dev_roun in dev_open() 147 allocbuf(int nfr, int nch, int bps) allocbuf() function [all...] |
| /openbsd-src/usr.bin/ssh/ |
| H A D | scp.c | 379 BUF *allocbuf(BUF *, int, int); 1393 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) { in source() 1821 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) { in sink() 2158 allocbuf(BUF *bp, int fd, int blksize) in allocbuf() function
|