HomeSort by: relevance | last modified time | path
    Searched refs:opt_d (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/xcvs/dist/contrib/
rcslock.in 102 $opt_v = $opt_d if defined $opt_d;
121 print "Starting directory is $pwd" if defined $opt_d ;
130 print "Directory path is $files[0]" if defined $opt_d ;
135 print "Directory path is $cvsroot/$files[0]" if defined $opt_d ;
147 print "opening rlog -h @files[1..$#files] |" if defined $opt_d;
200 print "lock by $1 found on $curfile version $2" if defined $opt_d;
  /src/external/bsd/ntp/dist/scripts/deprecated/
freq_adj.in 14 $driftfile = $opt_d if defined($opt_d);
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 65 int opt_d; /* Delete a file from volume header */ variable
119 #define RESET_OPTS() opt_i = opt_m = opt_r = opt_w = opt_d = opt_p = 0
150 ++opt_d;
180 if (opt_d) {
202 (opt_i | opt_m | opt_w | opt_d | opt_p) ? O_RDWR : O_RDONLY);
207 fd = open(buf, (opt_i | opt_w | opt_d | opt_p)
249 if (opt_d) {
  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 22 our($opt_d);
315 print "$f:$macro\n" if $opt_d;
337 print "$libname:$func\n" if $opt_d;
507 $opt_u = 1 if $opt_d;
  /src/crypto/external/bsd/heimdal/dist/cf/
roken-h-process.pl 9 if ($opt_d) {
make-proto.pl 33 if($opt_d) {
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 32 our($opt_d);
68 $opt_u = 1 if $opt_d;
73 if $opt_d && $opt_e;
989 if $opt_d || $opt_e;
1012 if $opt_d || $opt_e;
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 32 our($opt_d);
66 $opt_u = 1 if $opt_d;
71 if $opt_d && $opt_e;
938 if $opt_d || $opt_e;
959 if $opt_d || $opt_e;
  /src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl 6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6070 my $desc = $opt_d || "DESC";
  /src/tests/usr.bin/indent/
Makefile 74 FILES+= opt_d.c
  /src/external/apache2/llvm/dist/llvm/utils/
codegen-diff 66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
  /src/external/bsd/openldap/dist/build/
shtool 224 opt_d=no
890 if [ "$opt_d" = yes ]; then
  /src/sys/kern/
uipc_mbuf.c 2078 bool opt_d = false; local
2092 opt_d = true;
2110 if (opt_d) {

Completed in 56 milliseconds