Home
last modified time | relevance | path

Searched refs:P (Results 1 – 1 of 1) sorted by relevance

/intl/
A Ddcigettext.c217 # define HAS_DEVICE(P) \ argument
218 ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \
219 && (P)[1] == ':')
220 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument
221 # define IS_PATH_WITH_DIR(P) \ argument
222 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
226 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) argument
227 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) argument

Completed in 5 milliseconds