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

/netbsd-current/bin/pax/
H A Dtables.h64 } HRDLNK; typedef in typeref:struct:hrdlnk
H A Dtables.c80 static HRDLNK **ltab = NULL; /* hard link table for detecting hard links */
121 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) {
143 HRDLNK *pt;
144 HRDLNK **ppt;
203 if ((pt = (HRDLNK *)malloc(sizeof(HRDLNK))) != NULL) {
229 HRDLNK *pt;
230 HRDLNK **ppt;
284 HRDLNK *p
[all...]

Completed in 84 milliseconds