Searched defs:Errno (Results 1 - 2 of 2) sorted by relevance

/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp265 class Errno class in namespace:fd_interposing
269 Errno (int value) : function in class:fd_interposing::Errno
276 ~Errno()
294 typedef Errno<-1> InvalidFDErrno;
295 typedef Errno<-1> NegativeErrorErrno;
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c819 OUT unsigned *Errno OPTIONAL
831 if(ARGUMENT_PRESENT(Errno))
832 *Errno = ENOENT;
857 if(ARGUMENT_PRESENT(Errno))
858 *Errno = ENOENT;
873 if(ARGUMENT_PRESENT(Errno))
874 *Errno = _MapNtStatus(Status);
895 OUT unsigned* Errno
931 *Errno = 0;
935 *Errno
1079 errcode_t Errno = 0; local
1310 unsigned Errno = 0; local
1390 unsigned Errno = 0; local
[all...]

Completed in 127 milliseconds