Searched refs:vcioputlist (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/vczip/tests/ |
H A D | tio.c | 121 if((v = vcioputlist(&io, list, N_LIST)) < 0) 122 terror("vcioputlist %d\n", (int)v); 123 twarn("vcioputlist %d: output size=%d\n", N_LIST, v);
|
/ast/src/lib/libvcodex/ |
H A D | vcio.c | 396 ssize_t vcioputlist(Vcio_t* io, Vcint_t* list, ssize_t nlist) function 398 ssize_t vcioputlist(io, list, nlist)
|
H A D | vcodex.h | 325 extern ssize_t vcioputlist _ARG_((Vcio_t*, Vcint_t*, ssize_t));
|
Completed in 29 milliseconds