Searched refs:filea (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_partial_dataset.ksh54 log_must mkfile 1m $mntpnt/filea
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dchild_test.cpp487 const fs::path filea("fileA.txt");
490 atf::utils::create_file(filea.str(), "Initial stdout\n");
494 child_simple_functor(16, "a functor"), filea, fileb);
499 ATF_REQUIRE( atf::utils::grep_file("^Initial stdout$", filea.str()));
502 ATF_REQUIRE( atf::utils::grep_file("^To stdout: a functor$", filea.str()));
506 ATF_REQUIRE(!atf::utils::grep_file("^Initial stderr$", filea.str()));
509 ATF_REQUIRE(!atf::utils::grep_file("^To stderr: a functor$", filea.str()));
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c924 process_diff (char const *filea,
938 diff_limit = read_diff (filea, fileb, &diff_contents);
978 /* Allocate space for the pointers for the lines from filea, and
1139 read_diff (char const *filea,
1164 *ap++ = filea;
1203 + quote_system_arg (0, filea) + 1
1219 p += quote_system_arg (p, filea);
920 process_diff(char const *filea, char const *fileb, struct diff_block **last_block) argument
1135 read_diff(char const *filea, char const *fileb, char **output_placement) argument

Completed in 69 milliseconds