/glibc-2.36/wcsmbs/ |
D | test-mbrtoc8.c | 37 mbstate_t s = { 0 }; in test_utf8() local 47 mbstate_t s = { 0 }; in test_utf8() local 60 mbstate_t s = { 0 }; in test_utf8() local 72 mbstate_t s = { 0 }; in test_utf8() local 84 mbstate_t s = { 0 }; in test_utf8() local 98 mbstate_t s = { 0 }; in test_utf8() local 114 mbstate_t s = { 0 }; in test_utf8() local 128 mbstate_t s = { 0 }; in test_utf8() local 144 mbstate_t s = { 0 }; in test_utf8() local 160 mbstate_t s = { 0 }; in test_utf8() local [all …]
|
D | test-c8rtomb.c | 37 mbstate_t s = { 0 }; in test_truncated_code_unit_sequence() local 49 mbstate_t s = { 0 }; in test_truncated_code_unit_sequence() local 61 mbstate_t s = { 0 }; in test_truncated_code_unit_sequence() local 74 mbstate_t s = { 0 }; in test_truncated_code_unit_sequence() local 86 mbstate_t s = { 0 }; in test_truncated_code_unit_sequence() local 99 mbstate_t s = { 0 }; in test_truncated_code_unit_sequence() local 119 mbstate_t s = { 0 }; in test_invalid_trailing_code_unit_sequence() local 131 mbstate_t s = { 0 }; in test_invalid_trailing_code_unit_sequence() local 143 mbstate_t s = { 0 }; in test_invalid_trailing_code_unit_sequence() local 156 mbstate_t s = { 0 }; in test_invalid_trailing_code_unit_sequence() local [all …]
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-attr1.c | 77 int s; in do_test() local 107 int s; in do_test() local 137 int s; in do_test() local 167 int s; in do_test() local 197 int s; in do_test() local 254 int s; in do_test() local 284 int s; in do_test() local
|
D | tst-tls4moda.c | 27 size_t s; in test1() local 40 size_t s; in test2() local
|
D | tst-tls4modb.c | 31 size_t s; in test1() local 49 size_t s; in test2() local
|
/glibc-2.36/bits/ |
D | select.h | 25 #define __FD_ZERO(s) \ argument 32 #define __FD_SET(d, s) \ argument 34 #define __FD_CLR(d, s) \ argument 36 #define __FD_ISSET(d, s) \ argument
|
/glibc-2.36/sysdeps/x86_64/ |
D | memmove.S | 22 # define MEMCPY_SYMBOL(p,s) memcpy argument 26 # define MEMCPY_SYMBOL(p,s) __memcpy argument 28 # define MEMCPY_SYMBOL(p,s) memcpy argument 32 # define MEMPCPY_SYMBOL(p,s) __mempcpy argument 35 #define MEMMOVE_CHK_SYMBOL(p,s) p argument 36 #define MEMMOVE_SYMBOL(p,s) memmove argument
|
D | memset.S | 22 #define MEMSET_SYMBOL(p,s) memset argument 23 #define MEMSET_CHK_SYMBOL(p,s) p argument 25 #define WMEMSET_SYMBOL(p,s) __wmemset argument 26 #define WMEMSET_CHK_SYMBOL(p,s) p argument
|
/glibc-2.36/elf/ |
D | tst-stringtable.c | 30 struct stringtable s = { 0, }; in do_test() local 41 struct stringtable s = { 0, }; in do_test() local 58 struct stringtable s = { 0, }; in do_test() local 76 struct stringtable s = { 0, }; in do_test() local 104 struct stringtable s = { 0, }; in do_test() local 134 struct stringtable s = { 0, }; in do_test() local
|
D | tst-tlsmod17a.c | 6 #define CONCAT1(s, n) s##n argument 7 #define CONCAT(s, n) CONCAT1(s, n) argument
|
D | dl-hwcaps_split.c | 24 _dl_hwcaps_split (struct dl_hwcaps_split *s) in _dl_hwcaps_split() 50 _dl_hwcaps_split_masked (struct dl_hwcaps_split_masked *s) in _dl_hwcaps_split_masked()
|
D | filter.c | 10 const char *s; in main() local
|
/glibc-2.36/include/sys/ |
D | stat.h | 13 __ino_t s = v; in in_ino_t_range() local 20 __off_t s = v; in in_off_t_range() local 27 __blkcnt_t s = v; in in_blkcnt_t_range() local
|
/glibc-2.36/posix/ |
D | sched_cpucount.c | 27 int s = 0; in countbits() local 36 int s = 0; in __sched_cpucount() local
|
/glibc-2.36/stdio-common/ |
D | psiginfo-define.h | 3 #define P(n, s) char MF(__LINE__)[sizeof (s)]; in C() argument 8 #define P(n, s) s, argument 12 #define P(n, s) [(n) - 1] = offsetof (union C(codestrs_t_, NOW), MF(__LINE__)), argument
|
D | ctermid.c | 26 ctermid (char *s) in ctermid()
|
D | cuserid.c | 25 cuserid (char *s) in cuserid()
|
/glibc-2.36/sysdeps/i386/ |
D | string-inlines.c | 24 __old_memcpy_c (void *d, const void *s, size_t n) in __old_memcpy_c() 37 __old_memset_cc (void *s, unsigned long int pattern, size_t n) in __old_memset_cc() 50 __old_memset_gg (void *s, char c, size_t n) in __old_memset_gg() 142 __old_strchr_g (const char *s, int c) in __old_strchr_g() 151 __old_strchrnul_g (const char *s, int c) in __old_strchrnul_g() 160 __old_strrchr_g (const char *s, int c) in __old_strrchr_g() 170 __old_strcspn_g (const char *s, const char *reject) in __old_strcspn_g() 180 __old_strspn_g (const char *s, const char *accept) in __old_strspn_g() 190 __old_strpbrk_g (const char *s, const char *accept) in __old_strpbrk_g() 200 __old_strstr_g (const char *s, const char *accept) in __old_strstr_g()
|
/glibc-2.36/misc/ |
D | getpass.c | 25 #define flockfile(s) _IO_flockfile (s) argument 26 #define funlockfile(s) _IO_funlockfile (s) argument 49 struct termios s, t; in getpass() local
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | memset-avx2-unaligned-erms-rtm.S | 7 #define MEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument 8 #define WMEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument
|
/glibc-2.36/shadow/ |
D | putspent.c | 23 #define flockfile(s) _IO_flockfile (s) argument 24 #define funlockfile(s) _IO_funlockfile (s) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-socket-timestamp.c | 45 int s = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_sendto() local 58 do_recvmsg_slack_ancillary (bool use_multi_call, int s, void *cmsg, in do_recvmsg_slack_ancillary() 158 for (int s = 0; s < array_length (slack); s++) in do_test_slack_space() local 166 for (int s = 0; s < array_length (slack); s++) in do_test_slack_space() local 182 for (int s = 0; s < array_length (slack); s++) in do_test_slack_space() local 187 for (int s = 0; s < array_length (slack); s++) in do_test_slack_space() local 197 do_recvmsg_multiple_ancillary (bool use_multi_call, int s, void *cmsg, in do_recvmsg_multiple_ancillary() 297 for (int s = 0; s < nmsgs; s++) in do_test_multiple_ancillary() local 301 for (int s = 0; s < nmsgs; s++) in do_test_multiple_ancillary() local
|
/glibc-2.36/grp/ |
D | putgrent.c | 24 #define flockfile(s) _IO_flockfile (s) argument 25 #define funlockfile(s) _IO_funlockfile (s) argument
|
/glibc-2.36/sysdeps/posix/ |
D | ctermid.c | 27 ctermid (char *s) in ctermid()
|
/glibc-2.36/support/ |
D | xstrdup.c | 24 xstrdup (const char *s) in xstrdup()
|