Searched defs:MAXNAM (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h120 #define MAXNAM 256 /* The maximum pathname length */ macro
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c138 #define MAXNAM 256 macro
406 char pathname[MAXNAM+1]; /* added 1 for last NULL */
407 char attrname[MAXNAM+1];
1848 char junkbuf[MAXNAM+1];
1969 * If the length of the fullname is greater than MAXNAM,
1974 if ((((split = (int)strlen(longname)) > MAXNAM) && (Eflag == 0)) ||
7360 char tempbuf[MAXNAM + 1];
7425 (MAXNAM - nbytes));
7426 tempbuf[MAXNAM] = '\0';

Completed in 78 milliseconds