Home
last modified time | relevance | path

Searched refs:mu_option (Results 1 – 25 of 104) sorted by relevance

12345

/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmh_getopt.h28 void mh_getopt_ext (int *pargc, char ***pargv, struct mu_option *options,
32 void mh_getopt (int *pargc, char ***pargv, struct mu_option *options,
35 void mh_opt_notimpl (struct mu_parseopt *po, struct mu_option *opt,
37 void mh_opt_notimpl_warning (struct mu_parseopt *po, struct mu_option *opt,
39 void mh_opt_clear_string (struct mu_parseopt *po, struct mu_option *opt,
42 void mh_opt_find_file (struct mu_parseopt *po, struct mu_option *opt,
44 void mh_opt_read_formfile (struct mu_parseopt *po, struct mu_option *opt,
47 void mh_opt_parse_formfile (struct mu_parseopt *po, struct mu_option *opt,
49 void mh_opt_parse_format (struct mu_parseopt *po, struct mu_option *opt,
52 void mh_opt_set_folder (struct mu_parseopt *po, struct mu_option *opt,
H A Dmh_getopt.c119 struct mu_option *opt; in process_folder_arg()
146 mh_opt_set_folder (struct mu_parseopt *po, struct mu_option *opt, in mh_opt_set_folder()
152 static struct mu_option folder_option[] = {
183 has_folder_option (struct mu_option *opt) in has_folder_option()
197 struct mu_option **optv, struct mh_optinit *optinit) in opt_init()
206 struct mu_option *opt; in opt_init()
225 mh_getopt_ext (int *pargc, char ***pargv, struct mu_option *options, in mh_getopt_ext()
232 struct mu_option *optv[3]; in mh_getopt_ext()
331 mh_getopt (int *pargc, char ***pargv, struct mu_option *options, in mh_getopt()
359 mh_opt_clear_string (struct mu_parseopt *po, struct mu_option *opt, in mh_opt_clear_string()
[all …]
H A Dpick.c40 add_component_name (struct mu_parseopt *po, struct mu_option *opt, in add_component_name()
47 add_component_pattern (struct mu_parseopt *po, struct mu_option *opt, in add_component_pattern()
54 add_cflags (struct mu_parseopt *po, struct mu_option *opt, in add_cflags()
74 add_after (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_after()
81 add_before (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_before()
88 add_and (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_and()
94 add_or (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_or()
100 add_not (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_not()
106 add_lbrace (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_lbrace()
118 add_to_sequence (struct mu_parseopt *po, struct mu_option *opt, in add_to_sequence()
[all …]
H A Dsortm.c63 add_datefield (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_datefield()
69 add_numfield (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_numfield()
75 add_textfield (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_textfield()
81 rem_datefield (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in rem_datefield()
87 rem_numfield (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in rem_numfield()
99 set_action_reorder (struct mu_parseopt *po, struct mu_option *opt, in set_action_reorder()
106 set_action_list (struct mu_parseopt *po, struct mu_option *opt, in set_action_list()
113 set_action_dry_run (struct mu_parseopt *po, struct mu_option *opt, in set_action_dry_run()
122 set_algo_shell (struct mu_parseopt *po, struct mu_option *opt, in set_algo_shell()
129 set_algo_quicksort (struct mu_parseopt *po, struct mu_option *opt, in set_algo_quicksort()
[all …]
H A Dmark.c40 set_action_add (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in set_action_add()
46 set_action_delete (struct mu_parseopt *po, struct mu_option *opt, in set_action_delete()
53 set_action_list (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in set_action_list()
59 add_sequence (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_sequence()
69 static struct mu_option options[] = {
H A Drepl.c58 set_cc (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in set_cc()
64 clr_cc (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in clr_cc()
70 set_fcc (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in set_fcc()
83 set_whatnowproc (struct mu_parseopt *po, struct mu_option *opt, in set_whatnowproc()
91 set_group (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in set_group()
102 static struct mu_option options[] = {
H A Dwhom.c27 add_alias (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in add_alias()
33 set_draftmessage (struct mu_parseopt *po, struct mu_option *opt, in set_draftmessage()
41 static struct mu_option options[] = {
H A Dfmtcheck.c36 opt_formfile (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_formfile()
47 opt_format (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_format()
53 static struct mu_option options[] = {
/dports/mail/mailutils/mailutils-3.13/libmailutils/cli/
H A Dcli.c205 struct mu_option mu_common_options[] = {
222 static struct mu_option mu_config_option_header =
252 static struct mu_option mu_no_config_option = {
346 static struct mu_option mu_extra_help_options[] = {
366 struct mu_option *opt = item; in add_opt_group()
390 static struct mu_option *
393 struct mu_option end = MU_OPTION_END; in opool_end_option()
399 static struct mu_option **
447 struct mu_option opt = mu_no_config_option; in init_options()
454 struct mu_option opt = mu_no_config_option; in init_options()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmailutils/tests/
H A Dmsgset.c102 cli_msgset (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_msgset()
114 cli_mh (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_mh()
120 get_msgset (struct mu_option *opt) in get_msgset()
131 cli_add (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_add()
140 cli_sub (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_sub()
149 cli_addset (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_addset()
157 cli_subset (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_subset()
165 cli_first (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_first()
172 cli_last (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_last()
184 struct mu_option options[] = { in main()
H A Dmodmesg.c27 cli_a (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_a()
46 cli_t (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_t()
64 cli_l (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_l()
92 struct mu_option options[] = { in main()
/dports/mail/mailutils/mailutils-3.13/libmailutils/opt/
H A Dopt.c44 struct mu_option const *ap = *(struct mu_option const **)a; in optcmp()
45 struct mu_option const *bp = *(struct mu_option const **)b; in optcmp()
95 struct mu_option **tmp; in sort_group()
222 struct mu_option *
231 struct mu_option *
273 struct mu_option *
275 struct mu_option **used_opt_ptr, in find_long_option()
283 struct mu_option *ret_opt = NULL; in find_long_option()
284 struct mu_option *used_opt; in find_long_option()
516 struct mu_option *opt, *uopt; in parse()
[all …]
/dports/mail/mailutils/mailutils-3.13/include/mailutils/
H A Dopt.h39 struct mu_option struct
48 void (*opt_set) (struct mu_parseopt *, struct mu_option *, char const *); argument
73 struct mu_option *cache_opt; argument
126 struct mu_option **po_optv; /* Array of ptrs to option structures */
181 int argc, char **argv, struct mu_option **optv,
198 void mu_option_set_value (struct mu_parseopt *po, struct mu_option *opt,
201 int mu_option_possible_negation (struct mu_parseopt *po, struct mu_option *opt);
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dmain.c329 opt_daemon(struct mu_parseopt *po, struct mu_option *op, in opt_daemon()
337 opt_include_dir(struct mu_parseopt *po, struct mu_option *op, in opt_include_dir()
360 opt_mtasim(struct mu_parseopt *po, struct mu_option *op, in opt_mtasim()
368 opt_optimize(struct mu_parseopt *po, struct mu_option *op, in opt_optimize()
383 opt_variable(struct mu_parseopt *po, struct mu_option *op, in opt_variable()
464 opt_dump_code(struct mu_parseopt *po, struct mu_option *op, in opt_dump_code()
488 opt_dump_macros(struct mu_parseopt *po, struct mu_option *op, in opt_dump_macros()
496 opt_dump_tree(struct mu_parseopt *po, struct mu_option *op, in opt_dump_tree()
504 opt_gacopyz_log(struct mu_parseopt *po, struct mu_option *op, in opt_gacopyz_log()
516 opt_dump_xref(struct mu_parseopt *po, struct mu_option *op, in opt_dump_xref()
[all …]
H A Dmfdbtool.c172 opt_delete(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_delete()
178 opt_list(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_list()
184 opt_expire(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_expire()
190 opt_compact(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_compact()
196 opt_format(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_format()
206 opt_predict(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_predict()
216 opt_debug(struct mu_parseopt *po, struct mu_option *opt, char const *arg) in opt_debug()
222 opt_expire_interval(struct mu_parseopt *po, struct mu_option *op, in opt_expire_interval()
236 static struct mu_option mfdbtool_options[] = {
H A Dsrvcfg.c535 opt_foreground (struct mu_parseopt *po, struct mu_option *op, char const *arg) in opt_foreground()
541 opt_single_process (struct mu_parseopt *po, struct mu_option *op, in opt_single_process()
548 opt_group (struct mu_parseopt *po, struct mu_option *op, char const *arg) in opt_group()
554 opt_source_ip (struct mu_parseopt *po, struct mu_option *op, char const *arg) in opt_source_ip()
561 opt_state_directory (struct mu_parseopt *po, struct mu_option *op, in opt_state_directory()
585 opt_debug(struct mu_parseopt *po, struct mu_option *op, char const *arg) in opt_debug()
591 opt_logger_stream(struct mu_parseopt *po, struct mu_option *op, in opt_logger_stream()
605 opt_pidfile(struct mu_parseopt *po, struct mu_option *op, char const *arg) in opt_pidfile()
615 static struct mu_option srv_options[] = {
/dports/mail/mailutils/mailutils-3.13/mu/libexec/
H A Dgetopt.c22 describe (struct mu_parseopt *po, struct mu_option *opt, char const *unused) in describe()
29 struct mu_option common_options[] = {
37 mu_action_getopt (int *pargc, char ***pargv, struct mu_option *opt, in mu_action_getopt()
52 struct mu_option *options[3] = { common_options, opt, NULL }; in mu_action_getopt()
H A Dlogger.c35 set_priority (struct mu_parseopt *po, struct mu_option *opt, in set_priority()
56 set_syslog (struct mu_parseopt *po, struct mu_option *opt, in set_syslog()
63 set_stderr (struct mu_parseopt *po, struct mu_option *opt, in set_stderr()
70 set_severity (struct mu_parseopt *po, struct mu_option *opt, in set_severity()
127 set_locus (struct mu_parseopt *po, struct mu_option *opt, in set_locus()
149 static struct mu_option logger_options[] = {
H A Dfilter.c33 set_encode_mode (struct mu_parseopt *po, struct mu_option *opt, in set_encode_mode()
40 set_decode_mode (struct mu_parseopt *po, struct mu_option *opt, in set_decode_mode()
46 static struct mu_option filter_options[] = {
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dconf.c174 cli_includedir (struct mu_parseopt *po, struct mu_option *opt, in cli_includedir()
181 cli_libdir (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_libdir()
187 cli_libdir_prefix (struct mu_parseopt *po, struct mu_option *opt, in cli_libdir_prefix()
194 cli_clear_include_path (struct mu_parseopt *po, struct mu_option *opt, in cli_clear_include_path()
201 cli_clear_library_path (struct mu_parseopt *po, struct mu_option *opt, in cli_clear_library_path()
207 static struct mu_option sieve_option[] = {
/dports/mail/mailutils/mailutils-3.13/mimeview/
H A Dmimeview.c46 cli_no_ask (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_no_ask()
53 cli_no_interactive (struct mu_parseopt *po, struct mu_option *opt, in cli_no_interactive()
60 cli_debug (struct mu_parseopt *po, struct mu_option *opt, in cli_debug()
94 cli_metamail (struct mu_parseopt *po, struct mu_option *opt, in cli_metamail()
102 static struct mu_option mimeview_options[] = {
/dports/mail/mailutils/mailutils-3.13/examples/
H A Dmuauth.c31 use_uid (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in use_uid()
37 use_name (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in use_name()
42 static struct mu_option muauth_options[] = {
/dports/mail/mailutils/mailutils-3.13/frm/
H A Dfrm.c112 cli_show_field (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_show_field()
119 cli_Quiet (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_Quiet()
125 cli_query (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_query()
132 cli_status (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_status()
137 static struct mu_option frm_options[] = {
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dmail.c48 cli_f_option (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_f_option()
54 cli_file_option (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_file_option()
62 cli_command_option (struct mu_parseopt *po, struct mu_option *opt, in cli_command_option()
128 cli_subject (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_subject()
136 cli_append (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_append()
143 cli_attach (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_attach()
166 cli_attach_fd (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_attach_fd()
187 static struct mu_option mail_options[] = {
/dports/mail/mailutils/mailutils-3.13/sieve/
H A Dsieve.c131 cli_compile_and_dump (struct mu_parseopt *po, struct mu_option *opt, in cli_compile_and_dump()
138 cli_debug (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_debug()
144 cli_email (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_email()
152 assign (struct mu_parseopt *po, struct mu_option *opt, char const *arg, in assign()
174 cli_env (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_env()
180 cli_var (struct mu_parseopt *po, struct mu_option *opt, char const *arg) in cli_var()
185 static struct mu_option sieve_options[] = {

12345