Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c1873 char *split_filename = enumerate_filename (root_pathname, in split_file() local
1875 char *split_basename = filename_part (split_filename); in split_file()
1877 fd = open (split_filename, O_WRONLY|O_TRUNC|O_CREAT, 0666); in split_file()
1886 perror (split_filename); in split_file()
1903 free (split_filename); in split_file()