Home
last modified time | relevance | path

Searched refs:oerr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D02-test_errstr.t104 my @oerr = run(app([ qw(openssl errstr), sprintf("2%06x", $errnum) ]),
106 $oerr[0] =~ s|\R$||;
107 $oerr[0] =~ s|.*system library:||g; # The actual message is last
109 ok($oerr[0] eq $perr, "($errnum) '$oerr[0]' == '$perr'");
/netbsd-src/usr.bin/tail/
H A Dextern.h36 oerr();
49 void oerr(void);
H A Dmisc.c60 oerr(void) in oerr() function
H A Dforward.c184 oerr(); in forward()
/netbsd-src/sys/arch/ia64/stand/common/
H A Dload_elf64.c80 goto oerr; in elf64_loadfile()
101 oerr: in elf64_loadfile()
/netbsd-src/sbin/routed/
H A Dif.c702 int in, ierr, out, oerr; in ifinit() local
1011 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors; in ifinit()
1024 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) { in ifinit()
1032 if (in == 0 && out == 0 && ierr == 0 && oerr == 0) in ifinit()
1039 || (out <= oerr && oerr > 0)) { in ifinit()
1046 in, ierr, out, oerr); in ifinit()
1055 in, ierr, out, oerr); in ifinit()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dexf.c269 goto oerr; in file_init()
442 oerr: if (F_ISSET(ep, F_RCV_ON)) in file_init()