Searched refs:exists (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-vpath.exp2 CondParser_Eval: exists(file-in-subdirectory)
3 exists(file-in-subdirectory) result is ""
4 CondParser_Eval: exists(file2-in-subdirectory)
5 exists(file2-in-subdirectory) result is ""
6 CondParser_Eval: exists(file-in-subdirectory)
7 exists(file-in-subdirectory) result is "varname-vpath.dir/file-in-subdirectory"
9 CondParser_Eval: exists(file2-in-subdirectory)
10 exists(file2-in-subdirectory) result is "varname-vpath.dir2/file2-in-subdirectory"
H A Dcond-short.exp2 expected and exists
8 expected or exists
H A Dvarname-dot-curdir.mk6 # In all normal situations, the current directory exists, and its name can
12 .if !exists(${.CURDIR})
15 .if !exists(${.CURDIR}/)
18 .if !exists(${.CURDIR}/.)
21 .if !exists(${.CURDIR}/..)
/freebsd-current/tests/sys/compat32/
H A DMakefile2 .if exists(${.CURDIR}/${MACHINE_ARCH})
/freebsd-current/secure/lib/
H A DMakefile.inc3 .if exists(${.CURDIR:H:H:H}/lib/Makefile.inc)
/freebsd-current/crypto/openssl/test/recipes/
H A D99-test_ecstress.t21 if ! exists $ENV{'ECSTRESS'};
/freebsd-current/contrib/dma/
H A DMakefile.etc8 .if !exists(${DESTDIR}/etc/dma/auth.conf)
11 .if !exists(${DESTDIR}/etc/dma/dma.conf)
/freebsd-current/share/mk/
H A Dbsd.sysdir.mk9 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
14 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
15 !exists(${SYSDIR}/conf/kmod.mk)
/freebsd-current/contrib/one-true-awk/testdir/
H A Dt.8.y5 # and thus only $1 exists (and it's null).
/freebsd-current/lib/csu/tests/
H A DMakefile.tests8 .if exists(${.CURDIR:H:H}/${MACHINE_ARCH})
/freebsd-current/secure/
H A DMakefile.inc2 .if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_fujitsu.c99 int exists; member in struct:int_nameval
284 if(sc->gmou.exists) {
355 int i, exists;
385 exists = sc->gmou.exists;
388 exists = sc->gbll.exists;
391 exists = sc->gbls.exists;
395 exists
357 int i, exists; local
[all...]
/freebsd-current/lib/csu/
H A DMakefile4 .if exists(${.CURDIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
/freebsd-current/usr.bin/bmake/
H A DMakefile.inc12 .if exists(${.CURDIR}/tests)
23 .if defined(MK_TESTS) && ${MK_TESTS} != no && exists(${.CURDIR}/tests)
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros_test.cpp294 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
295 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
308 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
309 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
323 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
324 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
355 ATF_REQUIRE(atf::fs::exists(before));
358 ATF_REQUIRE(atf::fs::exists(after));
362 ATF_REQUIRE(!atf::fs::exists(after));
405 ATF_REQUIRE(atf::fs::exists(befor
[all...]
/freebsd-current/contrib/smbfs/lib/
H A DMakefile7 #.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnls.a)
11 #.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnb.a)
15 .if defined(COMPLETEBUILD) || !exists(/usr/lib/libsmb.a)
H A DMakefile.inc7 .if !exists(${SYSDIR}/netsmb/smb.h)
/freebsd-current/contrib/sendmail/contrib/
H A Dlink_hash.sh23 echo link $H to $C exists
/freebsd-current/sys/conf/
H A DMakefile.i38622 .if exists(./@/.)
/freebsd-current/stand/
H A Dveriexec.mk2 .if exists(${VERSION_FILE}.veriexec)
/freebsd-current/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in62 return if not exists $info->{stratum};
64 if (not (exists $info->{offset} && looks_like_number($info->{offset}))) {
68 if (not (exists $info->{rootdisp} && looks_like_number($info->{rootdisp}))) {
71 if (not (exists $info->{rootdelay} && looks_like_number($info->{rootdelay}))) {
/freebsd-current/contrib/kyua/store/
H A Dmigrate_test.cpp50 ATF_REQUIRE(fs::exists(fs::path("test.db")));
51 ATF_REQUIRE(fs::exists(fs::path("test.db.v13.backup")));
62 ATF_REQUIRE(fs::exists(fs::path("test.db")));
63 ATF_REQUIRE(fs::exists(fs::path("test.db.v1.backup")));
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.exists.ksh21 # zfs.exists should accurately report whether a dataset exists, and
36 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.exists.zcp \
41 $TESTPOOL - <<<"return zfs.exists('rpool')"
43 log_pass "zfs.exists() gives correct results"
/freebsd-current/usr.bin/patch/
H A Dpch.h36 bool exists; member in struct:file_name
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp442 ATF_TEST_CASE(exists);
443 ATF_TEST_CASE_HEAD(exists)
445 set_md_var("descr", "Tests the exists function");
447 ATF_TEST_CASE_BODY(exists)
449 using atf::fs::exists;
454 ATF_REQUIRE( exists(path("files")));
455 ATF_REQUIRE(!exists(path("file")));
456 ATF_REQUIRE(!exists(path("files2")));
458 ATF_REQUIRE( exists(path("files/.")));
459 ATF_REQUIRE( exists(pat
[all...]

Completed in 322 milliseconds

1234567891011>>