Home
last modified time | relevance | path

Searched refs:the_header (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dnode.c1747 char *the_header; in split_file() local
1788 the_header = xmalloc (1 + (header_size = tags->position)); in split_file()
1789 memcpy (the_header, the_file, header_size); in split_file()
1877 || write (fd, the_header, header_size) != header_size in split_file()
1938 free (the_header); in split_file()