Home
last modified time | relevance | path

Searched refs:opt_t (Results 1 – 13 of 13) sorted by relevance

/freebsd/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";
47 if ($opt_t ne '') { # - but $opt_t was specified
48 $timer = $opt_t; # - - so use it.
/freebsd/usr.bin/iconv/
H A Diconv.c161 const char *opt_f, *opt_t; in main() local
165 opt_f = opt_t = ""; in main()
182 strcmp(opt_t, "") != 0) { in main()
196 opt_t = optarg; in main()
204 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0)) in main()
219 cd = iconv_open(opt_t, opt_f); in main()
221 err(EXIT_FAILURE, "iconv_open(%s, %s)", opt_t, opt_f); in main()
/freebsd/crypto/openssl/util/
H A Dmkpod2html.pl20 our($opt_t); # -t TITLE
26 die "-t flag missing" unless $opt_t;
40 "--title=$opt_t",
/freebsd/tools/test/stress2/include/
H A Dstress.h50 } opt_t; typedef
52 extern opt_t *op;
/freebsd/contrib/ncurses/misc/
H A Dncu2openbsd47 our ( $opt_d, $opt_n, $opt_r, $opt_t, $opt_v, $opt_x, $opt_6 );
375 next if ( $item =~ /^[fm]_trace\.c/ and not $opt_t );
577 if ( index( $text, "(trace)" ) >= 0 and not $opt_t ) {
580 if ( not $opt_t ) {
688 $subdirs[ $#subdirs + 1 ] = '${.CURDIR}/trace' if ($opt_t);
1042 if ($opt_t) {
1197 $options[ ++$#options ] = "--with-trace" if ($opt_t);
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y36 } opt_t; typedef
38 static void build_action(opt_t *, ipmon_doing_t *);
39 static opt_t *new_opt(int);
303 static opt_t *
306 opt_t *o; in new_opt()
308 o = (opt_t *)calloc(1, sizeof(*o)); in new_opt()
317 build_action(opt_t *olist, ipmon_doing_t *todo) in build_action()
320 opt_t *o; in build_action()
/freebsd/tools/test/stress2/lib/
H A Doptions.c38 static opt_t opt;
39 opt_t *op;
/freebsd/usr.sbin/diskinfo/
H A Ddiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
118 opt_t = 1; in main()
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) { in main()
277 if (opt_t) in main()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c40 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
51 static enum opt_t Option;
/freebsd/contrib/less/
H A Dopttbl.c410 STRING|NO_QUERY, 0, NULL, opt_t,
H A Doptfunc.c341 public void opt_t(int type, constant char *s) in opt_t()
319 public void opt_t(int type, char *s) opt_t() function
H A Dfuncs.h285 public void opt_t(int type, constant char *s);
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel1781 die "${Script_Name}: -a not valid with -t option\n" if ($opt_a && $opt_t);
1785 $opt_t = "0s" if ($opt_a);
1786 $opt_t = $DEF_TIME if ($opt_t eq "");
1796 die "${Script_Name}: $Msg\n" if (! (($Status, $Msg, $Seconds) = &Time_Spec_To_Seconds ($opt_t))[0]);