Lines Matching refs:PRESIZ
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()
6391 (void) strncpy(dblock.dbuf.prefix, prefix, PRESIZ); in build_dblock()
6404 (void) memset(xhdr_buf.dbuf.prefix, '\0', PRESIZ); in build_dblock()
7374 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ); in gen_utf8_names()
7375 tempbuf[PRESIZ] = '\0'; in gen_utf8_names()