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

/ast/src/cmd/pax/
H A Dpax.c157 Sfio_t* ignore_ext; member in struct:__anon188
907 sfprintf(opt.ignore_ext, "%s(%s)", sfstrtell(opt.ignore_ext) ? "|" : "", v);
1336 if (!sfstrtell(opt.ignore_ext))
1338 else if (!(ext = sfstruse(opt.ignore_ext)))
1351 sfstrclose(opt.ignore_ext);
1550 if (!(opt.ignore_all = sfstropen()) || !(opt.ignore_ext = sfstropen()))

Completed in 9 milliseconds