Home | History | Annotate | Download | only in tests

Lines Matching refs:confstr

929 TEST(MemorySanitizer, confstr) {
931 size_t res = confstr(_CS_PATH, buf, sizeof(buf));
937 res = confstr(_CS_PATH, buf2, sizeof(buf2));