Searched refs:CHAR (Results 1 – 10 of 10) sorted by relevance
/sysdeps/x86_64/x32/ |
A D | tst-size_t-memcmp-2.c | 33 # define CHAR wchar_t macro 36 # define CHAR char macro 41 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); 55 parameter_t dest = { { page_size / sizeof (CHAR) }, buf1 }; in test_main() 60 CHAR *p = (CHAR *) buf1; in test_main() 61 p[page_size / sizeof (CHAR) - 1] = (CHAR) 1; in test_main()
|
A D | tst-size_t-memset.c | 30 # define CHAR wchar_t macro 33 # define CHAR char macro 38 typedef CHAR *(*proto_t) (CHAR *, int, size_t); 52 CHAR ch = 0x23; in test_main() 53 parameter_t src = { { page_size / sizeof (CHAR) }, buf2 }; in test_main() 60 CHAR *p = (CHAR *) do_memset (src, c); in test_main()
|
A D | tst-size_t-memchr.c | 28 # define CHAR char macro 33 # define CHAR wchar_t macro 39 typedef CHAR * (*proto_t) (const CHAR*, int, size_t); 41 static CHAR * 53 parameter_t src = { { page_size / sizeof (CHAR) }, buf2 }; in test_main() 60 CHAR *res = do_memchr (src, c); in test_main()
|
A D | tst-size_t-strncmp.c | 32 # define CHAR wchar_t macro 36 # define CHAR char macro 41 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); 56 size_t size = page_size / sizeof (CHAR); in test_main() 60 STRNCPY ((CHAR *) buf1, (const CHAR *) buf2, size); in test_main()
|
A D | tst-size_t-memcmp.c | 33 # define CHAR wchar_t macro 36 # define CHAR char macro 41 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); 55 parameter_t dest = { { page_size / sizeof (CHAR) }, buf1 }; in test_main()
|
A D | tst-size_t-strnlen.c | 30 # define CHAR wchar_t macro 33 # define CHAR char macro 38 typedef size_t (*proto_t) (const CHAR *, size_t); 52 size_t size = page_size / sizeof (CHAR); in test_main()
|
/sysdeps/x86_64/ |
A D | tst-rsi-strlen.c | 31 # define CHAR wchar_t macro 34 # define CHAR char macro 39 typedef size_t (*proto_t) (const CHAR *); 48 do_strlen (parameter_t *a, int zero, const CHAR *str) in do_strlen() 58 size_t size = page_size / sizeof (CHAR) - 1; in test_main() 59 CHAR *buf = (CHAR *) buf2; in test_main()
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | test-scanf-ldbl-compat-template.c | 58 do_test_call (FILE *stream, CHAR *string, const CHAR *format, ...) in do_test_call() 106 CHAR string[256]; in do_test()
|
A D | test-scanf-ldbl-compat.c | 5 #define CHAR char macro
|
A D | test-wscanf-ldbl-compat.c | 5 #define CHAR wchar_t macro
|
Completed in 14 milliseconds