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

/freebsd-current/tools/test/stress2/include/
H A Dstress.h50 } opt_t; typedef in typeref:struct:__anon16129
52 extern opt_t *op;
/freebsd-current/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-current/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-current/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))
219 cd = iconv_open(opt_t, opt_f);
221 err(EXIT_FAILURE, "iconv_open(%s, %s)", opt_t, opt_f);
/freebsd-current/tools/test/stress2/lib/
H A Doptions.c38 static opt_t opt;
39 opt_t *op;
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y36 } opt_t;
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;
308 o = (opt_t *)calloc(1, sizeof(*o));
317 build_action(opt_t *olist, ipmon_doing_t *todo)
320 opt_t *o;
/freebsd-current/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;
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
277 if (opt_t)
/freebsd-current/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-current/contrib/less/
H A Dopttbl.c403 STRING|NO_QUERY, 0, NULL, opt_t,
H A Doptfunc.c319 public void opt_t(int type, char *s) function
H A Dfuncs.h258 public void opt_t(int type, char *s);

Completed in 200 milliseconds