| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | ssh-sk-client.c | 51 int oerrno, pair[2]; in start_helper() local 63 oerrno = errno; in start_helper() 65 errno = oerrno; in start_helper() 79 oerrno = errno; in start_helper() 84 errno = oerrno; in start_helper() 115 int status, oerrno; in reap_helper() local 125 oerrno = errno; in reap_helper() 127 errno = oerrno; in reap_helper() 143 int oerrno, fd, r2, ll, r = SSH_ERR_INTERNAL_ERROR; in client_converse() local 210 oerrno = errno; in client_converse() [all …]
|
| D | sshbuf-io.c | 84 int r, fd, oerrno; in sshbuf_load_file() local 94 oerrno = errno; in sshbuf_load_file() 97 errno = oerrno; in sshbuf_load_file() 104 int fd, oerrno; in sshbuf_write_file() local 110 oerrno = errno; in sshbuf_write_file() 113 errno = oerrno; in sshbuf_write_file()
|
| D | sshsig.c | 513 int alg, oerrno, r = SSH_ERR_INTERNAL_ERROR; in hash_file() local 533 oerrno = errno; in hash_file() 535 errno = oerrno; in hash_file() 569 oerrno = errno; in hash_file() 573 errno = oerrno; in hash_file() 999 int r = SSH_ERR_KEY_NOT_FOUND, oerrno; in sshsig_check_allowed_keys() local 1003 oerrno = errno; in sshsig_check_allowed_keys() 1006 errno = oerrno; in sshsig_check_allowed_keys() 1040 int r = SSH_ERR_KEY_NOT_FOUND, oerrno; in sshsig_find_principals() local 1043 oerrno = errno; in sshsig_find_principals() [all …]
|
| D | hostfile.c | 594 int r, fd, oerrno = 0; in hostfile_replace_entries() local 626 oerrno = errno; in hostfile_replace_entries() 627 error_f("mkstemp: %s", strerror(oerrno)); in hostfile_replace_entries() 632 oerrno = errno; in hostfile_replace_entries() 634 error_f("fdopen: %s", strerror(oerrno)); in hostfile_replace_entries() 642 oerrno = errno; in hostfile_replace_entries() 694 oerrno = errno; in hostfile_replace_entries() 700 oerrno = errno; in hostfile_replace_entries() 707 oerrno = errno; in hostfile_replace_entries() 731 errno = oerrno; in hostfile_replace_entries() [all …]
|
| D | authfile.c | 264 int r, oerrno; in sshkey_load_public() local 289 oerrno = errno; in sshkey_load_public() 291 errno = oerrno; in sshkey_load_public() 494 int fd, oerrno; in sshkey_save_public() local 517 oerrno = errno; in sshkey_save_public() 519 errno = oerrno; in sshkey_save_public()
|
| D | sshbuf-misc.c | 275 int r, oerrno; in sshbuf_read() local 285 oerrno = errno; in sshbuf_read() 296 errno = oerrno; in sshbuf_read()
|
| D | kex.c | 1265 int remote_major, remote_minor, mismatch, oerrno = 0; in kex_exchange_identification() local 1284 oerrno = errno; in kex_exchange_identification() 1292 oerrno = errno; in kex_exchange_identification() 1298 oerrno = errno; in kex_exchange_identification() 1334 oerrno = errno; in kex_exchange_identification() 1348 oerrno = errno; in kex_exchange_identification() 1365 oerrno = errno; in kex_exchange_identification() 1462 errno = oerrno; in kex_exchange_identification()
|
| D | mux.c | 1268 int oerrno; in muxserver_listen() local 1295 oerrno = errno; in muxserver_listen() 1298 if (oerrno == EINVAL || oerrno == EADDRINUSE) { in muxserver_listen() 1495 int r, oerrno, len; in mux_client_write_packet() local 1524 oerrno = errno; in mux_client_write_packet() 1526 errno = oerrno; in mux_client_write_packet() 1547 int r, oerrno; in mux_client_read_packet_timeout() local 1552 if ((oerrno = errno) == EPIPE) in mux_client_read_packet_timeout() 1556 errno = oerrno; in mux_client_read_packet_timeout() 1561 oerrno = errno; in mux_client_read_packet_timeout() [all …]
|
| D | authfd.c | 93 int sock, oerrno; in ssh_get_authentication_socket_path() local 107 oerrno = errno; in ssh_get_authentication_socket_path() 109 errno = oerrno; in ssh_get_authentication_socket_path()
|
| /netbsd/src/lib/libutil/ |
| D | raise_default_signal.c | 68 int retval, oerrno; in raise_default_signal() local 103 oerrno = errno; in raise_default_signal() 105 errno = oerrno; in raise_default_signal() 109 oerrno = errno; in raise_default_signal() 111 errno = oerrno; in raise_default_signal()
|
| D | passwd.c | 117 int oerrno; in pw_lock() local 130 oerrno = errno; in pw_lock() 132 errno = oerrno; in pw_lock()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/ |
| D | dv-nvram.c | 133 int result, oerrno; in attach_nvram_regs() local 208 oerrno = errno; in attach_nvram_regs() 211 errno = oerrno; in attach_nvram_regs() 220 oerrno = errno; in attach_nvram_regs() 223 errno = oerrno; in attach_nvram_regs() 303 int fd, result, oerrno; in nvram_io_write_buffer() local 313 oerrno = errno; in nvram_io_write_buffer() 315 errno = oerrno; in nvram_io_write_buffer()
|
| /netbsd/src/lib/libc/net/ |
| D | getservent_r.c | 134 int oerrno; in _servent_parseline() local 157 oerrno = errno; in _servent_parseline() 159 errno = oerrno; in _servent_parseline() 176 oerrno = errno; in _servent_parseline() 178 errno = oerrno; in _servent_parseline() 253 int oerrno; in _servent_parsedb() local 321 oerrno = errno; in _servent_parsedb() 323 errno = oerrno; in _servent_parsedb()
|
| /netbsd/src/bin/pax/ |
| D | file_subs.c | 113 int oerrno; in file_creat() local 168 oerrno = errno; in file_creat() 171 syswarn(1, oerrno, "Cannot create %s", arcn->tmp_name); in file_creat() 396 int oerrno; in mk_link() local 439 oerrno = errno; in mk_link() 443 syswarn(1, oerrno, "Cannot link to %s from %s", to, in mk_link() 469 int oerrno; in node_creat() local 561 oerrno = errno; in node_creat() 572 syswarn(1, oerrno, "Cannot create %s", nm); in node_creat()
|
| /netbsd/src/usr.bin/find/ |
| D | misc.c | 142 int oerrno, n; in show_path() local 152 oerrno = errno; in show_path() 167 errno = oerrno; in show_path()
|
| /netbsd/src/usr.sbin/lpr/lpr/ |
| D | lpr.c | 129 int oerrno; in main() local 370 oerrno = errno; in main() 372 errno = oerrno; in main() 539 int oerrno; in nfile() local 543 oerrno = errno; in nfile() 546 errno = oerrno; in nfile()
|
| /netbsd/src/usr.bin/ftp/ |
| D | progressbar.c | 81 int oerrno = errno; in updateprogressmeter() local 84 errno = oerrno; in updateprogressmeter() 381 int oerrno = errno; local 388 errno = oerrno;
|
| D | util.c | 332 int oerrno = errno; in lostpeer() local 363 errno = oerrno; in lostpeer() 955 int oerrno = errno; in setttywidth() local 962 errno = oerrno; in setttywidth()
|
| /netbsd/src/usr.bin/newgrp/ |
| D | grutil.c | 61 int oerrno; in free_groups() local 63 oerrno = errno; in free_groups() 65 errno = oerrno; in free_groups()
|
| /netbsd/src/sbin/fsck/ |
| D | progress.c | 158 int oerrno = errno; in progress_ttywidth() local 165 errno = oerrno; in progress_ttywidth()
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/libdigest/ |
| D | tiger.c | 879 int oerrno; in TIGER_File() local 890 oerrno = errno; in TIGER_File() 892 errno = oerrno; in TIGER_File()
|
| /netbsd/src/dist/pf/sbin/pflogd/ |
| D | privsep.c | 308 int oerrno = errno; in sig_pass_to_chld() local 312 errno = oerrno; in sig_pass_to_chld()
|
| /netbsd/src/bin/dd/ |
| D | dd.c | 623 int oerrno; in bwrite() local 627 oerrno = errno; in bwrite() 629 errno = oerrno; in bwrite()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/liblutil/ |
| D | sha1.c | 267 int fd, num, oerrno; in lutil_SHA1File() local 277 oerrno = errno; in lutil_SHA1File() 279 errno = oerrno; in lutil_SHA1File()
|
| /netbsd/src/sbin/tunefs/ |
| D | tunefs.c | 733 int fd, oerrno; in openpartition() local 747 oerrno = errno; in openpartition() 749 errno = oerrno; in openpartition()
|