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

/ast/src/cmd/vczip/tests/
H A Dterror.h69 static char Tstfile[16][256]; variable
119 for(i = 0; i < sizeof(Tstfile)/sizeof(Tstfile[0]); ++i)
120 if(Tstfile[i][0])
121 unlink(Tstfile[i]);
262 if(n >= sizeof(Tstfile)/sizeof(Tstfile[0]))
265 if(!Tstfile[n][0])
269 sfsprintf(Tstfile[n], sizeof(Tstfile[
[all...]

Completed in 13 milliseconds