OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_set_errno
(Results
1 - 3
of
3
) sorted by null
/external/qemu/elff/
elff-common.h
34
static inline void
_set_errno
(uint32_t err) {
function
/ndk/sources/host-tools/ndk-stack/elff/
elff-common.h
34
static inline void
_set_errno
(uint32_t err) {
function
/sdk/emulator/opengl/tests/event_injector/
sockets.c
153
_set_errno
( int code )
function
187
_set_errno
( int code )
function
568
return
_set_errno
(EINVAL);
583
return
_set_errno
(EINVAL);
597
return
_set_errno
(EINVAL);
613
return
_set_errno
(EINVAL);
618
return
_set_errno
(EINVAL);
628
return
_set_errno
(EINVAL);
668
return
_set_errno
(err);
707
ret =
_set_errno
(ENOENT)
[
all
...]
Completed in 168 milliseconds