Lines Matching refs:IS_PATH_SEPARATOR
3228 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)3230 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)3714 if (IS_PATH_SEPARATOR (*q))4002 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))