OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMSGSIZE
(Results
1 - 25
of
41
) sorted by null
1
2
/bionic/libc/dns/nameser/
ns_name.c
119
errno =
EMSGSIZE
;
124
errno =
EMSGSIZE
;
130
errno =
EMSGSIZE
; /* XXX */
134
errno =
EMSGSIZE
;
147
errno =
EMSGSIZE
;
157
errno =
EMSGSIZE
;
164
errno =
EMSGSIZE
;
173
errno =
EMSGSIZE
;
182
errno =
EMSGSIZE
;
188
errno =
EMSGSIZE
;
[
all
...]
ns_parse.c
88
RETERR(
EMSGSIZE
);
92
RETERR(
EMSGSIZE
);
99
RETERR(
EMSGSIZE
);
112
RETERR(
EMSGSIZE
);
115
RETERR(
EMSGSIZE
);
119
RETERR(
EMSGSIZE
);
135
RETERR(
EMSGSIZE
);
176
RETERR(
EMSGSIZE
);
185
RETERR(
EMSGSIZE
);
189
RETERR(
EMSGSIZE
);
[
all
...]
ns_samedomain.c
174
errno =
EMSGSIZE
;
/bionic/libc/kernel/uapi/asm-generic/
errno.h
91
#define
EMSGSIZE
90
/bionic/libc/kernel/uapi/asm-mips/asm/
errno.h
90
#define
EMSGSIZE
97
/development/ndk/platforms/android-3/include/asm-generic/
errno.h
74
#define
EMSGSIZE
90
/development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h
90
#define
EMSGSIZE
97
/development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h
90
#define
EMSGSIZE
97
/development/ndk/platforms/android-L/arch-mips64/include/asm/
errno.h
90
#define
EMSGSIZE
97
/development/ndk/platforms/android-L/include/asm-generic/
errno.h
91
#define
EMSGSIZE
90
/external/bison/lib/
strerror-override.c
54
case
EMSGSIZE
:
149
/* WSAEMSGSIZE maps to
EMSGSIZE
*/
errno.in.h
102
# define
EMSGSIZE
115
/external/chromium_org/net/base/
net_errors_posix.cc
50
case
EMSGSIZE
:
/external/chromium_org/third_party/libxml/src/include/
wsockcompat.h
46
#define
EMSGSIZE
WSAEMSGSIZE
/external/kernel-headers/original/uapi/asm-generic/
errno.h
63
#define
EMSGSIZE
90 /* Message too long */
/external/kernel-headers/original/uapi/asm-mips/asm/
errno.h
71
#define
EMSGSIZE
97 /* Message too long */
/external/chromium_org/third_party/webrtc/base/
socket.h
46
#undef
EMSGSIZE
47
#define
EMSGSIZE
WSAEMSGSIZE
asynctcpsocket.cc
140
socket_->SetError(
EMSGSIZE
);
251
SetError(
EMSGSIZE
);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket.cc
71
SetError(
EMSGSIZE
);
/external/libcxx/test/diagnostics/errno/
cerrno.pass.cpp
155
#ifndef
EMSGSIZE
156
#error
EMSGSIZE
not defined
/bionic/libc/include/sys/
_errdefs.h
127
__BIONIC_ERRDEF(
EMSGSIZE
, 90, "Message too long" )
/development/ndk/platforms/android-3/include/sys/
_errdefs.h
126
__BIONIC_ERRDEF(
EMSGSIZE
, 90, "Message too long" )
/development/ndk/sources/android/libportable/arch-mips/
errno.c
87
case
EMSGSIZE
: return EMSGSIZE_PORTABLE;
190
case EMSGSIZE_PORTABLE: return
EMSGSIZE
;
/external/chromium_org/base/posix/
unix_domain_socket_linux.cc
145
errno =
EMSGSIZE
;
/external/libcxx/test/diagnostics/syserr/
errc.pass.cpp
50
static_assert(static_cast<int>(std::errc::message_size) ==
EMSGSIZE
, "");
Completed in 2647 milliseconds
1
2