Home
last modified time | relevance | path

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

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