Home
last modified time | relevance | path

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

/external/openssh/
Dauth-krb5.c243 int tmpfd, ret, oerrno; in ssh_krb5_cc_gen() local
254 oerrno = errno; in ssh_krb5_cc_gen()
257 logit("mkstemp(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen()
258 return oerrno; in ssh_krb5_cc_gen()
262 oerrno = errno; in ssh_krb5_cc_gen()
263 logit("fchmod(): %.100s", strerror(oerrno)); in ssh_krb5_cc_gen()
265 return oerrno; in ssh_krb5_cc_gen()
Dhostfile.c539 int r, fd, oerrno = 0; in hostfile_replace_entries() local
567 oerrno = errno; in hostfile_replace_entries()
568 error("%s: mkstemp: %s", __func__, strerror(oerrno)); in hostfile_replace_entries()
573 oerrno = errno; in hostfile_replace_entries()
575 error("%s: fdopen: %s", __func__, strerror(oerrno)); in hostfile_replace_entries()
612 oerrno = errno; in hostfile_replace_entries()
619 oerrno = errno; in hostfile_replace_entries()
626 oerrno = errno; in hostfile_replace_entries()
651 errno = oerrno; in hostfile_replace_entries()
Dmux.c1263 int oerrno; in muxserver_listen() local
1290 oerrno = errno; in muxserver_listen()
1293 if (oerrno == EINVAL || oerrno == EADDRINUSE) { in muxserver_listen()
1490 int oerrno, len; in mux_client_write_packet() local
1520 oerrno = errno; in mux_client_write_packet()
1522 errno = oerrno; in mux_client_write_packet()
1543 int oerrno; in mux_client_read_packet() local
1547 if ((oerrno = errno) == EPIPE) in mux_client_read_packet()
1551 errno = oerrno; in mux_client_read_packet()
1556 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.c1270 int oerrno = 0, r, fd; in ssh_krl_file_contains_key() local
1279 oerrno = errno; in ssh_krl_file_contains_key()
1283 oerrno = errno; in ssh_krl_file_contains_key()
1296 errno = oerrno; in ssh_krl_file_contains_key()
Dssh-keygen.c1194 int r, fd, oerrno, inplace = 0; in do_known_hosts() local
1225 oerrno = errno; in do_known_hosts()
1227 fatal("fdopen: %s", strerror(oerrno)); in do_known_hosts()
Dchannels.c1419 int newsock, oerrno; in channel_post_x11_listener() local
1429 oerrno = errno; in channel_post_x11_listener()
1433 errno = oerrno; in channel_post_x11_listener()
/external/libcap/progs/
Dsetcap.c174 int oerrno = errno; in main() local
197 argv[0], strerror(oerrno)); in main()
/external/iproute2/tc/
Demp_ematch.lex.c1580 int oerrno = errno; in ematch__init_buffer() local
1598 errno = oerrno; in ematch__init_buffer()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2266 int oerrno = errno; in yy_init_buffer() local
2288 errno = oerrno; in yy_init_buffer()
/external/libpcap/
Dscanner.c4793 int oerrno = errno; in pcap__init_buffer() local
4812 errno = oerrno; in pcap__init_buffer()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp2907 int oerrno = errno; in yy_init_buffer() local
2929 errno = oerrno; in yy_init_buffer()
/external/toybox/kconfig/
Dlex.zconf.c_shipped1807 int oerrno = errno;
1825 errno = oerrno;