/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 1 _S(0, N_("Success")) 6 _S(EPERM, N_("Operation not permitted")) 13 _S(ENOENT, N_("No such file or directory")) 18 _S(ESRCH, N_("No such process")) 29 _S(EINTR, N_("Interrupted system call")) 34 _S(EIO, N_("Input/output error")) 43 _S(ENXIO, N_("No such device or address")) 51 _S(E2BIG, N_("Argument list too long")) 57 _S(ENOEXEC, N_("Exec format error")) 64 _S(EBADF, N_("Bad file descriptor")) [all …]
|
/glibc-2.36/sysdeps/posix/ |
D | gai_strerror-strs.h | 1 _S(EAI_ADDRFAMILY, N_("Address family for hostname not supported")) 2 _S(EAI_AGAIN, N_("Temporary failure in name resolution")) 3 _S(EAI_BADFLAGS, N_("Bad value for ai_flags")) 4 _S(EAI_FAIL, N_("Non-recoverable failure in name resolution")) 5 _S(EAI_FAMILY, N_("ai_family not supported")) 6 _S(EAI_MEMORY, N_("Memory allocation failure")) 7 _S(EAI_NODATA, N_("No address associated with hostname")) 8 _S(EAI_NONAME, N_("Name or service not known")) 9 _S(EAI_SERVICE, N_("Servname not supported for ai_socktype")) 10 _S(EAI_SOCKTYPE, N_("ai_socktype not supported")) [all …]
|
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
|
/glibc-2.36/pwd/ |
D | putpwent.c | 24 #define _S(x) x ?: "" macro 52 p->pw_name, _S (p->pw_passwd), in putpwent() 53 gecos, _S (p->pw_dir), _S (p->pw_shell)); in putpwent() 56 p->pw_name, _S (p->pw_passwd), in putpwent() 59 gecos, _S (p->pw_dir), _S (p->pw_shell)); in putpwent()
|
/glibc-2.36/stdio-common/ |
D | errname.c | 34 #define _S(n, str) char MSGSTRFIELD(__LINE__)[sizeof(#n)]; macro 36 #undef _S 40 #define _S(n, s) #n, macro 42 #undef _S 47 #define _S(n, s) \ macro 50 #undef _S
|
D | errlist-data-gen.c | 27 #define _S(n, str) [ERR_MAP(n)] = str, macro 29 #undef _S
|
/glibc-2.36/grp/ |
D | putgrent.c | 27 #define _S(x) x ? x : "" macro 49 gr->gr_name, _S (gr->gr_passwd)); in putgrent() 52 gr->gr_name, _S (gr->gr_passwd), in putgrent()
|
/glibc-2.36/gshadow/ |
D | putsgent.c | 24 #define _S(x) x ? x : "" macro 45 if (fprintf (stream, "%s:%s:", g->sg_namp, _S (g->sg_passwd)) < 0) in putsgent()
|
/glibc-2.36/shadow/ |
D | putspent.c | 26 #define _S(x) x ? x : "" macro 45 if (fprintf (stream, "%s:%s:", p->sp_namp, _S (p->sp_pwdp)) < 0) in putspent()
|
/glibc-2.36/sysdeps/powerpc/ |
D | tst-stack-align.h | 23 struct _S \
|
/glibc-2.36/po/ |
D | sk.po | 116 "Tvorba katalógu správ. Ak je VSTUPNÝ_SÚBOR -, vstup je načítaný zo štandardného vstupu. Ak je\n" 117 "VÝSTUPNÝ_SÚBOR -, výstup je zapísaný na štandardný výstup.\n" 124 "-o VÝSTUPNÝ_SÚBOR [VSTUPNÝ_SÚBOR]...\n" 125 "[VÝSTUPNÝ_SÚBOR [VSTUPNÝ_SÚBOR]...]" 2252 msgstr "DÁTOVÝ_SÚBOR [VÝSTUPNÝ_SÚBOR]"
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 10314 * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros. 10315 * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S 10316 macros. Define CPU_*_S macros.
|
D | ChangeLog.18 | 78868 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
|