Searched defs:contents (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-current/contrib/kyua/integration/helpers/
H A Drace.cpp77 const std::string contents = F("%s") % ::getpid(); local
85 output << contents; local
/freebsd-current/contrib/netbsd-tests/usr.bin/shmif_dumpbus/
H A Dt_basic.sh59 contents() function
/freebsd-current/share/examples/tests/tests/atf/
H A Dprintf_test.c129 const char *contents = "This is a message\n"; local
/freebsd-current/share/examples/tests/tests/plain/
H A Dprintf_test.c81 const char *contents = "This is a message\n"; local
/freebsd-current/contrib/kyua/utils/
H A Dstream_test.cpp109 const char* contents = "These are\nsome file contents"; local
135 std::string contents; local
[all...]
H A Dstacktrace_test.cpp219 create_script(const char* script, const std::string& contents) argument
/freebsd-current/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c43 assert_stream(const wchar_t *contents) argument
H A Dopen_memstream2_test.c43 assert_stream(const char *contents) argument
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_sparse.c27 struct contents { struct
164 struct contents *contents; member in struct:archive_contents
[all...]
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp80 const char* contents = "Some random contents"; local
/freebsd-current/share/examples/tests/tests/tap/
H A Dprintf_test.c132 const char *contents = "This is a message\n"; local
/freebsd-current/contrib/capsicum-test/
H A Dfexecve.cc67 const char* contents = "#!/bin/sh\nexit 99\n"; variable
H A Dcopy_file_range.cc44 const char *contents = "lorem ipsum dolor sit amet"; local
H A Dopenat.cc20 static void CreateFile(const char *filename, const char *contents) { argument
/freebsd-current/contrib/atf/atf-c++/
H A Dutils.cpp48 atf::utils::compare_file(const std::string& path, const std::string& contents) argument
54 atf::utils::create_file(const std::string& path, const std::string& contents) argument
/freebsd-current/tests/sys/fs/fusefs/
H A Dfsync.cc77 void expect_write(uint64_t ino, uint64_t size, const void *contents) argument
H A Dnotify.cc94 expect_write(uint64_t ino, uint64_t offset, uint64_t size, const void *contents) argument
/freebsd-current/contrib/kyua/store/
H A Dwrite_transaction_test.cpp265 const char contents[] = "This is a test!"; local
H A Dwrite_transaction.cpp174 const std::string contents = utils::read_stream(input); local
/freebsd-current/contrib/kyua/engine/
H A Dtap_parser_test.cpp54 do_parse(const std::string& contents) argument
58 output << contents; local
/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h54 InitialCmdEntry(std::string contents, bool in_is_file, argument
59 std::string contents; member in struct:Driver::OptionData::InitialCmdEntry
/freebsd-current/sys/dev/bxe/
H A Dbxe_debug.c228 bxe_dump_mbuf_data(struct bxe_softc *sc, char *tag, struct mbuf *m, uint8_t contents) argument
/freebsd-current/usr.bin/mkimg/
H A Dmkimg.h36 char *contents; /* Contents/size specification. */ member in struct:part
/freebsd-current/contrib/kyua/utils/fs/
H A Doperations_test.cpp531 const std::string contents = utils::read_file(cookie); local
532 std::cerr << "Read contents: " << contents << '\n'; local
692 const std::set< fs::directory_entry > contents = fs::scan_directory( local
/freebsd-current/contrib/atf/atf-c/
H A Dutils.c146 atf_utils_compare_file(const char *name, const char *contents) argument
208 atf_utils_create_file(const char *name, const char *contents, ...) argument
[all...]

Completed in 431 milliseconds

123