HomeSort by: relevance | last modified time | path
    Searched defs:testfile (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/kqueue/
t_vnode.c 512 static const char testfile[] = "testfile"; variable in typeref:typename:const char[]
524 char buf[sizeof(testfile)];
534 ATF_REQUIRE((fd = open(testfile,
548 ATF_REQUIRE((fd = open(testfile, O_RDWR)) != -1);
552 ATF_REQUIRE((pwrite(fd, testfile,
553 sizeof(testfile), 0)) == sizeof(testfile));
558 ATF_REQUIRE((pwrite(fd, testfile,
559 sizeof(testfile), 0)) == sizeof(testfile))
    [all...]
  /src/usr.bin/vndcompress/
Makefile 236 .for testfile in ${TESTFILES}
238 CLEANFILES+= ${testfile}.${suffix}
239 CLEANFILES+= ${testfile}.${suffix}.tmp
242 CHECKS.${testfile}+= check-${testfile}.${left}-${right}
243 check-${testfile}.${left}-${right}: .PHONY \
244 ${testfile}.${left} ${testfile}.${right}
245 . if empty(XFAIL:M${testfile}.${left}-${right})
246 cmp ${testfile}.${left} ${testfile}.${right
    [all...]

Completed in 13 milliseconds