OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errno_str
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/tests/event_injector/
sockets.h
126
/* Define '
errno_str
' as a handy macro to return the string
133
# define
errno_str
_errno_str()
macro
135
# define
errno_str
strerror(errno)
macro
/external/qemu/
sockets.h
118
/* Define '
errno_str
' as a handy macro to return the string
125
# define
errno_str
_errno_str()
macro
127
# define
errno_str
strerror(errno)
macro
Completed in 247 milliseconds