Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.h44 extern char *find_and_load (char *filename, int use_path);
H A Dfiles.c193 find_and_load (char *filename, int use_path) in find_and_load() function
691 delayed_buf = find_and_load (temp->filename, 0); in handle_delayed_writes()
H A Dcmds.c1704 if (!find_and_load (filename, 1)) in handle_include()
H A Dnode.c1764 the_file = find_and_load (filename, 0); in split_file()
H A Dmakeinfo.c1369 if (find_and_load (filename, 1)) in convert_from_file()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.462602 * makeinfo/files.c (find_and_load): remove conditionals on
2632 * makeinfo/files.c (find_and_load): remove O_BINARY from open
3313 * makeinfo/files.c (find_and_load): read only the number of bytes
6239 > * makeinfo/makeinfo.c (find_and_load): Use O_BINARY to decide when
6664 * makeinfo/makeinfo.c (find_and_load): Malloc enough room for the
6709 * makeinfo/makeinfo.c (find_and_load): Null-terminate the input text.
8628 * makeinfo.c (find_and_load): Cast fileinfo.st_size to a long for
H A DChangeLog402 along the path when calling find_and_load (can cause seg
554 * makeinfo/files.c (find_and_load): introduce second parameter