Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/radioctl/
Dradioctl.c64 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/
Dcidrexpand58 our ($opt_c,$opt_t);
62 if ($opt_t)
64 $spaceregex = $opt_t;
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]);
/mirbsd/src/gnu/usr.bin/perl/
Dmakeaperl.SH98 $opt_t = "/tmp";
100 $opt_t = ".";
103 $opt_m = "$opt_t/Makefile.$$";
120 'TMP' => $opt_t,
/mirbsd/src/gnu/usr.bin/perl/utils/
Ddprofpp.PL500 exit(0) if $opt_T || $opt_t;
784 elsif( $opt_t ){
822 if( $opt_t ){
885 if( $opt_T || $opt_t ){
Dh2xs.PL590 $opt_t,
707 $opt_t ||= 'IV';
1461 DEFAULT_TYPE => $opt_t,
1946 DEFAULT_TYPE => $opt_t,
Dc2ph.PL381 $opt_t && $trace++;
/mirbsd/src/bin/mksh/
Dcheck.pl254 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/
Dcrontab.c37 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/
Doptfunc.c183 opt_t(type, s) in opt_t() function
Dfuncs.h175 public void opt_t ();
Dopttbl.c393 STRING|NO_QUERY, 0, NULL, opt_t,
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DPerldoc.pm127 sub opt_t { # choose plaintext as output format subroutine