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

/netbsd-current/usr.bin/tail/
H A Dextern.h36 oerr();
49 void oerr(void);
H A Dmisc.c60 oerr(void) function
H A Dforward.c184 oerr();
/netbsd-current/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-current/sys/arch/ia64/stand/common/
H A Dload_elf64.c80 goto oerr;
101 oerr:
/netbsd-current/sbin/routed/
H A Dif.c702 int in, ierr, out, oerr; local
1011 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors;
1024 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) {
1032 if (in == 0 && out == 0 && ierr == 0 && oerr == 0)
1039 || (out <= oerr && oerr > 0)) {
1043 " out=%d oerr=%d",
1046 in, ierr, out, oerr);
1052 " in=%d ierr=%d out=%d oerr=%d",
1055 in, ierr, out, oerr);
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Dexf.c269 goto oerr;
442 oerr: if (F_ISSET(ep, F_RCV_ON))

Completed in 95 milliseconds