Home
last modified time | relevance | path

Searched refs:PRESIZ (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cpio/
H A Dcpio.h122 #define PRESIZ 155 /* The maximum length of the prefix */ macro
H A Dcpio.c276 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_50/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];
997 if (strlen(tmpdirp) > (size_t)(PRESIZ - thispid - 12)) { in main()
1846 char goodbuf[PRESIZ + 2]; in putfile()
2001 (void) strncpy(&goodbuf[0], longname, min(split, PRESIZ + 1)); in putfile()
2031 if (split - i - 1 > PRESIZ) in putfile()
2043 "\n"), longname, PRESIZ); in putfile()
6141 (void) sprintf(fullname, "%.*s/%.*s", PRESIZ, in check_prefix()
6387 (void) memset(dblock.dbuf.prefix, '\0', PRESIZ); in build_dblock()
[all …]