Searched defs:P (Results 1 – 1 of 1) sorted by relevance
217 # define HAS_DEVICE(P) \ argument220 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument221 # define IS_PATH_WITH_DIR(P) \ argument226 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) argument227 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) argument
Completed in 5 milliseconds