Home
last modified time | relevance | path

Searched defs:test_buf (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
H A Dunderflow.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() function
45 test_buf f(bs.rdbuf()); in main() argument
H A Doverflow.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
H A Dseekoff.pass.cpp39 typedef std::wbuffer_convert<test_codecvt> test_buf; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() function
45 test_buf f(bs.rdbuf()); in main() argument
H A Dunderflow.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
H A Doverflow.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
H A Dseekoff.pass.cpp39 typedef std::wbuffer_convert<test_codecvt> test_buf; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp20 struct test_buf struct
39 test_buf<char> f; in main() argument
H A Dunderflow.pass.cpp22 struct test_buf struct
40 test_buf<char> f; in main() argument
H A Doverflow.pass.cpp22 struct test_buf struct
41 test_buf<char> f; in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp20 struct test_buf struct
39 test_buf<char> f; in main() argument
H A Dunderflow.pass.cpp22 struct test_buf struct
40 test_buf<char> f; in main() argument
H A Doverflow.pass.cpp22 struct test_buf struct
41 test_buf<char> f; in main() argument
/minix3/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_locl.h120 const char *test_buf; /* Input: test string to verify against */ member
H A Dui_lib.c161 const char *test_buf) in general_allocate_string()
261 const char *test_buf) in UI_add_verify_string()
270 const char *test_buf) in UI_dup_verify_string()
/minix3/minix/tests/
H A Dtest87.c2953 test_buf(char * buf, unsigned char c, size_t size, int set) in test_buf() function