Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/
H A Dsrcpos.c102 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() function
139 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()
143 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldfile.c525 try_open (const char *name, bool *sysrooted) in try_open() function
618 result = try_open (name, sysrooted); in ldfile_find_command_file()
645 result = try_open (path, sysrooted); in ldfile_find_command_file()
H A DChangeLog-2012811 (try_open): Delete exten and code handling such. Add sysrooted
814 param. Rename local var. Update try_open calls.
H A DChangeLog-2008431 (try_open): Don't use a fixed size pathname buffer.
H A DChangeLog-91973701 * ldfile.c (try_open): Reindent function. Make the messages about
4189 (try_open): Change arguments types to const.
6320 (try_open): If EXTEN is empty, don't try it.
6370 * ldfile.c (try_open): If opening without the extension fails,
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldfile.c739 try_open (const char *name, bool *sysrooted) in try_open() function
835 result = try_open (name, sysrooted); in ldfile_find_command_file()
862 result = try_open (path, sysrooted); in ldfile_find_command_file()
H A DChangeLog-2012811 (try_open): Delete exten and code handling such. Add sysrooted
814 param. Rename local var. Update try_open calls.
H A DChangeLog-2008431 (try_open): Don't use a fixed size pathname buffer.
H A DChangeLog-91973701 * ldfile.c (try_open): Reindent function. Make the messages about
4189 (try_open): Change arguments types to const.
6320 (try_open): If EXTEN is empty, don't try it.
6370 * ldfile.c (try_open): If opening without the extension fails,
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git24753 actually available, in try_open().