HomeSort by: relevance | last modified time | path
    Searched refs:TRAILER (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdio/
tmpfile.c 60 #define TRAILER "tmp.XXXXXXXXXX"
61 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)];
64 (void)memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER));
  /src/bin/pax/
cpio.h 41 #define TRAILER "TRAILER!!!" /* name in last archive record */
cpio.c 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);
    [all...]

Completed in 11 milliseconds