Searched refs:PRESIZ (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.h | 122 #define PRESIZ 155 /* The maximum length of the prefix */ macro
|
H A D | cpio.c | 276 char prebuf[PRESIZ+1], 1556 char prebuff[PRESIZ+1]; 1591 if (presize > PRESIZ) { 1594 Gen.g_nam_p, PRESIZ); 4678 if (k < PRESIZ) { 4688 } else if (k >= PRESIZ) { 4690 while ((k < PRESIZ) && (prebuf[k] != 5949 Thdr_p->tbuf.t_prefix, PRESIZ);
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 137 #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 90 milliseconds