Searched defs:junk (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/sortlib/sync/
H A Dsync.c64 "[j:junk?Print to \afile\a the number of non-SUM field byte differences"
98 Sfio_t* junk; member in struct:State_s
108 * record/report junk dup bytes
112 junk(State_t* state, Rsobj_t* r) function
146 sfprintf(state->junk, "%4u %8I*u\n", i + 1, sizeof(z[i]), z[i]);
147 sfclose(state->junk);
173 if (state->junk)
174 junk(state, NiL);
225 if (state->junk)
226 junk(stat
381 char* junk; local
[all...]

Completed in 37 milliseconds