HomeSort by relevance Sort by last modified time
    Searched refs:oerrno (Results 1 - 15 of 15) sorted by null

  /external/openssh/
auth-krb5.c 243 int tmpfd, ret, oerrno; local
254 oerrno = errno;
257 logit("mkstemp(): %.100s", strerror(oerrno));
258 return oerrno;
262 oerrno = errno;
263 logit("fchmod(): %.100s", strerror(oerrno));
265 return oerrno;
hostfile.c 539 int r, fd, oerrno = 0; local
567 oerrno = errno;
568 error("%s: mkstemp: %s", __func__, strerror(oerrno));
573 oerrno = errno;
575 error("%s: fdopen: %s", __func__, strerror(oerrno));
612 oerrno = errno;
619 oerrno = errno;
626 oerrno = errno;
651 errno = oerrno;
authfile.c 59 int fd, oerrno; local
65 oerrno = errno;
68 errno = oerrno;
authfd.c 91 int sock, oerrno; local
111 oerrno = errno;
113 errno = oerrno;
mux.c 1263 int oerrno; local
1490 int oerrno, len; local
1543 int oerrno; local
    [all...]
krl.c 1270 int oerrno = 0, r, fd; local
    [all...]
ssh-keygen.c 1194 int r, fd, oerrno, inplace = 0; local
1225 oerrno = errno;
1227 fatal("fdopen: %s", strerror(oerrno));
    [all...]
channels.c 1419 int newsock, oerrno; local
    [all...]
  /external/libcap/progs/
setcap.c 174 int oerrno = errno; local
197 argv[0], strerror(oerrno));
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 708 int oerrno = errno; local
710 errno = oerrno;
  /bionic/libc/bionic/
fts.c 1015 int ret, oerrno, newfd; local
1034 oerrno = errno;
1037 errno = oerrno;
  /external/iproute2/tc/
emp_ematch.lex.c 1580 int oerrno = errno; local
    [all...]
  /external/libpcap/
scanner.c 4793 int oerrno = errno; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 2907 int oerrno = errno; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 2266 int oerrno = errno; local
    [all...]

Completed in 505 milliseconds