Searched refs:oerrno (Results 1 – 14 of 14) sorted by relevance
/external/openssh/ |
D | auth-krb5.c | 243 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()
|
D | hostfile.c | 539 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()
|
D | mux.c | 1263 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 …]
|
D | authfile.c | 59 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()
|
D | authfd.c | 91 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()
|
D | krl.c | 1270 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()
|
D | ssh-keygen.c | 1194 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()
|
D | channels.c | 1419 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/ |
D | setcap.c | 174 int oerrno = errno; in main() local 197 argv[0], strerror(oerrno)); in main()
|
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 1580 int oerrno = errno; in ematch__init_buffer() local 1598 errno = oerrno; in ematch__init_buffer()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 2266 int oerrno = errno; in yy_init_buffer() local 2288 errno = oerrno; in yy_init_buffer()
|
/external/libpcap/ |
D | scanner.c | 4793 int oerrno = errno; in pcap__init_buffer() local 4812 errno = oerrno; in pcap__init_buffer()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 2907 int oerrno = errno; in yy_init_buffer() local 2929 errno = oerrno; in yy_init_buffer()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 1807 int oerrno = errno; 1825 errno = oerrno;
|