Home
last modified time | relevance | path

Searched refs:errno_str (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/test/lib/
Dtest_errno_str.c31 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()
/external/u-boot/include/
Derrno.h23 const char *errno_str(int errno);
27 static inline const char *errno_str(int errno) in errno_str() function
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c42 int expected_errno, const char *errno_str) in _check_execveat_fail() argument
48 fd, path?:"(null)", flags, errno_str); in _check_execveat_fail()
/external/u-boot/cmd/
Dregulator.c20 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
115 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
Dpmic.c19 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
/external/u-boot/lib/
Derrno_str.c143 const char *errno_str(int errno) in errno_str() function
DMakefile34 obj-$(CONFIG_ERRNO_STR) += errno_str.o
DKconfig448 The function errno_str(int errno), returns a pointer to the errno