Home | History | Annotate | Download | only in cpp

Lines Matching refs:IS_PATH_SEPARATOR

3729 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
3731 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
4215 if (IS_PATH_SEPARATOR (*q))
4503 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))