HomeSort by: relevance | last modified time | path
    Searched defs:extloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/restore/
tape.c 1143 static size_t extloc; variable in typeref:typename:size_t
1152 extloc = 0;
1176 if (extloc + size > extbufsize)
1178 memmove(&extbuf[extloc], buf, size);
1179 extloc += size;

Completed in 14 milliseconds