Lines Matching full:path_separator
214 # define PATH_SEPARATOR ';'216 # define PATH_SEPARATOR ':'234 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))237 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))