Home
last modified time | relevance | path

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

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