Lines Matching defs:tar_data
1398 struct tar_data { struct
1399 char *f, *C;
1400 struct arg_list *T, *X;
1401 char *to_command, *owner, *group, *mtime, *mode;
1402 struct arg_list *exclude;
1404 struct double_list *incl, *excl, *seen;
1405 struct string_list *dirs;
1406 char *cwd;
1407 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen;
1408 long long *sparse;
1409 time_t mtt;
1412 struct {
1416 } *hlx;
1419 struct tar_header {
1427 } hdr;