Searched refs:split_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/libsa/
H A Dsplitfs.c36 struct split_file struct
47 static int split_openfile(struct split_file *sf);
66 split_file_destroy(struct split_file *sf)
82 split_openfile(struct split_file *sf)
108 struct split_file *sf;
140 /* Allocate a split_file structure, populate it from the config file */
141 sf = malloc(sizeof(struct split_file));
142 bzero(sf, sizeof(struct split_file));
184 struct split_file *sf;
186 sf = (struct split_file *)
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2896 string split_file = job_name; local
2898 split_file += string("-");
2899 split_file += as_string(header.no_of_level_one_headings);
2900 split_file += string(".html");
2901 split_file += '\0';
2903 file_list.set_file_name(split_file);
4623 string split_file = file_list.file_name(); local
4624 split_file += '\0';
4626 freopen(split_file.contents(), "w", stdout);

Completed in 67 milliseconds