Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h33 #define ELOOP_PORTABLE 40 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c37 case ELOOP: return ELOOP_PORTABLE; in errno_ntop()
140 case ELOOP_PORTABLE: return ELOOP; in errno_pton()