Home
last modified time | relevance | path

Searched refs:flag_only_regular_files (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/src/
H A Delfclassify.c78 static bool flag_only_regular_files; variable
86 file_fd = open (current_path, O_RDONLY | (flag_only_regular_files in open_file()
90 if (!flag_only_regular_files || errno != ELOOP) in open_file()
104 || (flag_only_regular_files && !S_ISREG (st.st_mode))) in open_file()
696 flag_only_regular_files = true; in parse_opt()

Completed in 2 milliseconds