Searched refs:INIT_LEN (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fopen.c | 22 const int32_t INIT_LEN = 0; variable 45 if (wrsize == INIT_LEN) { in fopen_0100() 46 EXPECT_EQ("fopen_0100", wrsize, INIT_LEN); in fopen_0100() 63 if (wrsize == INIT_LEN) { in fopen_0100() 101 if (wrsize == INIT_LEN) { in fopen_0300() 102 EXPECT_EQ("fopen_0300", wrsize, INIT_LEN); in fopen_0300() 110 EXPECT_EQ("fopen_0300", rsize, INIT_LEN); in fopen_0300() 132 if (wrsize == INIT_LEN) { in fopen_0400() 133 EXPECT_EQ("fopen_0400", wrsize, INIT_LEN); in fopen_0400() 140 EXPECT_EQ("fopen_0400", rsize, INIT_LEN); in fopen_0400() [all...] |
H A D | fflush.c | 20 const int32_t INIT_LEN = 0; variable 30 EXPECT_EQ("fflush_0100", ret, INIT_LEN); in fflush_0100() 44 EXPECT_EQ("fflush_0200", ret, INIT_LEN); in fflush_0200() 58 EXPECT_EQ("fflush_0300", ret, INIT_LEN); in fflush_0300() 75 EXPECT_EQ("fflush_0400", ret, INIT_LEN); in fflush_0400() 91 EXPECT_EQ("fflush_0500", ret, INIT_LEN); in fflush_0500()
|
H A D | _flushlbf.c | 20 const int32_t INIT_LEN = 0; variable 42 EXPECT_EQ("flushlbf_0100", rsize, INIT_LEN); in flushlbf_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_create.c | 22 const int32_t INIT_LEN = 0; variable 48 EXPECT_EQ("pthread_create_0100", ret, INIT_LEN); in pthread_create_0100() 62 EXPECT_EQ("pthread_create_0200", ret, INIT_LEN); in pthread_create_0200() 78 EXPECT_EQ("pthread_create_0300", ret, INIT_LEN); in pthread_create_0300() 107 EXPECT_EQ("pthread_create_0400", ret, INIT_LEN); in pthread_create_0400() 123 EXPECT_EQ("pthread_create_0500", ret, INIT_LEN); in pthread_create_0500()
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ |
H A D | a_gnu_Unwind_Find_exidx.c | 22 const int32_t INIT_LEN = 0; variable 32 uintptr_t pc = INIT_LEN; in a_gnu_Unwind_Find_exidx_0100() 35 EXPECT_EQ("a_gnu_Unwind_Find_exidx_0100", ret, INIT_LEN); in a_gnu_Unwind_Find_exidx_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/exit/ |
H A D | a_cxa_atexit.c | 21 const int32_t INIT_LEN = 0; variable 35 EXPECT_EQ("cxa_atexit_0100", ret, INIT_LEN); in cxa_atexit_0100() 46 int32_t var = INIT_LEN; in cxa_atexit_0200()
|
H A D | a_cxa_finalize.c | 21 const int32_t INIT_LEN = 0; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strlen.c | 20 const int INIT_LEN = 0; variable 56 int srcLen = INIT_LEN; in strlen_0300()
|
H A D | memchr.c | 20 const int INIT_LEN = 0; variable 84 char *findch = (char *)memchr(srcstring, 'u', INIT_LEN); in memchr_0500()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/env/ |
H A D | a_stack_chk_fail.c | 22 const int32_t INIT_LEN = 0; variable
|
Completed in 3 milliseconds