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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h122 #define PRESIZ 155 /* The maximum length of the prefix */ macro
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c137 #define PRESIZ 155 macro
367 char prefix[PRESIZ]; /* Together with "name", the path of */
674 static char xhdr_dirname[PRESIZ + 1];
998 if (strlen(tmpdirp) > (size_t)(PRESIZ - thispid - 12)) {
1847 char goodbuf[PRESIZ + 2];
1999 * Since path is limited to PRESIZ characters, look for the
2000 * last slash within PRESIZ + 1 characters only.
2002 (void) strncpy(&goodbuf[0], longname, min(split, PRESIZ + 1));
2032 if (split - i - 1 > PRESIZ)
2044 "\n"), longname, PRESIZ);
[all...]

Completed in 77 milliseconds