Searched refs:opt_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dcidrexpand58 our ($opt_c,$opt_t);
62 if ($opt_t)
64 $spaceregex = $opt_t;
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in32 $opt_t = $timer if !defined($opt_t);
35 if ($opt_t ne '') { # - and $opt_t found
36 if ($timer ne $opt_t) { # - - and they differ
37 warn "You specified a $opt_t timer but I detected a $timer timer.\n";
43 } else { # - but no $opt_t specified; this is OK
47 if ($opt_t ne '') { # - but $opt_t was specified
48 $timer = $opt_t; #
[all...]
/freebsd-9.3-release/usr.bin/iconv/
H A Diconv.c160 char *opt_f, *opt_t; local
164 opt_f = opt_t = strdup("");
181 strcmp(opt_t, "") != 0) {
195 opt_t = strdup(optarg);
203 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0))
206 do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
214 do_conv(fp, opt_f, opt_t, opt_s,
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon_y.y32 } opt_t;
35 static opt_t *new_opt __P((int));
304 static opt_t *new_opt(type)
307 opt_t *o;
309 o = (opt_t *)malloc(sizeof(*o));
319 opt_t *olist;
322 opt_t *o;
/freebsd-9.3-release/usr.sbin/diskinfo/
H A Ddiskinfo.c53 static int opt_c, opt_t, opt_v; variable
73 opt_t = 1;
162 if (opt_t)
/freebsd-9.3-release/usr.sbin/cron/crontab/
H A Dcrontab.c52 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
64 static enum opt_t Option;
/freebsd-9.3-release/contrib/less/
H A Dfuncs.h203 public void opt_t ();
H A Doptfunc.c288 opt_t(type, s) function
H A Dopttbl.c343 STRING|NO_QUERY, 0, NULL, opt_t,

Completed in 118 milliseconds