Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.h128 extern void split_file (char *filename, int size);
H A Dnode.c1743 split_file (char *filename, int size) in split_file() function
H A Dmakeinfo.c1769 split_file (real_output_filename, split_size); in convert_from_loaded_file()
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp2898 string split_file = job_name; in insert_split_file() local
2900 split_file += string("-"); in insert_split_file()
2901 split_file += as_string(header.no_of_level_one_headings); in insert_split_file()
2902 split_file += string(".html"); in insert_split_file()
2903 split_file += '\0'; in insert_split_file()
2905 file_list.set_file_name(split_file); in insert_split_file()
4625 string split_file = file_list.file_name(); in do_file_components() local
4626 split_file += '\0'; in do_file_components()
4628 freopen(split_file.contents(), "w", stdout); in do_file_components()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog401 * makeinfo/node.c (split_file): do not search for output file
632 * makeinfo/node.c (split_file): fwrite Local Variables trailer so
2601 (split_file): moved filename generation code to a ...
2605 clean_old_split_files before calling split_file.
H A DChangeLog.46204 * makeinfo/node.c (split_file): write trailer into each split
4123 (split_file): call it, instead of assuming no more entries means
6248 > (split_file): Support splitting output files on 8+3 filesystems.