HomeSort by: relevance | last modified time | path
    Searched refs:our (Results 1 - 25 of 225) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/crypto/external/apache2/openssl/dist/test/ssl-tests/
ssltests_base.pm 20 our $fips_mode = 0;
21 our $no_deflt_libctx = 0;
22 our $fips_3_4 = 0;
23 our $fips_3_5 = 0;
25 our %base_server = (
31 our %base_client = (
  /src/crypto/external/bsd/openssl/dist/test/ssl-tests/
ssltests_base.pm 20 our $fips_mode = 0;
21 our $no_deflt_libctx = 0;
23 our %base_server = (
29 our %base_client = (
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
ssltests_base.pm 20 our %base_server = (
26 our %base_client = (
  /src/crypto/external/apache2/openssl/dist/util/
echo.pl 7 our $opt_n = 0;
mkpod2html.pl 18 our($opt_i); # -i INFILE
19 our($opt_o); # -o OUTFILE
20 our($opt_t); # -t TITLE
21 our($opt_r); # -r PODROOT
mkinstallvars.pl 122 our \@ISA = qw(Exporter);
123 our \@EXPORT = qw(
144 print "our \@$k" . ' ' x (27 - length($k)) . "= ( '",
152 print "our \@$k" . ' ' x (27 - length($k)) . "= ( '",
155 print "our \@$k2" . ' ' x (27 - length($k2)) . "= ( '",
162 our \$VERSION = '$values{VERSION}->[0]';
163 our \@LDLIBS =
  /src/crypto/external/bsd/openssl/dist/util/
echo.pl 7 our $opt_n = 0;
mkpod2html.pl 18 our($opt_i); # -i INFILE
19 our($opt_o); # -o OUTFILE
20 our($opt_t); # -t TITLE
21 our($opt_r); # -r PODROOT
  /src/crypto/external/bsd/openssl.old/dist/util/
echo.pl 7 our $opt_n = 0;
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
stackhash.pm 15 our @ISA = qw(Exporter);
16 our @EXPORT_OK = qw(generate_stack_macros generate_const_stack_macros
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
stackhash.pm 15 our @ISA = qw(Exporter);
16 our @EXPORT_OK = qw(generate_stack_macros generate_const_stack_macros
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
t-dbt.s 12 ;;; Blat our DMAP registers so that they point at on-chip imem
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
t-dbt.s 12 ;;; Blat our DMAP registers so that they point at on-chip imem
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 6 our $objext = $target{obj_extension} || ".o";
7 our $depext = $target{dep_extension} || ".d";
8 our $exeext = $target{exe_extension} || "";
9 our $libext = $target{lib_extension} || ".a";
10 our $shlibext = $target{shared_extension} || ".so";
11 our $shlibvariant = $target{shlib_variant} || "";
12 our $shlibextsimple = $target{shared_extension_simple} || ".so";
13 our $shlibextimport = $target{shared_import_extension} || "";
14 our $dsoext = $target{dso_extension} || ".so";
15 our $makedepprog = $disabled{makedepend} ? undef : $config{makedepprog}
    [all...]
windows-makefile.tmpl 6 our $objext = $target{obj_extension} || ".obj";
7 our $resext = $target{res_extension} || ".res";
8 our $depext = $target{dep_extension} || ".d";
9 our $exeext = $target{exe_extension} || ".exe";
10 our $libext = $target{lib_extension} || ".lib";
11 our $shlibext = $target{shared_extension} || ".dll";
12 our $shlibextimport = $target{shared_import_extension} || ".lib";
13 our $dsoext = $target{dso_extension} || ".dll";
15 (our $sover_dirname = $config{shlib_version_number}) =~ s|\.|_|g;
25 our $win_installroot
    [all...]
  /src/sys/arch/mac68k/mac68k/
pramasm.s 71 movel %a6@(8),%a0 | get our data address
94 movel %a6@(8),%a0 | get our data address
112 moveq #0,%d0 | zero out our future command register
116 movel %a6@(8),%a0 | get our data address
123 moveq #0,%d0 | zero out our future command register
127 movel %a6@(8),%a0 | get our data address
162 moveq #0,%d0 | zero out our future command register
167 movel %a6@(8),%a0 | get our data address
174 moveq #0,%d0 | zero out our future command register
179 movel %a6@(8),%a0 | get our data addres
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 9 (our $osslprefix_q = platform->osslprefix()) =~ s/\$/\\\$/;
11 our $sover_dirname = platform->shlib_version_as_filename();
12 our $osslver = sprintf "%02d", split(/\./, $config{version});
14 our $sourcedir = $config{sourcedir};
15 our $builddir = $config{builddir};
45 our @libs =
48 our @shlibs =
51 our @install_libs =
55 our @install_shlibs =
59 our @install_engines
    [all...]
windows-makefile.tmpl 9 our $sover_dirname = platform->shlib_version_as_filename();
19 our $win_installroot =
21 our $win_commonroot =
53 MODULES={- our @MODULES = map { platform->dso($_) }
64 our @fipsmodules =
72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRAMS) -}
74 SCRIPTS={- our @SCRIPTS = @{$unified_info{scripts}}; join(" ", @SCRIPTS) -}
80 GENERATED_MANDATORY={- our @GENERATED_MANDATORY = @{$unified_info{depends}->{""}};
83 our @GENERATED = map { platform->convertext($_) } @generated;
163 IMAGEDOCS1={- our @IMAGEDOCS1 = @{$unified_info{imagedocs}->{man1}}
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 9 (our $osslprefix_q = platform->osslprefix()) =~ s/\$/\\\$/;
11 our $sover_dirname = platform->shlib_version_as_filename();
12 our $osslver = sprintf "%02d", split(/\./, $config{version});
14 our $sourcedir = $config{sourcedir};
15 our $builddir = $config{builddir};
45 our @libs =
48 our @shlibs =
51 our @install_libs =
55 our @install_shlibs =
59 our @install_engines
    [all...]
windows-makefile.tmpl 9 our $sover_dirname = platform->shlib_version_as_filename();
19 our $win_installroot =
21 our $win_commonroot =
53 MODULES={- our @MODULES = map { platform->dso($_) }
64 our @fipsmodules =
72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRAMS) -}
74 SCRIPTS={- our @SCRIPTS = @{$unified_info{scripts}}; join(" ", @SCRIPTS) -}
80 GENERATED_MANDATORY={- our @GENERATED_MANDATORY = @{$unified_info{depends}->{""}};
83 our @GENERATED = map { platform->convertext($_) } @generated;
158 IMAGEDOCS1={- our @IMAGEDOCS1 = @{$unified_info{imagedocs}->{man1}}
    [all...]
  /src/common/lib/libc/arch/m68k/string/
strchr.S 50 cmpb (%a0),%d0 | found our char?
strrchr.S 51 cmpb (%a1),%d0 | found our char?
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
s390.inc 53 # Restore all our registers. This also pops the frame, and
54 # restores our return address.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
s390.inc 53 # Restore all our registers. This also pops the frame, and
54 # restores our return address.
  /src/usr.bin/make/unit-tests/
export-env.mk 3 # our normal .export, subsequent changes affect the environment

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 9