Searched defs:opt (Results 1 - 5 of 5) sorted by relevance

/sendmail/libsm/
H A Dt-cf.c25 SM_CF_OPT_T opt; local
33 opt.opt_name = argv[2];
34 opt.opt_val = NULL;
35 err = sm_cf_getopt(argv[1], 1, &opt);
41 if (opt.opt_val == NULL)
42 printf("Error: option \"%s\" not found\n", opt.opt_name);
44 printf("%s=%s\n", opt.opt_name, opt.opt_val);
/sendmail/contrib/
H A Dbitdomain.c52 int opt; local
54 while ((opt = getopt(argc, argv, "o:")) != -1) {
55 switch (opt) {
/sendmail/editmap/
H A Deditmap.c87 int opt; local
135 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
137 switch (opt)
/sendmail/makemap/
H A Dmakemap.c90 int opt; local
140 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
142 switch (opt)
/sendmail/sendmail/
H A Dsrvrsmtp.c4826 char **pvp, c, opt; local
4853 if ((opt = srv_feat_table[j].srvf_opt) == '\0')
4861 if (c == opt)
4866 if (c == tolower(opt))

Completed in 36 milliseconds