Lines Matching refs:PRESIZ
137 #define PRESIZ 155
367 char prefix[PRESIZ]; /* Together with "name", the path of */
674 static char xhdr_dirname[PRESIZ + 1];
998 if (strlen(tmpdirp) > (size_t)(PRESIZ - thispid - 12)) {
1847 char goodbuf[PRESIZ + 2];
1999 * Since path is limited to PRESIZ characters, look for the
2000 * last slash within PRESIZ + 1 characters only.
2002 (void) strncpy(&goodbuf[0], longname, min(split, PRESIZ + 1));
2032 if (split - i - 1 > PRESIZ)
2044 "\n"), longname, PRESIZ);
6143 (void) sprintf(fullname, "%.*s/%.*s", PRESIZ,
6389 (void) memset(dblock.dbuf.prefix, '\0', PRESIZ);
6435 (void) strncpy(dblock.dbuf.prefix, prefix, PRESIZ);
6448 (void) memset(xhdr_buf.dbuf.prefix, '\0', PRESIZ);
7417 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ);
7418 tempbuf[PRESIZ] = '\0';