Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 13 of 13) sorted by relevance

/openssl/fuzz/
H A Dtest-corpus.c37 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/doc/man1/
H A Dopenssl-passphrase-options.pod47 =item B<file:>I<pathname>
49 The first line of I<pathname> is the password. If the same I<pathname>
52 password. I<pathname> need not refer to a regular file: it could for example
H A DCA.pl.pod174 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 Dopenssl-rehash.pod.in81 B<OPENSSL> environment variable to the full pathname.
H A Dopenssl-ocsp.pod.in168 =item B<-host> I<hostname>:I<port>, B<-path> I<pathname>
171 I<hostname> on port I<port>. The B<-path> option specifies the HTTP pathname
173 http:// and the given hostname, port, and pathname.
/openssl/doc/man5/
H A Dconfig.pod39 .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 DRAND_load_file.pod60 B<num> is too small for the pathname, an error occurs.
H A DOSSL_CMP_log_open.pod68 a file pathname or NULL,
H A DCONF_modules_load_file.pod24 configuration file pathname as follows.
H A DSSL_CONF_cmd.pod646 pathname to an absolute pathname.
/openssl/apps/
H A Drehash.c66 ssize_t readlink(const char *pathname, char *buf, size_t bufsiz) in readlink() argument
/openssl/doc/internal/man3/
H A DOPTIONS.pod203 The opt_progname() function takes the full pathname C<argv[0]> in its I<arg0>
/openssl/
H A DCHANGES.md566 or modify relative pathname inclusion.

Completed in 63 milliseconds