Lines Matching defs:tar_data
1345 struct tar_data { struct
1346 char *f, *C;
1347 struct arg_list *T, *X;
1348 char *to_command, *owner, *group, *mtime, *mode;
1349 struct arg_list *exclude;
1351 struct double_list *incl, *excl, *seen;
1352 struct string_list *dirs;
1353 char *cwd;
1354 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen;
1355 long long *sparse;
1356 time_t mtt;
1359 struct {
1363 } *hlx;
1366 struct tar_header {
1374 } hdr;