Home
last modified time | relevance | path

Searched refs:EXPECT_LONGEQ (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/legacy/
Dulimit.c36 EXPECT_LONGEQ("ulimit_0100", MAX_FILE_SIZE, result); in ulimit_0100()
53 EXPECT_LONGEQ("ulimit_0200", MAX_FILE_SIZE, result); in ulimit_0200()
70 EXPECT_LONGEQ("ulimit_0300", -1, result); in ulimit_0300()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c77 EXPECT_LONGEQ("ns_get32_0100", ret, getresult); in ns_get32_0100()
110 EXPECT_LONGEQ("ns_put32_0100", from[i], to[i]); in ns_put32_0100()
/third_party/musl/libc-test/src/functionalext/common/
Dfunctionalext.h113 #define EXPECT_LONGEQ(fun, a, b) \ macro