Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dtables.c66 static NAMT **ntab = NULL; /* interactive rename storage table */
485 if ((ntab = (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) { in name_start()
504 NAMT *pt; in add_name()
547 if ((pt = (NAMT *)malloc(sizeof(NAMT))) != NULL) { in add_name()
572 NAMT *pt; in sub_name()
H A Dtables.h93 } NAMT; typedef