Searched refs:PRESIZ (Results 1 – 3 of 3) sorted by relevance
/titanic_44/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]; in creat_hdr() 1591 if (presize > PRESIZ) { in creat_hdr() 1594 Gen.g_nam_p, PRESIZ); in creat_hdr() 4678 if (k < PRESIZ) { in gethdr() 4688 } else if (k >= PRESIZ) { in gethdr() 4690 while ((k < PRESIZ) && (prebuf[k] != in gethdr() 5949 Thdr_p->tbuf.t_prefix, PRESIZ); in read_hdr()
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 144 #define PRESIZ 155 macro 374 char prefix[PRESIZ]; /* Together with "name", the path of */ 677 static char xhdr_dirname[PRESIZ + 1]; 998 if (strlen(tmpdirp) > (size_t)(PRESIZ - thispid - 12)) { in main() 1774 char goodbuf[PRESIZ + 2]; in putfile() 1929 (void) strncpy(&goodbuf[0], longname, min(split, PRESIZ + 1)); in putfile() 1959 if (split - i - 1 > PRESIZ) in putfile() 1971 "\n"), longname, PRESIZ); in putfile() 6099 (void) sprintf(fullname, "%.*s/%.*s", PRESIZ, in check_prefix() 6345 (void) memset(dblock.dbuf.prefix, '\0', PRESIZ); in build_dblock() [all …]
|