Home
last modified time | relevance | path

Searched defs:errno_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Derrno.h18 static inline const char *errno_str(int errno) in errno_str() function
/openbmc/u-boot/lib/
H A Derrno_str.c141 const char *errno_str(int errno) in errno_str() function
/openbmc/linux/tools/testing/selftests/exec/
H A Dexecveat.c44 int expected_errno, const char *errno_str) in _check_execveat_fail()