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

  /src/bin/pax/
tables.h 91 typedef struct namt { struct
94 struct namt *fow;
95 } NAMT;
tables.c 82 static NAMT **ntab = NULL; /* interactive rename storage table */
501 if ((ntab = (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) {
521 NAMT *pt;
564 if ((pt = (NAMT *)malloc(sizeof(NAMT))) != NULL) {
589 NAMT *pt;

Completed in 15 milliseconds