Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Drehash.c196 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink() argument
224 n = readlink(fullpath, linktarget, sizeof(linktarget)); in handle_symlink()
235 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() argument
257 if ((b = BIO_new_file(fullpath, "r")) == NULL) { in do_file()
/openssl/
H A DConfigure3415 my $fullpath = catfile($_, "$name$target{exe_extension}");
3416 if (-f $fullpath and -x $fullpath) {
3417 return $fullpath;

Completed in 11 milliseconds