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

/macosx-10.10.1/file_cmds-242/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.c1143 if (len > (TPFSZ + TNMSZ + 1))
1173 if ((len > TPFSZ) || (len == 0))
H A Dpax_format.c1526 if (len > (TPFSZ + TNMSZ))
1555 if ((len >= TPFSZ) || (len == 0))

Completed in 183 milliseconds