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

  /src/bin/pax/
tables.h 143 typedef struct atdir { struct
149 struct atdir *fow;
150 } ATDIR;
tables.c 84 static ATDIR **atab = NULL; /* file tree directory time reset table */
918 if ((atab = (ATDIR **)calloc(A_TAB_SZ, sizeof(ATDIR *))) == NULL) {
937 ATDIR *pt;
968 ATDIR *pt;
999 if ((pt = (ATDIR *)malloc(sizeof(ATDIR))) != NULL) {
1030 ATDIR *pt;
1031 ATDIR **ppt;

Completed in 15 milliseconds