Lines Matching defs:PRESIZ
137 #define PRESIZ 155
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)) {
1846 char goodbuf[PRESIZ + 2];
1998 * Since path is limited to PRESIZ characters, look for the
1999 * last slash within PRESIZ + 1 characters only.
2001 (void) strncpy(&goodbuf[0], longname, min(split, PRESIZ + 1));
2031 if (split - i - 1 > PRESIZ)
2043 "\n"), longname, PRESIZ);
6141 (void) sprintf(fullname, "%.*s/%.*s", PRESIZ,
6387 (void) memset(dblock.dbuf.prefix, '\0', PRESIZ);
6433 (void) strncpy(dblock.dbuf.prefix, prefix, PRESIZ);
6446 (void) memset(xhdr_buf.dbuf.prefix, '\0', PRESIZ);
7416 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ);
7417 tempbuf[PRESIZ] = '\0';