Searched refs:opt_a (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl279 if ($opt_a && ($status != 0 || $tag != 0 || $droptag != 0 ||
334 if ($tag == 0 && $status == $0 && $opt_a) {
357 if ($tag == 0 && $status == $0 && $opt_a) {
509 if ($opt_a) {
/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c59 int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
135 opt_a = 1;
470 if (!opt_a) {
484 if (opt_a)
492 if (opt_a)
547 if (!opt_a)
583 if (!opt_a) {
602 if (opt_x || (src && !opt_a))
611 while ((src == NULL || opt_a) &&
616 (src == NULL || opt_a)
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6264 $italic_angle = $opt_a if $opt_a;
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibqueryerrors.pl168 if (defined $Getopt::Std::opt_a) { $print_action = "yes"; }
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c241 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
304 opt_a = argto4(optarg, 1, "sectors/FAT");
475 if (opt_a)
476 bpb.bpbBigFATsecs = opt_a;

Completed in 114 milliseconds