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

/freebsd-11-stable/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-11-stable/usr.bin/iconv/
H A Diconv.c161 const char *opt_f, *opt_t; local
165 opt_f = opt_t = "";
182 strcmp(opt_t, "") != 0) {
196 opt_t = optarg;
204 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0))
207 res = do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
216 res |= do_conv(fp, opt_f, opt_t, opt_s, opt_c);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y37 } opt_t;
39 static void build_action(opt_t *, ipmon_doing_t *);
40 static opt_t *new_opt(int);
304 static opt_t *
308 opt_t *o;
310 o = (opt_t *)calloc(1, sizeof(*o));
320 opt_t *olist;
324 opt_t *o;
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c67 static int opt_c, opt_i, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
114 opt_t = 1;
133 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
266 if (opt_t)
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c53 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
65 static enum opt_t Option;
/freebsd-11-stable/contrib/less/
H A Doptfunc.c312 opt_t(type, s) function
H A Dopttbl.c362 STRING|NO_QUERY, 0, NULL, opt_t,
H A Dfuncs.h238 public void opt_t LESSPARAMS ((int type, char *s));

Completed in 134 milliseconds