Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 2 of 2) sorted by relevance

/include/
A Derrno.h17 extern int errno __errno_asm_label;
19 #define __set_errno(val) do { errno = val; } while (0)
29 const char *errno_str(int errno);
33 static inline const char *errno_str(int errno) in errno_str() argument
A Dsearch.h20 #define set_errno(val) do { errno = val; } while (0)

Completed in 7 milliseconds