Searched refs:__TARGET_ERRNO__START (Results 1 – 2 of 2) sorted by relevance
34 __TARGET_ERRNO__START = -10000, enumerator37 TARGET_ERRNO__PID_OVERRIDE_CPU = __TARGET_ERRNO__START,
161 if (errnum < __TARGET_ERRNO__START || errnum >= __TARGET_ERRNO__END) in target__strerror()164 idx = errnum - __TARGET_ERRNO__START; in target__strerror()