errcode            15 native_client_sdk/src/libraries/nacl_io/syscalls/gai_strerror.c char* gai_strerror(int errcode) {
errcode            16 native_client_sdk/src/libraries/nacl_io/syscalls/gai_strerror.c   switch (errcode) {
errcode            30 native_client_sdk/src/libraries/nacl_io/syscalls/gai_strerror.c   sprintf(unknown_msg, "Unknown error in getaddrinfo: %d.", errcode);
errcode           111 third_party/libevent/evutil.h #define EVUTIL_SET_SOCKET_ERROR(errcode)		\
errcode           112 third_party/libevent/evutil.h 	do { WSASetLastError(errcode); } while (0)
errcode           115 third_party/libevent/evutil.h #define EVUTIL_SET_SOCKET_ERROR(errcode)		\
errcode           116 third_party/libevent/evutil.h 		do { errno = (errcode); } while (0)
errcode          1311 third_party/libusb/src/libusb/libusb.h const char * LIBUSB_CALL libusb_error_name(int errcode);
errcode          1313 third_party/libusb/src/libusb/libusb.h const char * LIBUSB_CALL libusb_strerror(enum libusb_error errcode);
errcode           174 third_party/libusb/src/libusb/strerror.c DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode)
errcode           176 third_party/libusb/src/libusb/strerror.c 	int errcode_index = -errcode;
errcode          2841 third_party/libxml/src/xmlIO.c     int errcode;
errcode          2851 third_party/libxml/src/xmlIO.c 	errcode = xmlBufferAdd(ret->buffer, (const xmlChar *) mem, size);
errcode          2852 third_party/libxml/src/xmlIO.c 	if (errcode != 0) {
errcode           140 third_party/npapi/npspy/extern/nspr/md/_aix.h 	(_thread)->md.errcode = errno;  \
errcode           149 third_party/npapi/npspy/extern/nspr/md/_aix.h     errno = (_thread)->md.errcode; \
errcode           159 third_party/npapi/npspy/extern/nspr/md/_aix.h     int errcode;
errcode           104 third_party/npapi/npspy/extern/nspr/md/_bsdi.h 	(_thread)->md.errcode = errno;  \
errcode           113 third_party/npapi/npspy/extern/nspr/md/_bsdi.h     errno = (_thread)->md.errcode;	     \
errcode           123 third_party/npapi/npspy/extern/nspr/md/_bsdi.h     int errcode;
errcode           128 third_party/npapi/npspy/extern/nspr/md/_darwin.h 	(_thread)->md.errcode = errno;  \
errcode           137 third_party/npapi/npspy/extern/nspr/md/_darwin.h     errno = (_thread)->md.errcode;  \
errcode           147 third_party/npapi/npspy/extern/nspr/md/_darwin.h     int errcode;
errcode            92 third_party/npapi/npspy/extern/nspr/md/_dgux.h 	(_thread)->md.errcode = errno;  \
errcode           101 third_party/npapi/npspy/extern/nspr/md/_dgux.h     errno = (_thread)->md.errcode;	     \
errcode           113 third_party/npapi/npspy/extern/nspr/md/_dgux.h     int errcode;
errcode           127 third_party/npapi/npspy/extern/nspr/md/_freebsd.h 	(_thread)->md.errcode = errno;  \
errcode           136 third_party/npapi/npspy/extern/nspr/md/_freebsd.h     errno = (_thread)->md.errcode;  \
errcode           146 third_party/npapi/npspy/extern/nspr/md/_freebsd.h     int errcode;
errcode           119 third_party/npapi/npspy/extern/nspr/md/_hpux.h     (_thread)->md.errcode = errno; \
errcode           128 third_party/npapi/npspy/extern/nspr/md/_hpux.h     errno = (_thread)->md.errcode; \
errcode           138 third_party/npapi/npspy/extern/nspr/md/_hpux.h     int errcode;
errcode           176 third_party/npapi/npspy/extern/nspr/md/_irix.h #define _MD_SAVE_ERRNO(_thread)			(_thread)->md.errcode = errno;
errcode           177 third_party/npapi/npspy/extern/nspr/md/_irix.h #define _MD_RESTORE_ERRNO(_thread)		errno = (_thread)->md.errcode;
errcode           263 third_party/npapi/npspy/extern/nspr/md/_irix.h     int errcode;
errcode           354 third_party/npapi/npspy/extern/nspr/md/_linux.h 	(_thread)->md.errcode = errno;  \
errcode           363 third_party/npapi/npspy/extern/nspr/md/_linux.h     errno = (_thread)->md.errcode;  \
errcode           375 third_party/npapi/npspy/extern/nspr/md/_linux.h     int errcode;
errcode           103 third_party/npapi/npspy/extern/nspr/md/_ncr.h 	(_thread)->md.errcode = errno;  \
errcode           112 third_party/npapi/npspy/extern/nspr/md/_ncr.h     errno = (_thread)->md.errcode;	     \
errcode           124 third_party/npapi/npspy/extern/nspr/md/_ncr.h     int errcode;
errcode            86 third_party/npapi/npspy/extern/nspr/md/_nec.h         (_thread)->md.errcode = errno;      \
errcode            98 third_party/npapi/npspy/extern/nspr/md/_nec.h     errno = (_thread)->md.errcode;     \
errcode           108 third_party/npapi/npspy/extern/nspr/md/_nec.h     int errcode;
errcode           183 third_party/npapi/npspy/extern/nspr/md/_netbsd.h         (_thread)->md.errcode = errno;  \
errcode           192 third_party/npapi/npspy/extern/nspr/md/_netbsd.h     errno = (_thread)->md.errcode;  \
errcode           202 third_party/npapi/npspy/extern/nspr/md/_netbsd.h     int errcode;
errcode           122 third_party/npapi/npspy/extern/nspr/md/_nextstep.h 	(_thread)->md.errcode = errno;  \
errcode           131 third_party/npapi/npspy/extern/nspr/md/_nextstep.h     errno = (_thread)->md.errcode;  \
errcode           141 third_party/npapi/npspy/extern/nspr/md/_nextstep.h     int errcode;
errcode            86 third_party/npapi/npspy/extern/nspr/md/_nspr_pthread.h 		(_thread)->md.errcode = errno;  							\
errcode            99 third_party/npapi/npspy/extern/nspr/md/_nspr_pthread.h     errno = (_thread)->md.errcode; 									\
errcode           111 third_party/npapi/npspy/extern/nspr/md/_nspr_pthread.h     int				errcode;
errcode           108 third_party/npapi/npspy/extern/nspr/md/_nto.h 	(_thread)->md.errcode = errno;	\
errcode           117 third_party/npapi/npspy/extern/nspr/md/_nto.h     errno = (_thread)->md.errcode;	\
errcode           128 third_party/npapi/npspy/extern/nspr/md/_nto.h     int errcode;
errcode           118 third_party/npapi/npspy/extern/nspr/md/_openbsd.h         (_thread)->md.errcode = errno;  \
errcode           127 third_party/npapi/npspy/extern/nspr/md/_openbsd.h     errno = (_thread)->md.errcode;  \
errcode           137 third_party/npapi/npspy/extern/nspr/md/_openbsd.h     int errcode;
errcode           182 third_party/npapi/npspy/extern/nspr/md/_openvms.h 	(_thread)->md.errcode = errno;  \
errcode           191 third_party/npapi/npspy/extern/nspr/md/_openvms.h     errno = (_thread)->md.errcode;     \
errcode           203 third_party/npapi/npspy/extern/nspr/md/_openvms.h     int errcode;
errcode           120 third_party/npapi/npspy/extern/nspr/md/_osf1.h 	(_thread)->md.errcode = errno;  \
errcode           129 third_party/npapi/npspy/extern/nspr/md/_osf1.h     errno = (_thread)->md.errcode;     \
errcode           139 third_party/npapi/npspy/extern/nspr/md/_osf1.h     int errcode;
errcode            99 third_party/npapi/npspy/extern/nspr/md/_qnx.h 	(_thread)->md.errcode = errno;	\
errcode           108 third_party/npapi/npspy/extern/nspr/md/_qnx.h     errno = (_thread)->md.errcode;	\
errcode           119 third_party/npapi/npspy/extern/nspr/md/_qnx.h     int errcode;
errcode           109 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h     int errcode;
errcode           237 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h #define _MD_SAVE_ERRNO(t)	 (t)->md.errcode = errno;
errcode           238 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h #define _MD_RESTORE_ERRNO(t)	 errno = (t)->md.errcode;
errcode            90 third_party/npapi/npspy/extern/nspr/md/_rhapsody.h 	(_thread)->md.errcode = errno;  \
errcode            99 third_party/npapi/npspy/extern/nspr/md/_rhapsody.h     errno = (_thread)->md.errcode;  \
errcode           109 third_party/npapi/npspy/extern/nspr/md/_rhapsody.h     int errcode;
errcode            95 third_party/npapi/npspy/extern/nspr/md/_scoos.h 		(_thread)->md.errcode = errno;  							\
errcode           114 third_party/npapi/npspy/extern/nspr/md/_scoos.h     int errcode;
errcode           532 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_SAVE_ERRNO(_thread)			(_thread)->md.errcode = errno;
errcode           533 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_RESTORE_ERRNO(_thread)		errno = (_thread)->md.errcode;
errcode           706 third_party/npapi/npspy/extern/nspr/md/_solaris.h     int errcode;
errcode            77 third_party/npapi/npspy/extern/nspr/md/_sony.h         (_thread)->md.errcode = errno;      \
errcode            90 third_party/npapi/npspy/extern/nspr/md/_sony.h     errno = (_thread)->md.errcode;        \
errcode            99 third_party/npapi/npspy/extern/nspr/md/_sony.h     int errcode;
errcode           105 third_party/npapi/npspy/extern/nspr/md/_sunos4.h 	(_thread)->md.errcode = errno;  \
errcode           114 third_party/npapi/npspy/extern/nspr/md/_sunos4.h     errno = (_thread)->md.errcode;	     \
errcode           143 third_party/npapi/npspy/extern/nspr/md/_sunos4.h     int errcode;
errcode            92 third_party/npapi/npspy/extern/nspr/md/_unixware.h 	(_thread)->md.errcode = errno;  \
errcode           101 third_party/npapi/npspy/extern/nspr/md/_unixware.h     errno = (_thread)->md.errcode;	     \
errcode           113 third_party/npapi/npspy/extern/nspr/md/_unixware.h     int errcode;
errcode           130 third_party/npapi/npspy/extern/nspr/md/_win16.h     PRInt32         errcode;        /* preserved errno for this thread */
errcode           482 third_party/npapi/npspy/extern/nspr/md/_win16.h         (_t)->md.errcode = errno;              \
errcode           491 third_party/npapi/npspy/extern/nspr/md/_win16.h         (_t)->md.errcode = errno;               \
errcode          25118 third_party/sqlite/amalgamation/sqlite3.c   int errcode,                    /* SQLite error code */
errcode          25160 third_party/sqlite/amalgamation/sqlite3.c   assert( errcode!=SQLITE_OK );
errcode          25162 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_log(errcode,
errcode          25167 third_party/sqlite/amalgamation/sqlite3.c   return errcode;
errcode          86569 third_party/sqlite/amalgamation/sqlite3.c   int  (*errcode)(sqlite3*db);
errcode          86766 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3_errcode                sqlite3_api->errcode
errcode           977 third_party/sqlite/src/src/os_unix.c   int errcode,                    /* SQLite error code */
errcode          1019 third_party/sqlite/src/src/os_unix.c   assert( errcode!=SQLITE_OK );
errcode          1021 third_party/sqlite/src/src/os_unix.c   sqlite3_log(errcode,
errcode          1026 third_party/sqlite/src/src/os_unix.c   return errcode;
errcode            87 third_party/sqlite/src/src/sqlite3ext.h   int  (*errcode)(sqlite3*db);
errcode           284 third_party/sqlite/src/src/sqlite3ext.h #define sqlite3_errcode                sqlite3_api->errcode
errcode           335 third_party/talloc/libreplace/getaddrinfo.c const char *rep_gai_strerror(int errcode)
errcode           340 third_party/talloc/libreplace/getaddrinfo.c 	switch (errcode)
errcode           357 third_party/talloc/libreplace/getaddrinfo.c 	switch (errcode)
errcode            85 third_party/talloc/libreplace/getaddrinfo.h extern const char *rep_gai_strerror(int errcode);
errcode           261 tools/android/forwarder2/socket.cc   int errcode = getaddrinfo(host.c_str(), NULL, &hints, &res);
errcode           262 tools/android/forwarder2/socket.cc   if (errcode != 0) {