Searched refs:streamio (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/disc/ |
H A D | sfdcsubstr.c | 42 static ssize_t streamio(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc, int type) function 44 static ssize_t streamio(f, buf, n, disc, type) 95 return streamio(f,(Void_t*)buf,n,disc,SF_WRITE); 108 return streamio(f,buf,n,disc,SF_READ);
|
Completed in 10 milliseconds