Home
last modified time | relevance | path

Searched refs:COUNT_ZERO (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfchown.c26 const int COUNT_ZERO = 0; variable
39 EXPECT_EQ("fchown_0100", result, COUNT_ZERO); in fchown_0100()
41 EXPECT_EQ("fchown_0100", buff.st_uid, COUNT_ZERO); in fchown_0100()
56 EXPECT_EQ("fchown_0200", result, COUNT_ZERO); in fchown_0200()
58 EXPECT_EQ("fchown_0200", buff.st_uid, COUNT_ZERO); in fchown_0200()
73 EXPECT_EQ("fchown_0300", result, COUNT_ZERO); in fchown_0300()
75 EXPECT_EQ("fchown_0300", buff.st_gid, COUNT_ZERO); in fchown_0300()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Disalpha.c19 const int32_t COUNT_ZERO = 0; variable
29 EXPECT_NE("isalpha_0100", ret, COUNT_ZERO); in isalpha_0100()
40 EXPECT_NE("isalpha_0200", ret, COUNT_ZERO); in isalpha_0200()
51 EXPECT_EQ("isalpha_0300", ret, COUNT_ZERO); in isalpha_0300()
62 EXPECT_EQ("isalpha_0400", ret, COUNT_ZERO); in isalpha_0400()
/third_party/musl/libc-test/src/functionalext/supplement/math/
H A D__signbit.c20 const int32_t COUNT_ZERO = 0; variable
32 EXPECT_EQ("_signbit_0100", result, COUNT_ZERO); in __signbit_0100()
44 EXPECT_EQ("_signbit_0200", result, COUNT_ZERO); in __signbit_0200()
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dselect.c29 const int32_t COUNT_ZERO = 0; variable
90 EXPECT_EQ("select_0300", result, COUNT_ZERO); in select_0300()
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgethostbyname_r.c26 const int32_t COUNT_ZERO = 0; variable

Completed in 1 milliseconds