Home
last modified time | relevance | path

Searched refs:INFILE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dcopy_file_range.cc11 #define INFILE "infile" macro
31 CreateFile(TmpFile(TOPDIR "/" INFILE)); in CopyFileRangeTest()
36 unlink(TmpFile(TOPDIR "/" INFILE)); in ~CopyFileRangeTest()
56 int fd = openat(wd_, INFILE, O_RDONLY); in openInFile()
/freebsd/crypto/openssl/util/
H A Dwithlibctx.pl23 open(INFILE, $file);
24 processfile(\*INFILE);