Searched refs:OPF_SEARCH_IN_PATH (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | source.c | 697 if (!(opts & OPF_SEARCH_IN_PATH)) in openp() 805 fd = openp (source_path, OPF_TRY_CWD_FIRST | OPF_SEARCH_IN_PATH, filename, in source_full_path_of() 877 result = openp (path, OPF_SEARCH_IN_PATH, filename, OPEN_MODE, 0, fullname); in find_and_open_source() 883 result = openp (path, OPF_SEARCH_IN_PATH, p, OPEN_MODE, 0, fullname); in find_and_open_source()
|
H A D | defs.h | 599 #define OPF_SEARCH_IN_PATH 0x02 macro
|
H A D | ChangeLog | 3176 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
|