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

/freebsd-current/tools/test/stress2/misc/
H A Ddumpfs.sh56 mv file1 filea
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_partial_dataset.ksh54 log_must mkfile 1m $mntpnt/filea
/freebsd-current/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-current/contrib/diff/src/
H A Ddiff3.c923 process_diff (char const *filea,
937 diff_limit = read_diff (filea, fileb, &diff_contents);
977 /* Allocate space for the pointers for the lines from filea, and
1138 read_diff (char const *filea,
1163 *ap++ = filea;
1202 + quote_system_arg (0, filea) + 1
1218 p += quote_system_arg (p, filea);
919 process_diff(char const *filea, char const *fileb, struct diff_block **last_block) argument
1134 read_diff(char const *filea, char const *fileb, char **output_placement) argument

Completed in 134 milliseconds