Searched refs:oerr (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 02-test_errstr.t | 104 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 D | extern.h | 36 oerr(); 49 void oerr(void);
|
| H A D | misc.c | 60 oerr(void) in oerr() function
|
| H A D | forward.c | 184 oerr(); in forward()
|
| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | load_elf64.c | 80 goto oerr; in elf64_loadfile() 101 oerr: in elf64_loadfile()
|
| /netbsd-src/sbin/routed/ |
| H A D | if.c | 702 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 D | exf.c | 269 goto oerr; in file_init() 442 oerr: if (F_ISSET(ep, F_RCV_ON)) in file_init()
|