Home
last modified time | relevance | path

Searched refs:errstr_options (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Derrstr.c23 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 Derrstr.c23 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 Dprogs.h90 extern const OPTIONS errstr_options[];
157 {FT_general, "errstr", errstr_main, errstr_options},
/netbsd-src/crypto/external/bsd/openssl/include/
H A Dprogs.h84 extern const OPTIONS errstr_options[];
/netbsd-src/crypto/external/bsd/openssl/bin/
H A Dprogs.c49 {FT_general, "errstr", errstr_main, errstr_options, NULL, NULL},