/glibc-2.36/elf/ |
D | tst-unique4.h | 3 struct S struct 5 static int i; 6 static const int j;
|
D | tst-unique3.h | 3 struct S struct 5 static int i;
|
D | tst-tls11.c | 3 #define CHECK(N, S) \ argument
|
D | tst-tls12.c | 3 #define CHECK(N, S) \ argument
|
D | tst-tls10.c | 6 #define CHECK(N, S) \ argument
|
/glibc-2.36/sysdeps/alpha/ |
D | reml.S | 33 #define EXTEND(S,D) sextl S, D argument
|
D | divl.S | 32 #define EXTEND(S,D) sextl S, D argument
|
D | remlu.S | 2 #define EXTEND(S,D) zapnot S, 15, D argument
|
D | divlu.S | 2 #define EXTEND(S,D) zapnot S, 15, D argument
|
D | divqu.S | 146 #define S t2 /* scalar */ macro
|
D | remqu.S | 152 #define S t2 /* scalar */ macro
|
D | remq.S | 119 #define S t2 /* scalar */ macro
|
D | divq.S | 118 #define S t2 /* scalar */ macro
|
/glibc-2.36/stdio-common/ |
D | bug22.c | 15 #define STRINGIFY(S) #S argument 16 #define MAKE_STR(S) STRINGIFY(S) argument
|
D | tst-fphex.c | 14 # define S "%s" macro 22 # define S "%ls" macro
|
/glibc-2.36/sysdeps/i386/i586/ |
D | lshift.S | 24 #define S RES+4 macro
|
D | rshift.S | 24 #define S RES+4 macro
|
/glibc-2.36/sysdeps/i386/ |
D | lshift.S | 24 #define S RES+4 macro
|
D | rshift.S | 24 #define S RES+4 macro
|
/glibc-2.36/nis/ |
D | nis_error.c | 32 #define S(s) char MF(__LINE__)[sizeof (s)]; macro 40 #define S(s) s, macro 48 #define S(s) offsetof (union msgstr_t, MF (__LINE__)), macro
|
/glibc-2.36/posix/ |
D | fnmatch.c | 116 #define STRLEN(S) strlen (S) argument 117 #define STRCAT(D, S) strcat (D, S) argument 118 #define MEMPCPY(D, S, N) mempcpy (D, S, N) argument 119 #define MEMCHR(S, C, N) memchr (S, C, N) argument 137 #define STRLEN(S) wcslen (S) argument 138 #define STRCAT(D, S) wcscat (D, S) argument 139 #define MEMPCPY(D, S, N) wmempcpy (D, S, N) argument 140 #define MEMCHR(S, C, N) wmemchr (S, C, N) argument
|
/glibc-2.36/stdlib/ |
D | strtod_nan_narrow.h | 21 #define STRTOULL(S, E, B) ____strtoull_l_internal ((S), (E), (B), 0, \ argument
|
D | strtod_nan_wide.h | 21 #define STRTOULL(S, E, B) ____wcstoull_l_internal ((S), (E), (B), 0, \ argument
|
/glibc-2.36/sunrpc/ |
D | tst-xdrmem.c | 152 #define S(type, val) T(type, val) in do_test() macro 176 #define S(type, val) \ in do_test() macro
|
/glibc-2.36/libio/ |
D | tst-memstream1.c | 12 #define S(s) S1 (s) macro
|