Searched refs:get3 (Results 1 – 5 of 5) sorted by relevance
216 char *get3 = fgets(buf, sizeof(buf), fp); in stdio_dynamic_chk_006() local217 EXPECT_TRUE(get3 != NULL); in stdio_dynamic_chk_006()218 EXPECT_TRUE(strcmp("hello boy!", get3) == 0); in stdio_dynamic_chk_006()
98 public C3 get3() { in get3() method in Row
82 public C3 get3() { in get3() method in Row
509 … UI.append("\t ").append(item.get1().toString()).append(ARROW).append(item.get3().toString()); in showIndex()
506 … UI.append("\t ").append(item.get1().toString()).append(ARROW).append(item.get3().toString()); in showIndex()