Lines Matching refs:path
57 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx);
811 * Check whether included path is a directory.
813 * also an opened directory context and the include path.
844 * Get next file from the directory path.
847 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx)
852 pathlen = strlen(path);
853 while ((filename = OPENSSL_DIR_read(dirctx, path)) != NULL) {
875 * If the given path isn't clear VMS syntax,
878 if (path[pathlen - 1] == ']'
879 || path[pathlen - 1] == '>'
880 || path[pathlen - 1] == ':') {
882 OPENSSL_strlcpy(newpath, path, newlen);
886 OPENSSL_strlcpy(newpath, path, newlen);