Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h122 #define PRESIZ 155 /* The maximum length of the prefix */ macro
H A Dcpio.c285 char prebuf[PRESIZ+1],
1565 char prebuff[PRESIZ+1]; in creat_hdr()
1600 if (presize > PRESIZ) { in creat_hdr()
1603 Gen.g_nam_p, PRESIZ); in creat_hdr()
4686 if (k < PRESIZ) { in gethdr()
4696 } else if (k >= PRESIZ) { in gethdr()
4698 while ((k < PRESIZ) && (prebuf[k] != in gethdr()
5958 Thdr_p->tbuf.t_prefix, PRESIZ); in read_hdr()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c138 #define PRESIZ 155 macro
675 static char xhdr_dirname[PRESIZ + 1];
1848 char goodbuf[PRESIZ + 2]; in putfile()
2033 if (split - i - 1 > PRESIZ) in putfile()
2045 "\n"), longname, PRESIZ); in putfile()
6144 (void) sprintf(fullname, "%.*s/%.*s", PRESIZ, in check_prefix()
6390 (void) memset(dblock.dbuf.prefix, '\0', PRESIZ); in build_dblock()
6436 (void) strncpy(dblock.dbuf.prefix, prefix, PRESIZ); in build_dblock()
6449 (void) memset(xhdr_buf.dbuf.prefix, '\0', PRESIZ); in build_dblock()
7418 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ); in gen_utf8_names()
[all …]