uri_reserved_path_chars 30 opal/util/uri.c const static char *uri_reserved_path_chars="!$&'()*+,;=:@ "; uri_reserved_path_chars 72 opal/util/uri.c for (j=0; j < strlen(uri_reserved_path_chars)-1; j++) { uri_reserved_path_chars 73 opal/util/uri.c if (NULL != strchr(filename, uri_reserved_path_chars[j])) { uri_reserved_path_chars 82 opal/util/uri.c for (j=0; j < strlen(uri_reserved_path_chars)-1; j++) { uri_reserved_path_chars 83 opal/util/uri.c if (filename[k] == uri_reserved_path_chars[j]) {