Searched refs:nseq_options (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | nseq.c | 22 const OPTIONS nseq_options[] = { variable 39 prog = opt_init(argc, argv, nseq_options); in nseq_main() 49 opt_help(nseq_options); in nseq_main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | nseq.c | 23 const OPTIONS nseq_options[] = { variable 47 prog = opt_init(argc, argv, nseq_options); in nseq_main() 57 opt_help(nseq_options); in nseq_main()
|
/netbsd-src/crypto/external/bsd/openssl.old/include/ |
H A D | progs.h | 96 extern const OPTIONS nseq_options[]; 167 {FT_general, "nseq", nseq_main, nseq_options},
|
/netbsd-src/crypto/external/bsd/openssl/include/ |
H A D | progs.h | 94 extern const OPTIONS nseq_options[];
|
/netbsd-src/crypto/external/bsd/openssl/bin/ |
H A D | progs.c | 63 {FT_general, "nseq", nseq_main, nseq_options, NULL, NULL},
|