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

  /system/core/toolbox/upstream-netbsd/lib/libutil/
raise_default_signal.c 68 int retval, oerrno; local
103 oerrno = errno;
105 errno = oerrno;
109 oerrno = errno;
111 errno = oerrno;
  /external/libedit/src/
fgetln.c 70 int oerrno = errno; local
72 errno = oerrno;
  /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));
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 590 int oerrno; local
594 oerrno = errno;
596 errno = oerrno;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 708 int oerrno = errno; local
710 errno = oerrno;
  /bionic/libc/bionic/
fts.c 1029 int ret, oerrno, newfd; local
1048 oerrno = errno;
1051 errno = oerrno;
  /external/bison/examples/calc++/
calc++-scanner.cc 1561 int oerrno = errno; local
    [all...]
  /external/bison/src/
scan-skel.c 1769 int oerrno = errno; local
    [all...]
scan-code.c 1982 int oerrno = errno; local
    [all...]
scan-gram.c 3020 int oerrno = errno; local
    [all...]
  /external/skia/src/sksl/
lex.layout.c 1635 int oerrno = errno; local
    [all...]
lex.sksl.c 2078 int oerrno = errno; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 1745 int oerrno = errno; local
    [all...]
  /external/libpcap/
scanner.c 4460 int oerrno = errno; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 2652 int oerrno = errno; local
    [all...]

Completed in 545 milliseconds