Searched refs:try_open (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdwfl/ |
D | find-debuginfo.c | 44 try_open (const struct stat *main_stat, in try_open() function 297 int fd = try_open (&main_stat, dir, subdir, file, &fname); in find_debuginfo_in_path() 299 fd = try_open (&main_stat, dir, subdir, file_basename, &fname); in find_debuginfo_in_path() 309 fd = try_open (&main_stat, dir, ".dwz", in find_debuginfo_in_path()
|
D | ChangeLog | 455 (try_open): Likewise, and replace open64 with open. 541 * find-debuginfo.c (try_open): Free fname on all failure paths. 1758 * find-debuginfo.c (try_open): Take new arg MAIN_STAT. Compare 2644 * find-debuginfo.c (try_open): Likewise. 2886 * find-debuginfo.c (try_open): Use TEMP_FAILURE_RETRY.
|
/external/dtc/ |
D | srcpos.c | 71 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/u-boot/scripts/dtc/ |
D | srcpos.c | 71 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/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 163 static int try_open(const char *name, int mode); 479 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() 539 if (try_open(name, o_modes[mode]) != -1) in try_symlink() 546 static int try_open(const char *name, int mode) in try_open() function
|