Searched refs:errno_str (Results 1 – 7 of 7) sorted by relevance
31 msg = errno_str(1); in lib_errno_str()34 msg = errno_str(0); in lib_errno_str()37 msg = errno_str(-ENOMEM); in lib_errno_str()40 msg = errno_str(-99999); in lib_errno_str()
23 const char *errno_str(int errno);27 static inline const char *errno_str(int errno) in errno_str() function
21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
20 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
143 const char *errno_str(int errno) in errno_str() function
35 obj-$(CONFIG_ERRNO_STR) += errno_str.o
538 The function errno_str(int errno), returns a pointer to the errno
Completed in 12 milliseconds