Home
last modified time | relevance | path

Searched refs:opt_rest (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/openssl/test/testutil/
H A Doptions.c40 char **argv = opt_rest(); in test_get_argument()
52 char **argv = opt_rest(); in opt_check_usage()
/freebsd/crypto/openssl/apps/
H A Derrstr.c67 for (argv = opt_rest(); *argv != NULL; argv++) { in errstr_main()
H A Dprime.c113 argv = opt_rest(); in prime_main()
H A Dgendsa.c117 argv = opt_rest(); in gendsa_main()
H A Drand.c102 argv = opt_rest(); in rand_main()
H A Dgenrsa.c161 argv = opt_rest(); in genrsa_main()
H A Dkdf.c142 argv = opt_rest(); in kdf_main()
H A Dciphers.c179 argv = opt_rest(); in ciphers_main()
H A Ddsaparam.c143 argv = opt_rest(); in dsaparam_main()
H A Dmac.c146 argv = opt_rest(); in mac_main()
H A Ddhparam.c175 argv = opt_rest(); in dhparam_main()
H A Dverify.c210 argv = opt_rest(); in verify_main()
H A Dopenssl.c369 new_argv[0] = opt_rest()[0]; in help_main()
H A Dstoreutl.c272 argv = opt_rest(); in storeutl_main()
H A Dengine.c375 argv = opt_rest(); in engine_main()
H A Drehash.c554 argv = opt_rest(); in rehash_main()
H A Dsrp.c321 argv = opt_rest(); in srp_main()
H A Dsmime.c433 argv = opt_rest(); in smime_main()
H A Ddgst.c249 argv = opt_rest(); in dgst_main()
H A Dpasswd.c200 argv = opt_rest(); in passwd_main()
H A Dcms.c793 argv = opt_rest(); in cms_main()
H A Dca.c557 argv = opt_rest(); in ca_main()
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c1061 char **opt_rest(void) in opt_rest() function
1072 for (pp = opt_rest(); *pp; pp++, i++) in opt_num_rest()
1079 char *opt = *opt_rest(); in opt_check_rest_arg()
/freebsd/crypto/openssl/apps/include/
H A Dopt.h444 char **opt_rest(void);
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod11 opt_num_rest, opt_rest, opt_legacy_okay
54 char **opt_rest(void);
291 The opt_rest() function returns a pointer to the first non-option.

12