Lines Matching refs:PRESIZ
137 #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()
6433 (void) strncpy(dblock.dbuf.prefix, prefix, PRESIZ); in build_dblock()
6446 (void) memset(xhdr_buf.dbuf.prefix, '\0', PRESIZ); in build_dblock()
7416 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ); in gen_utf8_names()
7417 tempbuf[PRESIZ] = '\0'; in gen_utf8_names()