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

  /bionic/libc/netbsd/net/
getservent_r.c 86 int oerrno; local
116 oerrno = errno;
118 errno = oerrno;
136 oerrno = errno;
138 errno = oerrno;
  /bionic/libc/bionic/
fts.c 1017 int ret, oerrno, newfd; local
1036 oerrno = errno;
1039 errno = oerrno;
  /system/core/toolbox/
dd.c 608 int oerrno; local
612 oerrno = errno;
614 errno = oerrno;
  /external/bison/src/
scan-skel.c 1644 int oerrno = errno; local
    [all...]
scan-gram.c 2886 int oerrno = errno; local
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 1342 int oerrno = errno; local
    [all...]
  /system/core/sh/
arith_lex.c 1467 int oerrno = errno; local
    [all...]
  /external/libpcap/
scanner.c 4009 int oerrno = errno; local
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 2011 int oerrno = errno; local
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 3063 int oerrno = errno; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 2228 int oerrno = errno; local
    [all...]

Completed in 329 milliseconds