/freebsd/crypto/openssl/apps/ |
H A D | progs.h | 69 extern const OPTIONS asn1parse_options[]; 70 extern const OPTIONS ca_options[]; 71 extern const OPTIONS ciphers_options[]; 72 extern const OPTIONS cmp_options[]; 73 extern const OPTIONS cms_options[]; 74 extern const OPTIONS crl_options[]; 75 extern const OPTIONS crl2pkcs7_options[]; 76 extern const OPTIONS dgst_options[]; 77 extern const OPTIONS dhparam_options[]; 78 extern const OPTIONS dsa_options[]; [all …]
|
/freebsd/contrib/sendmail/mail.local/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 16 $(SHELL) $(BUILD) $(OPTIONS) $@ 19 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/rmail/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 16 $(SHELL) $(BUILD) $(OPTIONS) $@ 19 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/ |
H A D | Makefile | 8 OPTIONS= $(CONFIG) $(FLAGS) macro 14 $(SHELL) $(BUILD) $(OPTIONS)) || exit; \ 21 $(SHELL) $(BUILD) $(OPTIONS) $@); \ 28 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \ 35 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \ 42 $(SHELL) $(BUILD) $(OPTIONS) -c) || exit; \ 47 $(SHELL) $(BUILD) $(OPTIONS)
|
/freebsd/contrib/sendmail/editmap/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/libsm/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
H A D | b-strcmp.c | 58 # define OPTIONS "d" macro 59 while ((k = getopt(argc, argv, OPTIONS)) != -1)
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/makemap/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/praliases/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/src/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/mailstats/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/test/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/contrib/sendmail/vacation/ |
H A D | Makefile | 5 OPTIONS= $(CONFIG) $(FLAGS) macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | test_options.c | 14 const OPTIONS *test_get_options(void) in test_get_options() 16 static const OPTIONS default_options[] = { in test_get_options()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_stable_parse_test.c | 22 const OPTIONS *test_get_options(void) in test_get_options() 24 static const OPTIONS options[] = { in test_get_options()
|
H A D | fips_version_test.c | 24 const OPTIONS *test_get_options(void) in test_get_options() 26 static const OPTIONS test_options[] = { in test_get_options()
|
H A D | ecstresstest.c | 112 const OPTIONS *test_get_options(void) in test_get_options() 114 static const OPTIONS test_options[] = { in test_get_options()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 44 static const OPTIONS *unknown; 45 static const OPTIONS *opts; 161 char *opt_init(int ac, char **av, const OPTIONS *o) in opt_init() 176 const OPTIONS *next; in opt_init() 851 const OPTIONS *o; in opt_next() 1022 static const char *valtype2param(const OPTIONS *o) in valtype2param() 1062 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() 1117 void opt_help(const OPTIONS *list) in opt_help() 1119 const OPTIONS *o; in opt_help()
|
/freebsd/tools/test/sort/regression/ |
H A D | Makefile | 5 OPTIONS= r f fr fs fu i ir b bs bd bu g gs gu gr n nr M Mr u nu ns macro 19 .for opt in ${OPTIONS}
|
/freebsd/usr.sbin/bsdconfig/ |
H A D | USAGE | 30 @PROGRAM_NAME@ [OPTIONS] [command [OPTIONS]] 32 OPTIONS:
|
/freebsd/share/examples/jails/ |
H A D | VIMAGE | 15 ##################### ENABLE NON-INHERITED OPTIONS/DEVICES ##################### 45 ################ DISABLE UNNECESSARY INHERITED OPTIONS/DEVICES ################
|