Searched refs:rt_errno_strs (Results 1 – 1 of 1) sorted by relevance
42 static struct _errno_str_t rt_errno_strs[] = variable75 for (i = 0; i < sizeof(rt_errno_strs) / sizeof(rt_errno_strs[0]); i++) in rt_strerror()77 if (rt_errno_strs[i].error == error) in rt_strerror()78 return rt_errno_strs[i].str; in rt_strerror()
Completed in 6 milliseconds