Lines Matching refs:TRAILER
91 * Called to determine if a header block is a valid trailer. We are
96 * 0 if a valid trailer, -1 if not a valid trailer,
103 * look for trailer id in file we are about to process
105 if ((strcmp(arcn->name, TRAILER) == 0) && (arcn->sb.st_size == 0))
161 * write the special file with the name trailer in the proper format
163 * result of the write of the trailer from the cpio specific write func
172 * create a trailer request and call the proper format write function
175 last.nlen = sizeof(TRAILER) - 1;
178 (void)strcpy(last.name, TRAILER);
348 * no cleanup needed here, just return size of the trailer (for append)
350 * size of trailer header in this format
356 return (off_t)(sizeof(HD_CPIO) + sizeof(TRAILER));
644 * no cleanup needed here, just return size of the trailer (for append)
646 * size of trailer header in this format
652 return (off_t)(sizeof(HD_VCPIO) + sizeof(TRAILER) +
653 (VCPIO_PAD(sizeof(HD_VCPIO) + sizeof(TRAILER))));
953 * no cleanup needed here, just return size of the trailer (for append)
955 * size of trailer header in this format
961 return (off_t)(sizeof(HD_BCPIO) + sizeof(TRAILER) +
962 (BCPIO_PAD(sizeof(HD_BCPIO) + sizeof(TRAILER))));