Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/glibc-2.36/wcsmbs/
Dtest-mbrtoc8.c37 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 …]
Dtest-c8rtomb.c37 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/
Dtst-attr1.c77 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
Dtst-tls4moda.c27 size_t s; in test1() local
40 size_t s; in test2() local
Dtst-tls4modb.c31 size_t s; in test1() local
49 size_t s; in test2() local
/glibc-2.36/bits/
Dselect.h25 #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/
Dmemmove.S22 # 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
Dmemset.S22 #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/
Dtst-stringtable.c30 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
Dtst-tlsmod17a.c6 #define CONCAT1(s, n) s##n argument
7 #define CONCAT(s, n) CONCAT1(s, n) argument
Ddl-hwcaps_split.c24 _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()
Dfilter.c10 const char *s; in main() local
/glibc-2.36/include/sys/
Dstat.h13 __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/
Dsched_cpucount.c27 int s = 0; in countbits() local
36 int s = 0; in __sched_cpucount() local
/glibc-2.36/stdio-common/
Dpsiginfo-define.h3 #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
Dctermid.c26 ctermid (char *s) in ctermid()
Dcuserid.c25 cuserid (char *s) in cuserid()
/glibc-2.36/sysdeps/i386/
Dstring-inlines.c24 __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/
Dgetpass.c25 #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/
Dmemset-avx2-unaligned-erms-rtm.S7 #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/
Dputspent.c23 #define flockfile(s) _IO_flockfile (s) argument
24 #define funlockfile(s) _IO_funlockfile (s) argument
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-socket-timestamp.c45 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/
Dputgrent.c24 #define flockfile(s) _IO_flockfile (s) argument
25 #define funlockfile(s) _IO_funlockfile (s) argument
/glibc-2.36/sysdeps/posix/
Dctermid.c27 ctermid (char *s) in ctermid()
/glibc-2.36/support/
Dxstrdup.c24 xstrdup (const char *s) in xstrdup()

12345678910>>...20