/freebsd/lib/libc/gen/ |
H A D | __xuname.c | 45 int oerrno; in __xuname() local 57 oerrno = errno; in __xuname() 60 errno = oerrno; in __xuname() 70 oerrno = errno; in __xuname() 73 errno = oerrno; in __xuname() 85 oerrno = errno; in __xuname() 88 errno = oerrno; in __xuname() 106 oerrno = errno; in __xuname() 109 errno = oerrno; in __xuname() 131 oerrno = errno; in __xuname() [all …]
|
H A D | daemon.c | 48 int oerrno; in daemonfd() local 71 oerrno = errno; in daemonfd() 76 errno = oerrno; in daemonfd()
|
H A D | fts-compat11.c | 1147 int ret, oerrno, newfd; in fts_safe_changedir() local 1167 oerrno = errno; in fts_safe_changedir() 1170 errno = oerrno; in fts_safe_changedir()
|
H A D | fts.c | 1133 int ret, oerrno, newfd; in fts_safe_changedir() local 1153 oerrno = errno; in fts_safe_changedir() 1156 errno = oerrno; in fts_safe_changedir()
|
/freebsd/crypto/openssh/ |
H A D | ssh-sk-client.c | 50 int oerrno, pair[2]; in start_helper() local 62 oerrno = errno; in start_helper() 64 errno = oerrno; in start_helper() 78 oerrno = errno; in start_helper() 83 errno = oerrno; in start_helper() 114 int status, oerrno; in reap_helper() local 124 oerrno = errno; in reap_helper() 126 errno = oerrno; in reap_helper() 142 int oerrno, fd, r2, ll, r = SSH_ERR_INTERNAL_ERROR; in client_converse() local 209 oerrno = errno; in client_converse() [all …]
|
H A D | sshbuf-io.c | 83 int r, fd, oerrno; in sshbuf_load_file() local 93 oerrno = errno; in sshbuf_load_file() 96 errno = oerrno; in sshbuf_load_file() 103 int fd, oerrno; in sshbuf_write_file() local 109 oerrno = errno; in sshbuf_write_file() 112 errno = oerrno; in sshbuf_write_file()
|
H A D | auth-krb5.c | 244 int tmpfd, ret, oerrno; in ssh_krb5_cc_gen() local 255 oerrno = errno; in ssh_krb5_cc_gen() 258 logit("mkstemp(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen() 259 return oerrno; in ssh_krb5_cc_gen() 263 oerrno = errno; in ssh_krb5_cc_gen() 264 logit("fchmod(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen() 266 return oerrno; in ssh_krb5_cc_gen()
|
H A D | sshsig.c | 506 int alg, oerrno, r = SSH_ERR_INTERNAL_ERROR; in hash_file() local 526 oerrno = errno; in hash_file() 528 errno = oerrno; in hash_file() 562 oerrno = errno; in hash_file() 566 errno = oerrno; in hash_file() 991 int r = SSH_ERR_KEY_NOT_FOUND, oerrno; in sshsig_check_allowed_keys() local 995 oerrno = errno; in sshsig_check_allowed_keys() 998 errno = oerrno; in sshsig_check_allowed_keys() 1032 int r = SSH_ERR_KEY_NOT_FOUND, oerrno; in sshsig_find_principals() local 1035 oerrno = errno; in sshsig_find_principals() [all …]
|
H A D | hostfile.c | 598 int r, fd, oerrno = 0; in hostfile_replace_entries() local 630 oerrno = errno; in hostfile_replace_entries() 631 error_f("mkstemp: %s", strerror(oerrno)); in hostfile_replace_entries() 636 oerrno = errno; in hostfile_replace_entries() 638 error_f("fdopen: %s", strerror(oerrno)); in hostfile_replace_entries() 646 oerrno = errno; in hostfile_replace_entries() 698 oerrno = errno; in hostfile_replace_entries() 704 oerrno = errno; in hostfile_replace_entries() 711 oerrno = errno; in hostfile_replace_entries() 735 errno = oerrno; in hostfile_replace_entries() [all …]
|
H A D | authfile.c | 268 int r, oerrno; in sshkey_load_public() local 293 oerrno = errno; in sshkey_load_public() 295 errno = oerrno; in sshkey_load_public() 498 int fd, oerrno; in sshkey_save_public() local 521 oerrno = errno; in sshkey_save_public() 523 errno = oerrno; in sshkey_save_public()
|
H A D | sshbuf-misc.c | 277 int r, oerrno; in sshbuf_read() local 287 oerrno = errno; in sshbuf_read() 298 errno = oerrno; in sshbuf_read()
|
H A D | mux.c | 1278 int oerrno; in muxserver_listen() local 1305 oerrno = errno; in muxserver_listen() 1308 if (oerrno == EINVAL || oerrno == EADDRINUSE) { in muxserver_listen() 1508 int r, oerrno, len; in mux_client_write_packet() local 1540 oerrno = errno; in mux_client_write_packet() 1542 errno = oerrno; in mux_client_write_packet() 1563 int r, oerrno; in mux_client_read_packet_timeout() local 1568 if ((oerrno = errno) == EPIPE) in mux_client_read_packet_timeout() 1572 errno = oerrno; in mux_client_read_packet_timeout() 1577 oerrno = errno; in mux_client_read_packet_timeout() [all …]
|
H A D | kex.c | 1490 int remote_major, remote_minor, mismatch, oerrno = 0; in kex_exchange_identification() local 1509 oerrno = errno; in kex_exchange_identification() 1517 oerrno = errno; in kex_exchange_identification() 1523 oerrno = errno; in kex_exchange_identification() 1559 oerrno = errno; in kex_exchange_identification() 1573 oerrno = errno; in kex_exchange_identification() 1590 oerrno = errno; in kex_exchange_identification() 1687 errno = oerrno; in kex_exchange_identification()
|
H A D | authfd.c | 91 int sock, oerrno; in ssh_get_authentication_socket_path() local 105 oerrno = errno; in ssh_get_authentication_socket_path() 107 errno = oerrno; in ssh_get_authentication_socket_path()
|
H A D | sshconnect.c | 452 int oerrno, sock = -1, attempt; in ssh_connect_direct() local 479 oerrno = errno; in ssh_connect_direct() 481 errno = oerrno; in ssh_connect_direct() 510 oerrno = errno; in ssh_connect_direct() 515 errno = oerrno; in ssh_connect_direct()
|
/freebsd/bin/pax/ |
H A D | file_subs.c | 73 int oerrno; in file_creat() local 108 oerrno = errno; in file_creat() 110 syswarn(1, oerrno, "Unable to create %s", arcn->name); in file_creat() 265 int oerrno; in mk_link() local 308 oerrno = errno; in mk_link() 312 syswarn(1, oerrno, "Could not link to %s from %s", to, in mk_link() 338 int oerrno; in node_creat() local 404 oerrno = errno; in node_creat() 412 syswarn(1, oerrno, "Could not create: %s", arcn->name); in node_creat()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 544 int oerrno = errno; in opt_long() local 555 errno = oerrno; in opt_long() 559 errno = oerrno; in opt_long() 570 int oerrno = errno; in opt_intmax() local 582 errno = oerrno; in opt_intmax() 592 errno = oerrno; in opt_intmax() 599 int oerrno = errno; in opt_uintmax() local 610 errno = oerrno; in opt_uintmax() 620 errno = oerrno; in opt_uintmax() 651 int oerrno = errno; in opt_ulong() local [all …]
|
/freebsd/contrib/dma/ |
H A D | util.c | 162 int oerrno = errno; in errlog() local 173 errno = oerrno; in errlog() 176 fprintf(stderr, "%s: %s: %s\n", getprogname(), outs, strerror(oerrno)); in errlog() 179 fprintf(stderr, "%s: %s\n", getprogname(), strerror(oerrno)); in errlog()
|
H A D | dma-mbox-create.c | 69 int oerrno = errno; in logfail() local 80 errno = oerrno; in logfail()
|
/freebsd/contrib/blocklist/port/ |
H A D | fgetln.c | 69 int oerrno = errno; in fgetln() local 71 errno = oerrno; in fgetln()
|
/freebsd/contrib/tnftp/src/ |
H A D | progressbar.c | 91 int oerrno = errno; in updateprogressmeter() local 94 errno = oerrno; in updateprogressmeter() 387 int oerrno = errno; local 394 errno = oerrno;
|
H A D | ftp.c | 292 int oerrno = errno; in cmdabort() local 301 errno = oerrno; in cmdabort() 307 int oerrno = errno; in cmdtimeout() local 315 errno = oerrno; in cmdtimeout() 1728 int oerrno = errno; in psabort() local 1733 errno = oerrno; in psabort()
|
H A D | util.c | 342 int oerrno = errno; in lostpeer() local 370 errno = oerrno; in lostpeer() 934 int oerrno = errno; in setttywidth() local 941 errno = oerrno; in setttywidth()
|
/freebsd/sbin/camcontrol/ |
H A D | progress.c | 68 int oerrno = errno; in progress_init() local 80 errno = oerrno; in progress_init()
|
/freebsd/contrib/pf/pflogd/ |
H A D | privsep.c | 294 int oerrno = errno; in sig_pass_to_chld() local 298 errno = oerrno; in sig_pass_to_chld()
|