Searched refs:opt_name (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dcf.h19 char *opt_name; member in struct:__anon5242
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-cf.c33 opt.opt_name = argv[2];
42 printf("Error: option \"%s\" not found\n", opt.opt_name);
44 printf("%s=%s\n", opt.opt_name, opt.opt_val);
H A Dcf.c83 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddefparse.y41 %type <id> opt_name opt_equal_name
50 NAME opt_name opt_base { def_name ($2, $3); }
51 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
142 opt_name: ID { $$ =$1; } label
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dfind.c97 * @param opt_name name of option to look for
127 * @param opt_name name of option to look for
365 * @param opt_name name of option to look for
371 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state) argument
375 int nm_len = parse_opt(&opt_name, &opt_arg, name_buf, sizeof(name_buf));
385 fprintf(stderr, zInvalOptName, opts->pzProgName, opt_name);
391 ct = opt_match_ct(opts, opt_name, nm_len, &idx, &disable);
398 case 0: return opt_unknown(opts, opt_name, opt_arg, state);
399 default: return opt_ambiguous(opts, opt_name, ct);
H A Dproto.h65 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state);
/freebsd-11-stable/usr.sbin/ckdist/
H A Dckdist.c71 static const char *opt_name; /* name for accessing components */ variable
112 opt_name = optarg;
362 if (opt_name)
363 name = opt_name;
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man61 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
66 'n|name=s' => \$opt_name,
221 $include{NAME} = "$program \\- $opt_name\n" if $opt_name;
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y114 %type <id> opt_name opt_equal_name dot_name
123 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
124 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
213 opt_name: ID { $$ = $1; } label
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c336 mbdbname.opt_name = "MailboxDatabase";

Completed in 270 milliseconds