Searched refs:TPFSZ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/file_cmds-230/pax/
H A Dpax_format.h130 #define TPFSZ 155 macro
152 char prefix[TPFSZ]; /* linked to name */
H A Dtar.h133 #define TPFSZ 155 macro
155 char prefix[TPFSZ]; /* linked to name */
H A Dtar.c1142 if (len > (TPFSZ + TNMSZ + 1))
1172 if ((len > TPFSZ) || (len == 0))
H A Dpax_format.c1523 if (len > (TPFSZ + TNMSZ))
1552 if ((len >= TPFSZ) || (len == 0))

Completed in 73 milliseconds