HomeSort by: relevance | last modified time | path
    Searched refs:TAR_NODIR (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
tar.h 114 #define TAR_NODIR "nodir"
tar.c 86 static int tar_nodir; /* do not write dirs under old tar */ variable in typeref:typename:int
424 strcmp(opt->value, TAR_NODIR)) {
430 TAR_OPTION, TAR_NODIR);
442 tar_nodir = 1;
605 if (tar_nodir)

Completed in 12 milliseconds