/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_ldso_ld_log.c | 19 typedef void (*TEST_FUN)(void); typedef 32 TEST_FUN G_Fun_Array[] = { 38 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | unit_test_fatal_message.c | 27 typedef void (*TEST_FUN)(void); typedef 53 TEST_FUN G_Fun_Array[] = { 59 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | unit_test_ldso_strops.c | 19 typedef void (*TEST_FUN)(void); typedef 86 TEST_FUN G_Fun_Array[] = { 96 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | alarm.c | 20 typedef void (*TEST_FUN)(); typedef 40 TEST_FUN G_Fun_Array[] = { 46 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | fdatasync.c | 20 typedef void (*TEST_FUN)(); typedef 78 TEST_FUN G_Fun_Array[] = { 86 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | fchown.c | 25 typedef void (*TEST_FUN)(); typedef 108 TEST_FUN G_Fun_Array[] = { 118 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | access.c | 20 typedef void (*TEST_FUN)(); typedef 170 TEST_FUN G_Fun_Array[] = { 183 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | atof.c | 21 typedef void (*TEST_FUN)(); typedef 41 TEST_FUN G_Fun_Array[] = { 47 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | atoi.c | 19 typedef void (*TEST_FUN)(); typedef 196 TEST_FUN G_Fun_Array[] = { 215 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/ |
D | isatty.c | 20 typedef void (*TEST_FUN)(); typedef 47 TEST_FUN G_Fun_Array[] = { 54 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | inet_addr.c | 19 typedef void (*TEST_FUN)(); typedef 59 TEST_FUN G_Fun_Array[] = { 67 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | inet_ntop.c | 19 typedef void (*TEST_FUN)(); typedef 112 TEST_FUN G_Fun_Array[] = { 123 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
D | __signbit.c | 19 typedef void (*TEST_FUN)(); typedef 59 TEST_FUN G_Fun_Array[] = { 67 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | finite.c | 19 typedef void (*TEST_FUN)(); typedef 89 TEST_FUN G_Fun_Array[] = { 100 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/info/ |
D | application_target_sdk_version_test.c | 26 typedef void (*TEST_FUN)(void); typedef 65 TEST_FUN G_Fun_Array[] = { 73 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
D | __ctype_get_mb_cur_max.c | 20 typedef void (*TEST_FUN)(); typedef 63 TEST_FUN G_Fun_Array[] = { 71 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/sched/ |
D | sched_setparam.c | 23 typedef void (*TEST_FUN)(void); typedef 62 TEST_FUN G_Fun_Array[] = { 69 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
D | gethostbyname_r.c | 25 typedef void (*TEST_FUN)(); typedef 71 TEST_FUN G_Fun_Array[] = { 78 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | gethostbyname2.c | 25 typedef void (*TEST_FUN)(); typedef 93 TEST_FUN G_Fun_Array[] = { 102 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fgetpos.c | 20 typedef void (*TEST_FUN)(); typedef 71 TEST_FUN G_Fun_Array[] = { 78 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | asprintf.c | 21 typedef void (*TEST_FUN)(); typedef 167 TEST_FUN G_Fun_Array[] = { 181 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | fread.c | 21 typedef void (*TEST_FUN)(); typedef 157 TEST_FUN G_Fun_Array[] = { 167 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fchmod.c | 20 typedef void (*TEST_FUN)(); typedef 73 TEST_FUN G_Fun_Array[] = { 81 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
D | lstat.c | 25 typedef void (*TEST_FUN)(); typedef 115 TEST_FUN G_Fun_Array[] = { 124 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | ioctl.c | 38 typedef void (*TEST_FUN)(); typedef 121 TEST_FUN G_Fun_Array[] = { 128 int num = sizeof(G_Fun_Array) / sizeof(TEST_FUN); in main()
|