Searched refs:NAMT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dtables.h94 } NAMT; typedef in typeref:struct:namt
H A Dtables.c72 static NAMT **ntab = NULL; /* interactive rename storage table */
491 if ((ntab = (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) {
510 NAMT *pt;
553 if ((pt = (NAMT *)malloc(sizeof(NAMT))) != NULL) {
578 NAMT *pt;

Completed in 110 milliseconds