Searched refs:opt_t (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/ntp/scripts/deprecated/ |
| D | freq_adj.in | 32 $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-9-stable/usr.bin/iconv/ |
| D | iconv.c | 160 char *opt_f, *opt_t; in main() local 164 opt_f = opt_t = strdup(""); in main() 181 strcmp(opt_t, "") != 0) { in main() 195 opt_t = strdup(optarg); in main() 203 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0)) in main() 206 do_conv(stdin, opt_f, opt_t, opt_s, opt_c); in main() 214 do_conv(fp, opt_f, opt_t, opt_s, in main()
|
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | cidrexpand | 58 our ($opt_c,$opt_t); 62 if ($opt_t) 64 $spaceregex = $opt_t;
|
| D | mmuegel | 1781 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]);
|
| /freebsd-9-stable/contrib/ipfilter/tools/ |
| D | ipmon_y.y | 32 } opt_t; typedef 35 static opt_t *new_opt __P((int)); 304 static opt_t *new_opt(type) in new_opt() 307 opt_t *o; 309 o = (opt_t *)malloc(sizeof(*o)); 319 opt_t *olist; in build_action() 322 opt_t *o;
|
| /freebsd-9-stable/usr.sbin/diskinfo/ |
| D | diskinfo.c | 53 static int opt_c, opt_t, opt_v; variable 73 opt_t = 1; in main() 162 if (opt_t) in main()
|
| /freebsd-9-stable/usr.sbin/cron/crontab/ |
| D | crontab.c | 53 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum 65 static enum opt_t Option;
|
| /freebsd-9-stable/contrib/ipfilter/perl/ |
| D | Ipfanaly.pl | 338 if("$opt_t" eq "0")
|
| /freebsd-9-stable/contrib/less/ |
| D | opttbl.c | 343 STRING|NO_QUERY, 0, NULL, opt_t,
|
| D | optfunc.c | 292 opt_t(type, s) in opt_t() function
|
| D | funcs.h | 206 public void opt_t ();
|