Home
last modified time | relevance | path

Searched refs:sio_eof (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libsndio/
H A DSymbols.map18 sio_eof;
H A Dsio.c438 sio_eof(struct sio_hdl *hdl) in sio_eof() function
/openbsd/regress/lib/libsndio/fd/
H A Dfd.c123 if (sio_eof(hdl)) { in buf_rec()
158 if (sio_eof(hdl)) { in buf_play()
/openbsd/include/
H A Dsndio.h180 int sio_eof(struct sio_hdl *);
/openbsd/usr.bin/sndiod/
H A Dsiofile.c279 if (!sio_eof(d->sio.hdl) && !sio_flush(d->sio.hdl)) { in dev_sio_stop()