Searched refs:the_header (Results 1 – 1 of 1) sorted by relevance
1749 char *the_header; in split_file() local1790 the_header = xmalloc (1 + (header_size = tags->position)); in split_file()1791 memcpy (the_header, the_file, header_size); in split_file()1879 || write (fd, the_header, header_size) != header_size in split_file()1940 free (the_header); in split_file()