Searched defs:strerror (Results 1 – 14 of 14) sorted by relevance
5 add_executable(strerror strerror.c) target
26 char *strerror(int e) in strerror() function
31 char *strerror(int e) in strerror() function
62 char *strerror(int errnum) in strerror() function
55 PyObject *strerror; member
81 #define strerror(e) strerror_s_((e)) macro
162 #define strerror(e) strerror_s_((e)) macro
801 PyObject **myerrno, PyObject **strerror, in oserror_parse_args()866 PyObject *myerrno, PyObject *strerror, in oserror_init()956 PyObject *myerrno = NULL, *strerror = NULL; in OSError_new() local1023 PyObject *myerrno = NULL, *strerror = NULL; in OSError_init() local
1096 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
465 #define strerror /* poisoned */ dontuse_strerror macro
39 static char * strerror(int errno) in strerror() function
1563 strerror = 'error' variable in BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
656 #define strerror(...) (pthread_testcancel(), strerror(__VA_ARGS__)) macro