Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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()
H A Dprogs.h84 extern const OPTIONS errstr_options[];
H A Dprogs.c49 {FT_general, "errstr", errstr_main, errstr_options, NULL, NULL},