Home
last modified time | relevance | path

Searched refs:extloc (Results 1 – 1 of 1) sorted by relevance

/src/sbin/restore/
H A Dtape.c981 static int extloc; variable
990 extloc = 0; in setupextattr()
1014 if (extloc + size > extbufsize) in xtrattr()
1016 memmove(&extbuf[extloc], buf, size); in xtrattr()
1017 extloc += size; in xtrattr()