Searched refs:opt_t (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/usr.bin/radioctl/ |
| D | radioctl.c | 64 struct opt_t { struct 82 int parse_opt(char *, struct opt_t *); argument 85 void do_ioctls(int, struct opt_t *, int); 88 void change_value(const struct opt_t); 107 struct opt_t opt; in main() 214 do_ioctls(int fd, struct opt_t *o, int silent) in do_ioctls() 260 change_value(const struct opt_t o) in change_value() 368 parse_opt(char *s, struct opt_t *o) { in parse_opt()
|
| /mirbsd/src/gnu/usr.sbin/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]);
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | makeaperl.SH | 98 $opt_t = "/tmp"; 100 $opt_t = "."; 103 $opt_m = "$opt_t/Makefile.$$"; 120 'TMP' => $opt_t,
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | dprofpp.PL | 500 exit(0) if $opt_T || $opt_t; 784 elsif( $opt_t ){ 822 if( $opt_t ){ 885 if( $opt_T || $opt_t ){
|
| D | h2xs.PL | 590 $opt_t, 707 $opt_t ||= 'IV'; 1461 DEFAULT_TYPE => $opt_t, 1946 DEFAULT_TYPE => $opt_t,
|
| D | c2ph.PL | 381 $opt_t && $trace++;
|
| /mirbsd/src/bin/mksh/ |
| D | check.pl | 254 if (defined $opt_t) { 255 die "$prog: bad -t argument (should be number > 0): $opt_t\n" 256 if $opt_t !~ /^\d+$/ || $opt_t <= 0; 257 $default_time_limit = $opt_t;
|
| /mirbsd/src/usr.sbin/cron/ |
| D | crontab.c | 37 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum 51 static enum opt_t Option;
|
| /mirbsd/src/usr.bin/less/ |
| D | optfunc.c | 183 opt_t(type, s) in opt_t() function
|
| D | funcs.h | 175 public void opt_t ();
|
| D | opttbl.c | 393 STRING|NO_QUERY, 0, NULL, opt_t,
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Perldoc.pm | 127 sub opt_t { # choose plaintext as output format subroutine
|