Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dnseq.c22 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 Dnseq.c23 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 Dprogs.h96 extern const OPTIONS nseq_options[];
167 {FT_general, "nseq", nseq_main, nseq_options},
/netbsd-src/crypto/external/bsd/openssl/include/
H A Dprogs.h94 extern const OPTIONS nseq_options[];
/netbsd-src/crypto/external/bsd/openssl/bin/
H A Dprogs.c63 {FT_general, "nseq", nseq_main, nseq_options, NULL, NULL},