Home | History | Annotate | Download | only in intl

Lines Matching refs:HAS_DEVICE

207 # define HAS_DEVICE(P) \
210 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
212 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))