Home | History | Annotate | Download | only in libopus

Lines Matching refs:IS_PATH_SEPARATOR

4257 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
4259 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
4680 if (IS_PATH_SEPARATOR (*q))
4916 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))