Searched refs:__TARGET_ERRNO__START (Results 1 – 2 of 2) sorted by relevance
29 __TARGET_ERRNO__START = -10000, enumerator32 TARGET_ERRNO__PID_OVERRIDE_CPU = __TARGET_ERRNO__START,
132 if (errnum < __TARGET_ERRNO__START || errnum >= __TARGET_ERRNO__END) in target__strerror()135 idx = errnum - __TARGET_ERRNO__START; in target__strerror()