Searched refs:cat (Results 1 – 3 of 3) sorted by relevance
25 nl_catd cat = catopen("/does/not/exist", NL_CAT_LOCALE); in TEST() local26 ASSERT_EQ(reinterpret_cast<nl_catd>(-1), cat); in TEST()28 ASSERT_STREQ("hello, world!", catgets(cat, NL_SETD, 0, "hello, world!")); in TEST()31 ASSERT_EQ(-1, catclose(cat)); in TEST()
9 cat >test.c <<EOF15 cat >test2.c <<EOF
32 cat <<EOF