Searched refs:getsubopt_0100 (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getsubopt.c | 22 * @tc.name : getsubopt_0100 26 void getsubopt_0100(void) in getsubopt_0100() function 33 EXPECT_EQ("getsubopt_0100", 0, getsubopt(&subopts, tokens, &value)); in getsubopt_0100() 34 EXPECT_STREQ("getsubopt_0100", "0100", value); in getsubopt_0100() 49 EXPECT_EQ("getsubopt_0100", -1, getsubopt(&subopts, tokens, &value)); in getsubopt_0200() 54 getsubopt_0100(); in main()
|
Completed in 1 milliseconds