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

  /external/e2fsprogs/lib/ext2fs/
nt_io.c 182 #include <errno.h>
259 // This is a code to convert Win32 errors to unix errno
820 OUT unsigned *Errno OPTIONAL
832 if(ARGUMENT_PRESENT(Errno))
833 *Errno = ENOENT;
858 if(ARGUMENT_PRESENT(Errno))
859 *Errno = ENOENT;
874 if(ARGUMENT_PRESENT(Errno))
875 *Errno = _MapNtStatus(Status);
885 // Raw block io. Sets dos errno
    [all...]
  /external/llvm/lib/Support/
Android.mk 23 Errno.cpp \
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 78 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
rails.php 71 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 25 rescue Errno::ECONNREFUSED => error
  /external/chromium_org/third_party/leveldatabase/
env_chromium_unittest.cc 44 TEST(ErrorEncoding, Errno) {
  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 42 ** test_syscall errno CALL ERRNO
43 ** Set the value that the global "errno" is set to following a fault
45 ** listed above (under [test_syscall install]). ERRNO is a symbolic
46 ** name (i.e. "EACCES"). Not all errno codes are supported. Add extra
85 #include <errno.h>
115 int default_errno; /* Default value for errno following errors */
116 int custom_errno; /* Current value for errno if error */
174 ** Usually, the current error-number is the value that errno should be set
193 ** value of errno before returning
    [all...]
  /external/mksh/src/
check.pl 154 # pull EINTR from POSIX.pm or Errno.pm if they exist
164 require Errno;
165 $EINTR = Errno::EINTR();
    [all...]

Completed in 1071 milliseconds