Searched refs:opt_t (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-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-10-stable/usr.bin/iconv/ |
| D | iconv.c | 159 const char *opt_f, *opt_t; in main() local 163 opt_f = opt_t = ""; in main() 180 strcmp(opt_t, "") != 0) { in main() 194 opt_t = optarg; in main() 202 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0)) in main() 205 res = do_conv(stdin, opt_f, opt_t, opt_s, opt_c); in main() 214 res |= do_conv(fp, opt_f, opt_t, opt_s, opt_c); in main()
|
| /freebsd-10-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-10-stable/contrib/ipfilter/tools/ |
| D | ipmon_y.y | 37 } opt_t; typedef 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; in build_action() 324 opt_t *o;
|
| /freebsd-10-stable/usr.sbin/diskinfo/ |
| D | diskinfo.c | 53 static int opt_c, opt_t, opt_v; variable 73 opt_t = 1; in main() 161 if (opt_t) in main()
|
| /freebsd-10-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-10-stable/contrib/less/ |
| D | opttbl.c | 346 STRING|NO_QUERY, 0, NULL, opt_t,
|
| D | optfunc.c | 303 opt_t(type, s) in opt_t() function
|
| D | funcs.h | 218 public void opt_t LESSPARAMS ((int type, char *s));
|