Searched refs:listformat (Results 1 - 3 of 3) 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...]
H A Dpax.h531 char* listformat; /* verbose listing format */ \
548 char* listformat; /* verbose listing format */ \
617 unsigned long testdate; /* listformat test date */ \
H A Dmisc.c863 listprintf(sfstderr, state.in, f, state.listformat);
870 n = listprintf(state.meter.tmp, state.in, f, state.listformat);
918 listprintf(state.list ? sfstdout : sfstderr, state.in, f, state.listformat);

Completed in 30 milliseconds