Home
last modified time | relevance | path

Searched refs:opt_path_end (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/apps/lib/
Dopt.c53 const char *opt_path_end(const char *filename) in opt_path_end() function
72 p = opt_path_end(argv0); in opt_progname()
91 const char *opt_path_end(const char *filename) in opt_path_end() function
109 p = opt_path_end(argv0); in opt_progname()
121 const char *opt_path_end(const char *filename) in opt_path_end() function
138 p = opt_path_end(argv0); in opt_progname()
/third_party/openssl/apps/include/
Dopt.h356 const char *opt_path_end(const char *filename);
/third_party/openssl/apps/
Dfipsinstall.c403 tail = opt_path_end(module_fname); in fipsinstall_main()