HomeSort by relevance Sort by last modified time
    Searched refs:errcode (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
capi.h 75 __u16 errcode; member in union:capi_ioctl_struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
capi.h 75 __u16 errcode; member in union:capi_ioctl_struct
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 61 error(int errcode, const char* func, const char* format, ...)
68 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__)
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_scoos.h 95 (_thread)->md.errcode = errno; \
114 int errcode; member in struct:_MDThread
_aix.h 140 (_thread)->md.errcode = errno; \
149 errno = (_thread)->md.errcode; \
159 int errcode; member in struct:_MDThread
_darwin.h 128 (_thread)->md.errcode = errno; \
137 errno = (_thread)->md.errcode; \
147 int errcode; member in struct:_MDThread
_freebsd.h 127 (_thread)->md.errcode = errno; \
136 errno = (_thread)->md.errcode; \
146 int errcode; member in struct:_MDThread
_netbsd.h 183 (_thread)->md.errcode = errno; \
192 errno = (_thread)->md.errcode; \
202 int errcode; member in struct:_MDThread
_nextstep.h 122 (_thread)->md.errcode = errno; \
131 errno = (_thread)->md.errcode; \
141 int errcode; member in struct:_MDThread
_nspr_pthread.h 86 (_thread)->md.errcode = errno; \
99 errno = (_thread)->md.errcode; \
111 int errcode; member in struct:_MDThread
_openvms.h 182 (_thread)->md.errcode = errno; \
191 errno = (_thread)->md.errcode; \
203 int errcode; member in struct:_MDThread
_reliantunix.h 109 int errcode; member in struct:_MDThread
237 #define _MD_SAVE_ERRNO(t) (t)->md.errcode = errno;
238 #define _MD_RESTORE_ERRNO(t) errno = (t)->md.errcode;
_sunos4.h 105 (_thread)->md.errcode = errno; \
114 errno = (_thread)->md.errcode; \
143 int errcode; member in struct:_MDThread
_irix.h 176 #define _MD_SAVE_ERRNO(_thread) (_thread)->md.errcode = errno;
177 #define _MD_RESTORE_ERRNO(_thread) errno = (_thread)->md.errcode;
263 int errcode; member in struct:_MDThread
_linux.h 354 (_thread)->md.errcode = errno; \
363 errno = (_thread)->md.errcode; \
375 int errcode; member in struct:_MDThread
  /external/e2fsprogs/e2fsck/
pass5.c 553 pctx.errcode = ext2fs_fudge_inode_bitmap_end(fs->inode_map, end,
555 if (pctx.errcode) {
578 pctx.errcode = ext2fs_fudge_inode_bitmap_end(fs->inode_map,
580 if (pctx.errcode) {
598 pctx.errcode = ext2fs_fudge_block_bitmap_end(fs->block_map, end,
600 if (pctx.errcode) {
623 pctx.errcode = ext2fs_fudge_block_bitmap_end(fs->block_map,
625 if (pctx.errcode) {
super.c 53 errcode_t errcode; member in struct:process_block_struct
106 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
108 if (pb->errcode)
128 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
130 if (pb->errcode)
134 pb->errcode = io_channel_write_blk(fs->io, blk, 1,
136 if (pb->errcode)
168 pb.errcode = 0;
  /external/grub/netboot/
fsys_tftp.c 107 ntohs (tr->u.err.errcode),
163 tp.u.err.errcode = 8;
167 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
etherboot.h 361 unsigned short errcode; member in struct:tftp_t::__anon20209::__anon20212
394 unsigned short errcode; member in struct:tftpreq_t::__anon20214::__anon20216
  /system/core/sh/
error.c 284 short errcode; /* error number */ member in struct:errname
360 for (ep = errormsg ; ep->errcode ; ep++) {
361 if (ep->errcode == e && (ep->action & action) != 0)
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1571 int errcode = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 82 #define DF_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\
83 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \
84 __LINE__, u_errorName(errcode), u_errorName(status));};}
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_mod.c 252 int errcode = 0; local
264 errcode = CONF_R_ERROR_LOADING_DSO;
270 errcode = CONF_R_MISSING_INIT_FUNCTION;
285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
  /external/openssl/crypto/conf/
conf_mod.c 252 int errcode = 0; local
264 errcode = CONF_R_ERROR_LOADING_DSO;
270 errcode = CONF_R_MISSING_INIT_FUNCTION;
285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1624 int errcode = 0; local
    [all...]

Completed in 349 milliseconds

1 2 3 45 6 7 8