Home
last modified time | relevance | path

Searched refs:EMSGSIZE_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h85 #define EMSGSIZE_PORTABLE 90 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c87 case EMSGSIZE: return EMSGSIZE_PORTABLE; in errno_ntop()
190 case EMSGSIZE_PORTABLE: return EMSGSIZE; in errno_pton()