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

  /src/bin/pax/
tables.h 58 typedef struct hrdlnk { struct
63 struct hrdlnk *fow;
64 } HRDLNK;
tables.h 58 typedef struct hrdlnk { struct
63 struct hrdlnk *fow;
64 } HRDLNK;
tables.c 80 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 *pt
    [all...]
tables.c 80 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 *pt
    [all...]

Completed in 57 milliseconds