Searched refs:opt (Results 1 - 7 of 7) sorted by relevance
/sendmail/libsm/ |
H A D | t-cf.c | 25 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 D | bitdomain.c | 52 int opt; local 54 while ((opt = getopt(argc, argv, "o:")) != -1) { 55 switch (opt) {
|
/sendmail/editmap/ |
H A D | editmap.c | 87 int opt; local 135 while ((opt = getopt(argc, argv, OPTIONS)) != -1) 137 switch (opt)
|
/sendmail/makemap/ |
H A D | makemap.c | 90 int opt; local 140 while ((opt = getopt(argc, argv, OPTIONS)) != -1) 142 switch (opt)
|
/sendmail/sendmail/ |
H A D | readcf.c | 1941 ** opt -- option name. 2416 # define SET_OPT_DEFAULT(opt, val) opt = val 2432 setoption(opt, val, safe, sticky, e) 2433 int opt; 2459 if (opt == ' ') 2520 opt = o->o_code; 2527 if (o->o_code == opt) 2532 syserr("readcf: unknown option name 0x%x", opt & 0xff); 2548 sm_dprintf(isascii(opt) [all...] |
H A D | udb.c | 1162 _udb_parsespec(udbspec, opt, maxopts) 1164 struct udb_option opt[]; 1182 opt[optnum].udbo_name = spec; 1183 opt[optnum].udbo_val = NULL; 1186 opt[optnum].udbo_val = ++p;
|
H A D | srvrsmtp.c | 4826 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 193 milliseconds