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