Home
last modified time | relevance | path

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

/bionic/tests/
Dnl_types_test.cpp23 nl_catd cat = catopen("/does/not/exist", NL_CAT_LOCALE); in TEST() local
24 ASSERT_EQ(reinterpret_cast<nl_catd>(-1), cat); in TEST()
26 ASSERT_STREQ("hello, world!", catgets(cat, NL_SETD, 0, "hello, world!")); in TEST()
29 ASSERT_EQ(-1, catclose(cat)); in TEST()
/bionic/benchmarks/linker_relocation/
Drun_bench_with_ninja.sh32 cat <<EOF
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1615 cat_t cat; in categorize() local
1630 cat = g->ncategories++; in categorize()
1631 cats[c] = cat; in categorize()
1634 cats[c2] = cat; in categorize()