Searched defs:writetbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c497 static int writetbuf(char *buffer, int n);
2143 (void) writetbuf((char *)&dblock, 1);
2303 (void) writetbuf((char *)&dblock, 1);
2380 hint = writetbuf((char *)&dblock, 1);
2396 hint = writetbuf(bigbuf, nblks);
2463 (void) writetbuf((char *)&dblock, 1);
2510 (void) writetbuf((char *)&dblock, 1);
2558 (void) writetbuf((char *)&dblock, 1);
2664 (void) writetbuf((char *)&dblock, 1);
2673 (void) writetbuf(bu
5206 writetbuf(char *buffer, int n) function
[all...]

Completed in 239 milliseconds