HomeSort by relevance Sort by last modified time
    Searched defs:errno_str (Results 1 - 2 of 2) sorted by null

  /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
  /sdk/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

Completed in 379 milliseconds