Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Derrname.c33 #define MSGSTRFIELD(line) MSGSTRFIELD1(line) macro
34 #define _S(n, str) char MSGSTRFIELD(__LINE__)[sizeof(#n)];
48 [ERR_MAP(n)] = offsetof(union sys_errname_t, MSGSTRFIELD(__LINE__)),
/glibc-2.36/sysdeps/posix/
Dgai_strerror.c25 #define MSGSTRFIELD(line) MSGSTRFIELD1 (line) macro
31 #define _S(n, s) char MSGSTRFIELD(__LINE__)[sizeof (s)];
50 #define _S(n, s) { n, offsetof (union msgstr_t, MSGSTRFIELD (__LINE__)) },