HomeSort by: relevance | last modified time | path
    Searched defs:aout (Results 1 - 12 of 12) sorted by relevancy

  /src/distrib/shark/instkernel/instkernel/
Makefile 12 MDSET_SUFFIXES.-= aout create-aout
14 create-aout= \
17 release:: check_RELEASEDIR .WAIT netbsd-INSTALL.aout.gz
18 ${RELEASE_INSTALL} netbsd-INSTALL.aout.gz \
  /src/distrib/cats/instkernel/
Makefile 9 MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL.aout \
15 MDSET_POST.netbsd-INSTALL.aout= \
  /src/sys/lib/libsa/
loadfile.c 134 struct exec aout; member in union:__anon6923
176 if (OKMAGIC(N_GETMAGIC(hdr.aout))
178 && N_GETMID(hdr.aout) == MID_MACHINE
181 rval = loadfile_aout(fd, &hdr.aout, marks, flags);
  /src/distrib/sparc/bootfs/
Makefile 34 MDSET_SUFFIXES.netbsd.ram= aout create-aout
41 create-aout=\
45 CLEANFILES+= netbsd.ram.aout.raw
  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 85 struct coff_aouthdr aout; local
97 read(fd, &aout, sizeof aout);
103 if (COFF_GET_HALF(aout.a_magic) != ECOFF_OMAGIC) {
109 fprintf(stderr, "Aout: magic: 0x%04x vstamp: %d\n",
110 COFF_GET_HALF(aout.a_magic), COFF_GET_HALF(aout.a_vstamp));
  /src/sys/arch/pmax/pmax/
machdep.c 166 struct exec *aout = (struct exec *)edata; local
190 if (aout->a_midmag == 0x07018b00 && (i = aout->a_syms) != 0) {
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 99 struct exec aout; member in union:__anon2161
137 read(io, (void *)&hdr.aout, sizeof(hdr.aout));
138 if (N_GETMAGIC(hdr.aout) == OMAGIC && N_GETMID(hdr.aout) == MID_VAX) {
140 entry = hdr.aout.a_entry;
141 if (entry < sizeof(hdr.aout))
142 entry = sizeof(hdr.aout);
143 read(io, (void *) entry, hdr.aout.a_text + hdr.aout.a_data)
    [all...]
  /src/tests/crypto/libcrypto/ecdh/
ecdhtest.c 130 int i, alen, blen, aout, bout, ret = 0; local
220 aout =
225 for (i = 0; i < aout; i++) {
252 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
279 for (i = 0; i < aout; i++) {
  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 45 int i, alen, blen, clen, aout, bout, cout; local
182 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
195 if (!TEST_true(aout >= 4)
196 || !TEST_mem_eq(abuf, aout, bbuf, bout)
197 || !TEST_mem_eq(abuf, aout, cbuf, cout))
632 int i, alen, blen, aout, bout; local
661 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
669 if (!TEST_true(aout >= 20)
670 || !TEST_mem_eq(abuf, aout, bbuf, bout))
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pid.c 517 const prmap_t *aout, *pmp; local
523 (aout = Pname_to_map(pp.dpp_pr, "a.out")) == NULL ||
525 aout->pr_vaddr != pmp->pr_vaddr) {
  /src/crypto/external/apache2/openssl/dist/test/
dhtest.c 54 int i, alen, blen, clen, aout, bout, cout; local
211 || !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0))
224 if (!TEST_true(aout >= 20)
225 || !TEST_mem_eq(abuf, aout, bbuf, bout)
226 || !TEST_mem_eq(abuf, aout, cbuf, cout))
668 int i, alen, blen, aout, bout; local
697 || !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0))
705 if (!TEST_true(aout >= 20)
706 || !TEST_mem_eq(abuf, aout, bbuf, bout))
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 54 int i, alen, blen, clen, aout, bout, cout; local
211 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
224 if (!TEST_true(aout >= 20)
225 || !TEST_mem_eq(abuf, aout, bbuf, bout)
226 || !TEST_mem_eq(abuf, aout, cbuf, cout))
668 int i, alen, blen, aout, bout; local
697 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
705 if (!TEST_true(aout >= 20)
706 || !TEST_mem_eq(abuf, aout, bbuf, bout))

Completed in 39 milliseconds