Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 10 of 10) sorted by relevance

/sysdeps/x86_64/x32/
A Dtst-size_t-memcmp-2.c33 # 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 Dtst-size_t-memset.c30 # 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 Dtst-size_t-memchr.c28 # 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 Dtst-size_t-strncmp.c32 # 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 Dtst-size_t-memcmp.c33 # 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 Dtst-size_t-strnlen.c30 # 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 Dtst-rsi-strlen.c31 # 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 Dtest-scanf-ldbl-compat-template.c58 do_test_call (FILE *stream, CHAR *string, const CHAR *format, ...) in do_test_call()
106 CHAR string[256]; in do_test()
A Dtest-scanf-ldbl-compat.c5 #define CHAR char macro
A Dtest-wscanf-ldbl-compat.c5 #define CHAR wchar_t macro

Completed in 14 milliseconds