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

/freebsd-10.2-release/contrib/sendmail/contrib/
H A Dcidrexpand58 our ($opt_c,$opt_t);
62 if ($opt_t)
64 $spaceregex = $opt_t;
/freebsd-10.2-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-10.2-release/usr.bin/iconv/
H A Diconv.c159 char *opt_f, *opt_t; local
163 opt_f = opt_t = strdup("");
180 strcmp(opt_t, "") != 0) {
194 opt_t = strdup(optarg);
202 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0))
205 res = do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
214 res |= do_conv(fp, opt_f, opt_t, opt_s, opt_c);
/freebsd-10.2-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-10.2-release/contrib/ipfilter/tools/
H A Dipmon_y.y37 } opt_t;
39 static void build_action __P((opt_t *, ipmon_doing_t *));
40 static opt_t *new_opt __P((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-10.2-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-10.2-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 176 milliseconds