bin/pax/options.c
138
static int no_op(void);
bin/pax/options.c
201
{"tar", 10240, BLKMULT, 0, 1, BLKMULT, 0, tar_id, no_op,
bin/pax/options.c
202
tar_rd, tar_endrd, no_op, tar_wr, tar_endwr, tar_trail,
bin/pax/options.c
206
{"ustar", 10240, BLKMULT, 0, 1, BLKMULT, 0, ustar_id, no_op,
bin/pax/options.c
207
ustar_rd, tar_endrd, no_op, ustar_wr, tar_endwr, tar_trail,
bin/pax/options.c
231
{"pax", 5120, BLKMULT, 0, 1, BLKMULT, 0, pax_id, no_op,
bin/pax/options.c
232
ustar_rd, tar_endrd, no_op, pax_wr, tar_endwr, tar_trail,