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

/netbsd-current/bin/pax/
H A Dtables.h95 } NAMT; typedef in typeref:struct:namt
H A Dtables.c82 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 92 milliseconds