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

/ast/src/cmd/pax/
H A Dpax.c159 Sfio_t* listformat; member in struct:__anon188
992 sfputr(opt.listformat, v, ' ');
1359 listformat(register Sfio_t* sp, register Format_t* fp) function
1470 listformat(sp, fp);
1478 listformat(sp, fp);
1483 listformat(sp, fp);
1552 if (!(opt.listformat = sfstropen()))
1626 if (!sfstrtell(opt.listformat))
1627 sfputr(opt.listformat, (state.list && state.verbose) ? "%(mode)s %2(nlink)d %-8(uname)s %-8(gname)s%8(device:case::%(size)llu:*:%(device)s)s %(mtime)s %(delta.op:case:?*:%(delta.op)s )s%(path)s%(linkop:case:?*: %(linkop)s %(linkpath)s)s" : "%(delta.op:case:?*:%(delta.op)s )s%(path)s%(linkop:case:?*: %(linkop)s %(linkpath)s)s", ' ');
1628 sfstrseek(opt.listformat,
[all...]

Completed in 62 milliseconds