Go to the source code of this file.
Defines | |
| #define | IS_DIR_SEPARATOR(c) ((c) == '/') |
| #define | IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0])) |
| #define | FILENAME_CMP(s1, s2) strcmp(s1, s2) |
Definition at line 46 of file filenames.h.
Referenced by _bfd_stab_section_find_nearest_line(), abspath(), add_sysrooted_prefix(), concat_filename(), do_spec_path(), find_a_file(), if_exists_else_spec_function(), if_exists_spec_function(), in_system_include_dir(), ldfile_open_file(), ldfile_open_file_search(), main(), process_aux_info_file(), process_command(), process_include(), read_name_map(), search_path_head(), and spec_path().
Definition at line 45 of file filenames.h.
1.5.6