Home
last modified time | relevance | path

Searched refs:oerrno (Results 1 – 19 of 19) sorted by relevance

/external/openssh/
Dauth-krb5.c244 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()
Dhostfile.c534 int r, fd, oerrno = 0; in hostfile_replace_entries() local
562 oerrno = errno; in hostfile_replace_entries()
563 error("%s: mkstemp: %s", __func__, strerror(oerrno)); in hostfile_replace_entries()
568 oerrno = errno; in hostfile_replace_entries()
570 error("%s: fdopen: %s", __func__, strerror(oerrno)); in hostfile_replace_entries()
607 oerrno = errno; in hostfile_replace_entries()
614 oerrno = errno; in hostfile_replace_entries()
621 oerrno = errno; in hostfile_replace_entries()
646 errno = oerrno; in hostfile_replace_entries()
Dmux.c1231 int oerrno; in muxserver_listen() local
1258 oerrno = errno; in muxserver_listen()
1261 if (oerrno == EINVAL || oerrno == EADDRINUSE) { in muxserver_listen()
1456 int oerrno, len; in mux_client_write_packet() local
1486 oerrno = errno; in mux_client_write_packet()
1488 errno = oerrno; in mux_client_write_packet()
1509 int oerrno; in mux_client_read_packet() local
1513 if ((oerrno = errno) == EPIPE) in mux_client_read_packet()
1517 errno = oerrno; in mux_client_read_packet()
1522 oerrno = errno; in mux_client_read_packet()
[all …]
Dauthfile.c59 int fd, oerrno; in sshkey_save_private_blob() local
65 oerrno = errno; in sshkey_save_private_blob()
68 errno = oerrno; in sshkey_save_private_blob()
Dauthfd.c91 int sock, oerrno; in ssh_get_authentication_socket() local
111 oerrno = errno; in ssh_get_authentication_socket()
113 errno = oerrno; in ssh_get_authentication_socket()
Dkrl.c1276 int oerrno = 0, r, fd; in ssh_krl_file_contains_key() local
1285 oerrno = errno; in ssh_krl_file_contains_key()
1289 oerrno = errno; in ssh_krl_file_contains_key()
1301 errno = oerrno; in ssh_krl_file_contains_key()
Dssh-keygen.c1151 int r, fd, oerrno, inplace = 0; in do_known_hosts() local
1181 oerrno = errno; in do_known_hosts()
1183 fatal("fdopen: %s", strerror(oerrno)); in do_known_hosts()
Dchannels.c1345 int newsock, oerrno; in channel_post_x11_listener() local
1355 oerrno = errno; in channel_post_x11_listener()
1359 errno = oerrno; in channel_post_x11_listener()
/external/libedit/src/
Dfgetln.c70 int oerrno = errno; in fgetln() local
72 errno = oerrno; in fgetln()
/external/linux-tools-perf/src/tools/perf/util/
Dpmu-flex.c1390 int oerrno = errno; in perf_pmu__init_buffer() local
1408 errno = oerrno; in perf_pmu__init_buffer()
Dparse-events-flex.c2351 int oerrno = errno; in parse_events__init_buffer() local
2370 errno = oerrno; in parse_events__init_buffer()
/external/bison/examples/calc++/
Dcalc++-scanner.cc1561 int oerrno = errno; in yy_init_buffer() local
1584 errno = oerrno; in yy_init_buffer()
/external/elfutils/src/libcpu/
Di386_lex.c1547 int oerrno = errno; in i386__init_buffer() local
1565 errno = oerrno; in i386__init_buffer()
/external/bison/src/
Dscan-skel.c1769 int oerrno = errno; in skel__init_buffer() local
1792 errno = oerrno; in skel__init_buffer()
Dscan-gram.c3020 int oerrno = errno; in gram__init_buffer() local
3043 errno = oerrno; in gram__init_buffer()
Dscan-code.c1982 int oerrno = errno; in code__init_buffer() local
2005 errno = oerrno; in code__init_buffer()
/external/elfutils/src/src/
Dldlex.c2328 int oerrno = errno; in ld_init_buffer() local
2346 errno = oerrno; in ld_init_buffer()
/external/libpcap/
Dscanner.c4370 int oerrno = errno; in pcap__init_buffer() local
4388 errno = oerrno; in pcap__init_buffer()
/external/toybox/kconfig/
Dlex.zconf.c_shipped1807 int oerrno = errno;
1825 errno = oerrno;