Searched refs:errstr_options (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | errstr.c | 23 const OPTIONS errstr_options[] = { variable 37 prog = opt_init(argc, argv, errstr_options); in errstr_main() 45 opt_help(errstr_options); in errstr_main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | errstr.c | 23 const OPTIONS errstr_options[] = { variable 41 prog = opt_init(argc, argv, errstr_options); in errstr_main() 49 opt_help(errstr_options); in errstr_main()
|
/netbsd-src/crypto/external/bsd/openssl.old/include/ |
H A D | progs.h | 90 extern const OPTIONS errstr_options[]; 157 {FT_general, "errstr", errstr_main, errstr_options},
|
/netbsd-src/crypto/external/bsd/openssl/include/ |
H A D | progs.h | 84 extern const OPTIONS errstr_options[];
|
/netbsd-src/crypto/external/bsd/openssl/bin/ |
H A D | progs.c | 49 {FT_general, "errstr", errstr_main, errstr_options, NULL, NULL},
|