Home
last modified time | relevance | path

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

/external/dtc/
Dsrcpos.c71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() function
108 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()
112 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path()
/external/elfutils/libdwfl/
Dfind-debuginfo.c40 try_open (const struct stat *main_stat, in try_open() function
282 int fd = try_open (&main_stat, dir, subdir, file, &fname); in find_debuginfo_in_path()
292 fd = try_open (&main_stat, dir, ".dwz", in find_debuginfo_in_path()
DChangeLog124 (try_open): Likewise, and replace open64 with open.
210 * find-debuginfo.c (try_open): Free fname on all failure paths.
1427 * find-debuginfo.c (try_open): Take new arg MAIN_STAT. Compare
2313 * find-debuginfo.c (try_open): Likewise.
2555 * find-debuginfo.c (try_open): Use TEMP_FAILURE_RETRY.
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c163 static int try_open(const char *name, int mode);
483 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks()
543 if (try_open(name, o_modes[mode]) != -1) in try_symlink()
550 static int try_open(const char *name, int mode) in try_open() function