Searched refs:writetbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 497 static int writetbuf(char *buffer, int n); 2142 (void) writetbuf((char *)&dblock, 1); in putfile() 2302 (void) writetbuf((char *)&dblock, 1); in putfile() 2379 hint = writetbuf((char *)&dblock, 1); in putfile() 2395 hint = writetbuf(bigbuf, nblks); in putfile() 2462 (void) writetbuf((char *)&dblock, 1); in putfile() 2509 (void) writetbuf((char *)&dblock, 1); in putfile() 2557 (void) writetbuf((char *)&dblock, 1); in putfile() 2663 (void) writetbuf((char *)&dblock, 1); in splitfile() 2672 (void) writetbuf(buf, 1); in splitfile() [all …]
|