Searched defs:IS_ABSOLUTE_PATH (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gdb/include/
H A Dfilenames.h40 #define IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0]) || (((f)[0]) && ((f)[1] == ':'))) macro
46 #define IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0])) macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfilenames.h40 #define IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0]) || (((f)[0]) && ((f)[1] == ':'))) macro
46 #define IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0])) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dfilenames.h40 #define IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0]) || (((f)[0]) && ((f)[1] == ':'))) macro
45 #define IS_ABSOLUTE_PATH(f) (IS_DIR_SEPARATOR((f)[0])) macro

Completed in 79 milliseconds