Home | History | Annotate | Download | only in intl

Lines Matching full:is_absolute_path

200    IS_ABSOLUTE_PATH(P)  tests whether P is an absolute path.  If it is not,
210 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
216 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
527 else if (IS_ABSOLUTE_PATH (binding->dirname))