Searched refs:is_dir_maybe (Results 1 – 1 of 1) sorted by relevance
66 # define is_dir_maybe(type) ((type) == DT_DIR || (type) == DT_UNKNOWN) macro69 # define is_dir_maybe(type) (type) macro101 if (is_dir_maybe(type)) { in add_entry()