Searched refs:is_pathname (Results 1 – 1 of 1) sorted by relevance
97 #define is_pathname(s) ((((s) != 0) && ((s)[0] == '/')) \ in _nc_is_abs_path() macro100 #define is_pathname(s) ((s) != 0 && (s)[0] == '/') in _nc_is_abs_path()102 return is_pathname(path); in _nc_is_abs_path()