/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | memchr.c | 49 EXPECT_PTREQ("memchr_0200", findch, NULL); in memchr_0200() 61 EXPECT_PTREQ("memchr_0300", findch, NULL); in memchr_0300() 73 EXPECT_PTREQ("memchr_0400", findch, NULL); in memchr_0400() 85 EXPECT_PTREQ("memchr_0500", findch, NULL); in memchr_0500()
|
D | memmem.c | 37 EXPECT_PTREQ("memmem_0100", ptr, buffer); in memmem_0100() 54 EXPECT_PTREQ("memmem_0200", ptr, NULL); in memmem_0200() 57 EXPECT_PTREQ("memmem_0200", ptr, NULL); in memmem_0200()
|
D | memccpy.c | 33 EXPECT_PTREQ("memccpy_0100", rev, NULL); in memccpy_0100() 60 EXPECT_PTREQ("memccpy_0200", rev, NULL); in memccpy_0200() 75 EXPECT_PTREQ("memccpy_0300", rev, NULL); in memccpy_0300()
|
D | memrchr.c | 40 EXPECT_PTREQ("memrchr_0100", ret, NULL); in memrchr_0100() 52 EXPECT_PTREQ("memrchr_0200", ret, NULL); in memrchr_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | uselocale_sup.c | 34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100() 53 EXPECT_PTREQ("uselocale_0200", newLocale, NULL); in uselocale_0200() 60 EXPECT_PTREQ("uselocale_0200", usenow, LC_GLOBAL_LOCALE); in uselocale_0200() 62 EXPECT_PTREQ("uselocale_0200", it, newLocale); in uselocale_0200()
|
/third_party/musl/libc-test/src/functionalext/locale/ |
D | uselocale.c | 34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100() 53 EXPECT_PTREQ("uselocale_0200", newLocale, NULL); in uselocale_0200() 60 EXPECT_PTREQ("uselocale_0200", usenow, LC_GLOBAL_LOCALE); in uselocale_0200() 62 EXPECT_PTREQ("uselocale_0200", it, newLocale); in uselocale_0200()
|
D | newlocale.c | 128 EXPECT_PTREQ("newlocale_0500", newlocale_, NULL); in newlocale_0500()
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
D | ldso_randomization_test.c | 95 EXPECT_PTREQ(__FUNCTION__, handle, 0); in dlopen_randomization_0300() 117 EXPECT_PTREQ(__FUNCTION__, ori_handle, handle); in dlopen_randomization_0400() 215 EXPECT_PTREQ(__FUNCTION__, handle, 0); in dlopen_ext_randomization_0300() 238 EXPECT_PTREQ(__FUNCTION__, ori_handle, handle); in dlopen_ext_randomization_0400() 360 EXPECT_PTREQ(__FUNCTION__, parent_sym, get_child_sym); in dlopen_ext_randomization_0900() 427 EXPECT_PTREQ(__FUNCTION__, handle, 0); in dlopen_ns_randomization_0300() 452 EXPECT_PTREQ(__FUNCTION__, ori_handle, handle); in dlopen_ns_randomization_0400() 505 EXPECT_PTREQ(__FUNCTION__, sym, NULL); in dlsym_randomization_0300() 527 EXPECT_PTREQ(__FUNCTION__, sym, NULL); in dlsym_randomization_0500() 550 EXPECT_PTREQ(__FUNCTION__, sym, NULL); in dlsym_randomization_0700()
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getspnam_r.c | 55 EXPECT_PTREQ("getspnam_r_0300", spwd, NULL); in getspnam_r_0200() 71 EXPECT_PTREQ("getspnam_r_0400", spwd, NULL); in getspnam_r_0300() 91 EXPECT_PTREQ("getspnam_r_0500", spwd, NULL); in getspnam_r_0400()
|
D | getpwent.c | 57 EXPECT_PTREQ("getpwnam_0200", ret, NULL); in getpwnam_0200() 82 EXPECT_PTREQ("getpwuid_0200", ret, NULL); in getpwuid_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
D | mkdtemp.c | 43 EXPECT_PTREQ("mkdtemp_0200", ret, NULL); in mkdtemp_0200() 55 EXPECT_PTREQ("mkdtemp_0300", ret, NULL); in mkdtemp_0300()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | proto.c | 103 EXPECT_PTREQ("getprotobyname_0200", ret, NULL); in getprotobyname_0200() 129 EXPECT_PTREQ("getprotobynumber_0200", ret, NULL); in getprotobynumber_0200()
|
D | inet_ntop.c | 95 EXPECT_PTREQ("inet_ntop_0500", ptr, NULL); in inet_ntop_0500() 109 EXPECT_PTREQ("inet_ntop_0600", ptr, NULL); in inet_ntop_0600()
|
D | getservbyname.c | 45 EXPECT_PTREQ("getservbyname_0200", se, NULL); in getservbyname_0200()
|
D | ns_parse.c | 225 EXPECT_PTREQ("ns_skiprr_0100", ptr, eom); in ns_skiprr_0100() 273 EXPECT_PTREQ("ns_parserr_0100", rr.rdata, NULL); in ns_parserr_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | realpath.c | 41 EXPECT_PTREQ("realpath_0200", ret, NULL); in realpath_0200()
|
D | ptsname.c | 56 EXPECT_PTREQ("ptsname_0200", aslavename, NULL); in ptsname_0200()
|
D | hasmntopt.c | 49 EXPECT_PTREQ("hasmntopt_0100", ret, NULL); in hasmntopt_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
D | lfind.c | 57 EXPECT_PTREQ("lfind_0200", ret, NULL); in lfind_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_getstack.c | 56 EXPECT_PTREQ("pthread_attr_getstack_0200", stack, retstack); in pthread_attr_getstack_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/env/ |
D | putenv.c | 62 EXPECT_PTREQ("putenv_0200", test, NULL); in putenv_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/malloc/ |
D | realloc.c | 56 EXPECT_PTREQ("realloc_0300", ret, NULL); in realloc_0300()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fgetws.c | 64 EXPECT_PTREQ("fgetws_0200", ch, NULL); in fgetws_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | mremap.c | 49 EXPECT_PTREQ("mremap_0100", map_new, map); in mremap_0100()
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_dlsym.c | 103 EXPECT_PTREQ(__FUNCTION__, test_e, NULL); in dlns_dlsym_0100()
|