| /freebsd-14-stable/contrib/pjdfstest/ |
| HD | configure.ac | 24 [AC_DEFINE([HAVE_BINDAT], [1], [Define if bindat exists])]) 26 [AC_DEFINE([HAVE_CHFLAGS], [1], [Define if chflags exists])]) 28 [AC_DEFINE([HAVE_CHFLAGSAT], [1], [Define if chflagsat exists])]) 30 [AC_DEFINE([HAVE_CONNECTAT], [1], [Define if connectat exists])]) 32 [AC_DEFINE([HAVE_FACCESSAT], [1], [Define if faccessat exists])]) 34 [AC_DEFINE([HAVE_FCHFLAGS], [1], [Define if fchflags exists])]) 36 [AC_DEFINE([HAVE_FCHMODAT], [1], [Define if fchmodat exists])]) 38 [AC_DEFINE([HAVE_FCHOWNAT], [1], [Define if fchownat exists])]) 40 [AC_DEFINE([HAVE_FSTATAT], [1], [Define if fstatat exists])]) 42 [AC_DEFINE([HAVE_LCHFLAGS], [1], [Define if lchflags exists])]) [all …]
|
| /freebsd-14-stable/contrib/bmake/unit-tests/ |
| HD | cond-func-exists.mk | 5 .if !exists(.) 11 .if exists(".") 15 .if exists('.') 22 .if exists(\.) 26 .if !exists(${:U.}) 32 .if !exists(${.PARSEDIR}/${.PARSEFILE}) 37 .if !exists( . ) 44 _!= > cond-func-exists.just-created 45 .if exists(cond-func-exists.just-created) 48 _!= rm cond-func-exists.just-created
|
| HD | varname-vpath.exp | 2 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"
|
| HD | varname-dot-curdir.mk | 12 .if !exists(${.CURDIR}) 15 .if !exists(${.CURDIR}/) 18 .if !exists(${.CURDIR}/.) 21 .if !exists(${.CURDIR}/..)
|
| HD | varname-vpath.mk | 31 . if exists(file-in-subdirectory) 34 . if exists(file2-in-subdirectory) 39 : ${exists(file-in-subdirectory):L:?yes 1:no 1} 40 : ${exists(file2-in-subdirectory):L:?yes 2:no 2}
|
| HD | cmd-interrupt.mk | 28 @echo ${.TARGET}: ${exists(././cmd-interrupt-ordinary) :? error : ok } 33 @echo ${.TARGET}: ${exists(././cmd-interrupt-phony) :? ok : error } 38 @echo ${.TARGET}: ${exists(././cmd-interrupt-precious) :? ok : error }
|
| /freebsd-14-stable/sys/dev/acpi_support/ |
| HD | acpi_fujitsu.c | 99 int exists; member 284 if(sc->gmou.exists) { in acpi_fujitsu_resume() 355 int i, exists; in acpi_fujitsu_init() local 385 exists = sc->gmou.exists; in acpi_fujitsu_init() 388 exists = sc->gbll.exists; in acpi_fujitsu_init() 391 exists = sc->gbls.exists; in acpi_fujitsu_init() 395 exists = sc->gvol.exists; in acpi_fujitsu_init() 398 exists = sc->rvol.exists; in acpi_fujitsu_init() 401 exists = sc->rbll.exists; in acpi_fujitsu_init() 405 exists = 1; in acpi_fujitsu_init() [all …]
|
| /freebsd-14-stable/sys/contrib/openzfs/config/ |
| HD | kernel-inode-times.m4 | 86 AC_MSG_CHECKING([whether timestamp_truncate() exists]) 90 [timestamp_truncate() exists]) 95 AC_MSG_CHECKING([whether inode_get_ctime() exists]) 99 [inode_get_ctime() exists in linux/fs.h]) 104 AC_MSG_CHECKING([whether inode_set_ctime_to_ts() exists]) 108 [inode_set_ctime_to_ts() exists in linux/fs.h]) 113 AC_MSG_CHECKING([whether inode_get_atime() exists]) 117 [inode_get_atime() exists in linux/fs.h]) 122 AC_MSG_CHECKING([whether inode_set_atime_to_ts() exists]) 126 [inode_set_atime_to_ts() exists in linux/fs.h]) [all …]
|
| HD | kernel-blkdev.m4 | 78 AC_MSG_CHECKING([whether blkdev_get_by_path() exists and takes 3 args]) 83 AC_MSG_CHECKING([whether blkdev_get_by_path() exists and takes 4 args]) 86 [blkdev_get_by_path() exists and takes 4 args]) 90 AC_MSG_CHECKING([whether bdev_open_by_path() exists]) 93 [bdev_open_by_path() exists]) 97 AC_MSG_CHECKING([whether bdev_file_open_by_path() exists]) 100 [bdev_file_open_by_path() exists]) 190 AC_MSG_CHECKING([whether blkdev_put() exists]) 193 AC_DEFINE(HAVE_BLKDEV_PUT, 1, [blkdev_put() exists]) 203 AC_MSG_CHECKING([whether bdev_release() exists]) [all …]
|
| HD | kernel-make-request-fn.m4 | 86 AC_MSG_CHECKING([whether blk_alloc_disk() exists]) 89 AC_DEFINE([HAVE_BLK_ALLOC_DISK], 1, [blk_alloc_disk() exists]) 95 AC_MSG_CHECKING([whether blk_cleanup_disk() exists]) 99 [blk_cleanup_disk() exists]) 111 AC_MSG_CHECKING([whether blk_alloc_disk() exists and takes 2 args]) 114 AC_DEFINE([HAVE_BLK_ALLOC_DISK_2ARG], 1, [blk_alloc_disk() exists and takes 2 args]) 134 AC_MSG_CHECKING([whether blk_cleanup_disk() exists]) 138 [blk_cleanup_disk() exists])
|
| HD | kernel-register_sysctl_table.m4 | 19 AC_MSG_CHECKING([whether register_sysctl_table exists]) 23 [register_sysctl_table exists]) 45 AC_MSG_CHECKING([whether register_sysctl_sz exists]) 49 [register_sysctl_sz exists])
|
| /freebsd-14-stable/contrib/bmake/mk/ |
| HD | srctop.mk | 23 .elif exists(${SB}/src) 51 .if defined(SRCTOP) && exists(${SRCTOP}/.) 57 .if defined(MAKEOBJDIRPREFIX) && exists(${MAKEOBJDIRPREFIX}${SRCTOP}) 59 .elif (exists(${SRCTOP}/Makefile) || exists(${SRCTOP}/makefile))
|
| HD | autoconf.mk | 31 .if exists(${.OBJDIR}/config.status) 62 .if exists(${AUTOCONF}) 69 .if exists(${.CURDIR}/aclocal.m4) 73 .if exists(${.CURDIR}/acconfig.h)
|
| /freebsd-14-stable/share/mk/ |
| HD | bsd.sysdir.mk | 9 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk) 14 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \ 15 !exists(${SYSDIR}/conf/kmod.mk)
|
| HD | bsd.arch.inc.mk | 5 .if exists(${.CURDIR}/Makefile.${MACHINE}) 7 .elif exists(${.CURDIR}/Makefile.${MACHINE_ARCH}) 9 .elif exists(${.CURDIR}/Makefile.${MACHINE_CPUARCH})
|
| HD | bsd.obj.mk | 64 .if !exists(${.OBJDIR}/${_dir}/) 113 !(defined(MAKEOBJDIRPREFIX) && exists(${CANONICALOBJDIR}/)) && \ 114 !(defined(MAKEOBJDIR) && exists(${MAKEOBJDIR}/)) 117 .elif exists(${.CURDIR}/obj.${MACHINE}/) || exists(${.CURDIR}/obj/) 167 .if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/) && \
|
| /freebsd-14-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_uverbs_uapi.c | 37 size_t alloc_size, bool *exists) in uapi_add_get_elm() argument 43 *exists = false; in uapi_add_get_elm() 53 *exists = true; in uapi_add_get_elm() 65 bool exists; in uapi_create_write() local 73 &exists); in uapi_create_write() 77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex))) in uapi_create_write() 108 bool exists; in uapi_merge_method() local 114 &exists); in uapi_merge_method() 117 if (exists) { in uapi_merge_method() 177 bool exists; in uapi_merge_obj_tree() local [all …]
|
| /freebsd-14-stable/etc/mail/ |
| HD | Makefile | 92 .if exists(/usr/share/sendmail/cf) 94 .elif exists(/usr/src/contrib/sendmail/cf) 130 .if exists(${_f}) 139 .if (exists(${_f}.sample) && !exists(${_f})) 240 .if exists(Makefile.local)
|
| /freebsd-14-stable/contrib/llvm-project/lld/MachO/ |
| HD | DriverUtils.cpp | 133 if (fs::exists(s)) in rewritePath() 141 if (rerootPath(s) == s && fs::exists(s)) in rewriteInputPath() 208 bool tbdExists = fs::exists(tbdPath); in resolveDylibPath() 213 bool dylibExists = fs::exists(dylibPath); in resolveDylibPath() 282 bool exists = fs::exists(location); in findPathCombination() local 283 searchedDylib(location, exists); in findPathCombination() 284 if (exists) in findPathCombination() 308 if (fs::exists(stat)) in getModTime() 324 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
|
| /freebsd-14-stable/share/i18n/csmapper/ |
| HD | Makefile.part | 5 .if exists(${PARTFILE}) 23 .if !exists(mapper.dir.${ESUBDIR}.src) 41 .if !exists(charset.pivot.${ESUBDIR}.src) 59 .if exists(${TABLENAME:S@%%PART%%@${i}@:S/:/@/}.src) 63 .if exists(${RTABLENAME:S@%%PART%%@${i}@:S/:/@/}.src)
|
| /freebsd-14-stable/tools/tools/vop_table/ |
| HD | vop_table.tcl | 114 if {![info exists op([list $i $j])]} { 121 if {[info exists fnames($t)]} { 134 if {![info exists nop($t)]} { 147 if {![info exists op([list $i $j])]} { 194 if {![info exists op([list $i $j])]} { 201 if {![info exists op([list default_vnodeop $j])]} {
|
| /freebsd-14-stable/contrib/kyua/store/ |
| HD | migrate_test.cpp | 50 ATF_REQUIRE(fs::exists(fs::path("test.db"))); in ATF_TEST_CASE_BODY() 51 ATF_REQUIRE(fs::exists(fs::path("test.db.v13.backup"))); in ATF_TEST_CASE_BODY() 62 ATF_REQUIRE(fs::exists(fs::path("test.db"))); in ATF_TEST_CASE_BODY() 63 ATF_REQUIRE(fs::exists(fs::path("test.db.v1.backup"))); in ATF_TEST_CASE_BODY()
|
| /freebsd-14-stable/release/ |
| HD | Makefile.ec2 | 35 .if !exists(/usr/local/bin/bsdec2-image-upload) 43 .if !exists(/usr/local/bin/bsdec2-image-upload) 44 . if !exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile) 45 . if !exists(/usr/local/sbin/pkg-static) 65 .if !defined(AWSKEYFILE) || !exists(${AWSKEYFILE})
|
| /freebsd-14-stable/usr.bin/compress/ |
| HD | compress.c | 201 int exists, isreg, oreg; in compress() local 204 exists = !stat(out, &sb); in compress() 205 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) in compress() 207 isreg = oreg = !exists || S_ISREG(sb.st_mode); in compress() 291 int exists, isreg, oreg; in decompress() local 294 exists = !stat(out, &sb); in decompress() 295 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) in decompress() 297 isreg = oreg = !exists || S_ISREG(sb.st_mode); in decompress()
|
| /freebsd-14-stable/contrib/ntp/scripts/ntptrace/ |
| HD | ntptrace.in | 62 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}))) {
|