Lines Matching defs:split
142 #define EXTMIN 50 /* min blks left on floppy to split a file */
356 char size[12]; /* size of this extent if file split */
369 char extno; /* extent #, null if not split */
1572 if (dblock.dbuf.extno != '\0') { /* split file? */
1577 extno = 0; /* tell others file not split */
1838 int split;
1973 if ((((split = (int)strlen(longname)) > MAXNAM) && (Eflag == 0)) ||
1974 (split > PATH_MAX)) {
1984 * We split the fullname into prefix and name components if any one
1994 if ((split > NAMSIZ) ||
1995 (split == NAMSIZ && strlen(shortname) < NAMSIZ) ||
1996 (split == NAMSIZ && S_ISDIR(stbuf.st_mode) && !Pflag)) {
2001 (void) strncpy(&goodbuf[0], longname, min(split, PRESIZ + 1));
2005 i = split; /* Length of name */
2011 i = split - j - 1;
2031 if (split - i - 1 > PRESIZ)
2333 /* split if floppy has some room and file is large */
2617 "tar: %s needs unusual number of volumes to split\n"
2678 "tar: aborting split file %s\n"), longname);
3538 extno = 0; /* let everyone know file is not split */
3984 * xsfile extract split file
4013 "tar: %s split across %d volumes\n"), name, extotal);
7700 * extended attribute. We split them by replacing the '/' with