Searched refs:errcode (Results 1 – 3 of 3) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_rwlock.c | 60 error(int errcode, const char* func, const char* format, ...) in error() argument 67 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode)); in error() 95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
|
D | test_pthread_mutex.c | 61 error(int errcode, const char* func, const char* format, ...) in error() argument 68 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode)); in error() 96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
|
/system/core/sh/ |
D | error.c | 284 short errcode; /* error number */ member 360 for (ep = errormsg ; ep->errcode ; ep++) { in errmsg() 361 if (ep->errcode == e && (ep->action & action) != 0) in errmsg()
|