Searched refs:_S (Results 1 – 4 of 4) sorted by relevance
/sysdeps/gnu/ |
A D | errlist.h | 1 _S(0, N_("Success")) 6 _S(EPERM, N_("Operation not permitted")) 18 _S(ESRCH, N_("No such process")) 34 _S(EIO, N_("Input/output error")) 96 _S(EFAULT, N_("Bad address")) 116 _S(EEXIST, N_("File exists")) 184 _S(EFBIG, N_("File too large")) 195 _S(ESPIPE, N_("Illegal seek")) 216 _S(EPIPE, N_("Broken pipe")) 588 _S(ENOANO, N_("No anode")) [all …]
|
/sysdeps/posix/ |
A D | gai_strerror-strs.h | 2 _S(EAI_AGAIN, N_("Temporary failure in name resolution")) 3 _S(EAI_BADFLAGS, N_("Bad value for ai_flags")) 5 _S(EAI_FAMILY, N_("ai_family not supported")) 6 _S(EAI_MEMORY, N_("Memory allocation failure")) 8 _S(EAI_NONAME, N_("Name or service not known")) 10 _S(EAI_SOCKTYPE, N_("ai_socktype not supported")) 11 _S(EAI_SYSTEM, N_("System error")) 13 _S(EAI_CANCELED, N_("Request canceled")) 14 _S(EAI_NOTCANCELED, N_("Request not canceled")) 15 _S(EAI_ALLDONE, N_("All requests done")) [all …]
|
A D | gai_strerror.c | 31 #define _S(n, s) char MSGSTRFIELD(__LINE__)[sizeof (s)]; macro 33 #undef _S 39 #define _S(n, s) s, macro 41 #undef _S 50 #define _S(n, s) { n, offsetof (union msgstr_t, MSGSTRFIELD (__LINE__)) }, macro 52 #undef _S
|
/sysdeps/powerpc/ |
A D | tst-stack-align.h | 23 struct _S \
|
Completed in 6 milliseconds