Searched refs:pathname (Results 1 – 14 of 14) sorted by relevance
/openssl/fuzz/ |
H A D | test-corpus.c | 37 static void testfile(const char *pathname) in testfile() argument 46 printf("# %s\n", pathname); in testfile() 48 f = fopen(pathname, "rb"); in testfile() 69 char *pathname = NULL; in main() local 78 if (pathname == NULL) { in main() 79 pathname = malloc(PATH_MAX); in main() 80 if (pathname == NULL) in main() 82 strcpy(pathname, argv[n]); in main() 87 pathname[dirname_len] = '\0'; in main() 90 testfile(pathname); in main() [all …]
|
/openssl/crypto/x509/ |
H A D | x509_def.c | 31 static void get_windows_default_path(char *pathname, const char *suffix) in get_windows_default_path() argument 40 OPENSSL_strlcpy(pathname, ossldir, MAX_PATH - 1); in get_windows_default_path() 41 if (MAX_PATH - strlen(pathname) > strlen(suffix)) in get_windows_default_path() 42 strcat(pathname, suffix); in get_windows_default_path()
|
/openssl/doc/man1/ |
H A D | openssl-passphrase-options.pod | 47 =item B<file:>I<pathname> 49 Reads the password from the specified file I<pathname>, which can be a regular 53 If the same I<pathname> argument is supplied to both B<-passin> and B<-passout>
|
H A D | CA.pl.pod | 174 the OpenSSL program. It can be a full pathname, or a relative one. 178 this script. It's value should be the option and pathname, as in
|
H A D | openssl-ocsp.pod.in | 33 [B<-path> I<pathname>] 179 =item B<-host> I<host>:I<port>, B<-path> I<pathname> 187 The B<-path> option specifies the HTTP pathname to use or "/" by default. 189 http:// and the given I<host>, I<port>, and optional I<pathname>.
|
H A D | openssl-rehash.pod.in | 81 B<OPENSSL> environment variable to the full pathname.
|
/openssl/doc/man5/ |
H A D | config.pod | 39 .include [=] pathname 41 If B<pathname> is a simple filename, that file is included directly at 43 other files. If B<pathname> is a directory, all files within that directory 46 inside the B<pathname> are B<ignored>. Similarly, if a file is opened 50 As a general rule, the B<pathname> should be an absolute path; this can 54 If the pathname is still relative, it is interpreted based on the 81 If a relative pathname is specified in the B<.include> directive, and 84 pathname. 155 also apply to the pathname of the B<.include> directive. 264 Specifies the pathname of the module (typically a shared library) to load.
|
/openssl/doc/man3/ |
H A D | RAND_load_file.pod | 60 B<num> is too small for the pathname, an error occurs.
|
H A D | OSSL_CMP_log_open.pod | 68 a file pathname or NULL,
|
H A D | CONF_modules_load_file.pod | 24 configuration file pathname as follows.
|
H A D | SSL_CONF_cmd.pod | 720 pathname to an absolute pathname.
|
/openssl/apps/ |
H A D | rehash.c | 64 ssize_t readlink(const char *pathname, char *buf, size_t bufsiz) in readlink() argument
|
/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 203 The opt_progname() function takes the full pathname C<argv[0]> in its I<arg0>
|
/openssl/ |
H A D | CHANGES.md | 2113 or modify relative pathname inclusion.
|
Completed in 74 milliseconds