Searched refs:scbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dar_io.c1003 char scbuf[MAXBLK]; local
1014 while ((res = read(arfd, scbuf, sizeof(scbuf))) > 0)
1043 if ((phyblk = read(arfd, scbuf, sizeof(scbuf))) <= 0) {
1052 while ((res = read(arfd, scbuf, sizeof(scbuf))) > 0)

Completed in 46 milliseconds