Searched refs:exists (Results 26 - 50 of 249) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/bmake/mk/
H A Dautoconf.mk25 .if exists(${.OBJDIR}/config.status)
53 .if exists(${AUTOCONF})
60 .if exists(${.CURDIR}/aclocal.m4)
64 .if exists(${.CURDIR}/acconfig.h)
H A Dhost.libnames.mk25 .if exists($d/lib$x${HOST_LIBEXT})
H A Dnls.mk4 .if exists(${.CURDIR}/../Makefile.inc)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drename.c148 bfd_boolean exists; local
152 exists = lstat (to, &s) == 0;
158 if (exists)
171 if (! exists
181 if (exists)
/freebsd-9.3-release/libexec/rtld-elf/
H A DMakefile15 .if exists(${.CURDIR}/${MACHINE_ARCH})
54 .if exists(${.CURDIR}/${RTLD_ARCH}/Symbol.map)
64 .if exists(${DESTDIR}/usr/libexec/${PROG})
/freebsd-9.3-release/sys/modules/sound/sound/
H A DMakefile22 .if !exists(@)
29 .if !exists(@)
36 .if !exists(@)
/freebsd-9.3-release/gnu/usr.bin/groff/contrib/mm/
H A DMakefile26 .if !exists(${DESTDIR}${TMACDIR}/mm/${locale})
/freebsd-9.3-release/sys/modules/netgraph/
H A DMakefile61 .if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
/freebsd-9.3-release/tools/build/make_check/
H A DMakefile128 .if !exists(${.CURDIR}/) || !exists(${.CURDIR}/.) || !exists(${.CURDIR}/..)
129 .error exists() failed
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check83 if( !exists $ARGV[0] )
104 if( !exists $ARGV[0] )
/freebsd-9.3-release/sys/boot/ia64/common/
H A DMakefile39 .if !exists(${DESTDIR}/boot/loader.rc)
42 .if !exists(${DESTDIR}/boot/menu.rc)
/freebsd-9.3-release/sys/modules/cam/
H A DMakefile21 .if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
40 .if exists($S/${MACHINE}/${MACHINE}/ata_machdep.c)
/freebsd-9.3-release/usr.bin/compress/
H A Dcompress.c200 int exists, isreg, oreg; local
203 exists = !stat(out, &sb);
204 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
206 isreg = oreg = !exists || S_ISREG(sb.st_mode);
290 int exists, isreg, oreg; local
293 exists = !stat(out, &sb);
294 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
296 isreg = oreg = !exists || S_ISREG(sb.st_mode);
/freebsd-9.3-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in35 if (!exists $info->{status_line}{leap}) {
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk71 !(defined(MAKEOBJDIRPREFIX) && exists(${CANONICALOBJDIR}/)) && \
72 !(defined(MAKEOBJDIR) && exists(${MAKEOBJDIR}/))
75 .elif exists(${.CURDIR}/obj.${MACHINE}/) || exists(${.CURDIR}/obj/)
113 .if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/)
/freebsd-9.3-release/bin/ln/
H A Dln.c227 int ch, exists, first; local
291 * If the file exists, first check it is not the same directory entry.
293 exists = !lstat(target, &sb);
294 if (exists) {
305 if (fflag && exists) {
315 } else if (iflag && exists) {
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DLockFileManager.cpp25 /// \brief Attempt to read the lock file with the given name, if it exists.
32 // Check whether the lock file exists. If not, clearly there's nothing
35 if (sys::fs::exists(LockFileName, Exists) || !Exists)
77 // If the lock file already exists, don't bother to try to create our own
201 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists) {
211 if (!sys::fs::exists(FileName.str(), Exists) && Exists) {
/freebsd-9.3-release/lib/
H A DMakefile123 .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
125 .elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
127 .elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}/Makefile)
/freebsd-9.3-release/usr.bin/bmake/
H A DMakefile98 .if exists(${FILEMON_H}) && ${FILEMON_H:T} == "filemon.h"
115 .if make(${MAN}) || !exists(${srcdir}/${MAN})
155 .if !exists(.depend)
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DOSF1.mk33 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
89 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
H A DSunOS.mk58 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
110 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
/freebsd-9.3-release/sys/conf/
H A Dkmod.mk146 .if !exists(@)
217 .elif !exists(${.CURDIR}/${EXPORT_SYMS})
242 # Ensure that the links exist without depending on it when it exists which
245 .if !exists(${.OBJDIR}/${_link})
252 .if !defined(SYSDIR) && exists(${_dir}/kern/)
256 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/)
375 .if !exists(@)
388 .if !exists(@)
398 .if !exists(@)
415 .if !exists(
[all...]
/freebsd-9.3-release/tools/LibraryReport/
H A DLibraryReport.tcl100 if {![info exists Libs($lib)]} {
111 if {![info exists Libs($lib)]} {
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog403 $selectAddrs{$a} = $mask unless (exists ($selectAddrs{$a}) && ($selectAddrs{$a} < $mask));
518 next unless (exists ($selectActs{$act}));
621 } unless (exists ($hosts{$host}));
627 $trafficHash->{$peer} = +{ } unless (exists ($trafficHash->{$peer}));
631 $peerHash->{$proto} = +{ } unless (exists ($peerHash->{$proto}));
635 $protoHash->{$packet} = +{ '' => 0 } unless (exists ($protoHash->{$packet}));
748 unless (exists ($pn{$pname}))
762 unless (exists ($pn{$pname}))
805 return $ipName{$ip} if (exists ($ipName{$ip}));
821 unless (exists (
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dnsec.h104 isc_boolean_t *exists, isc_boolean_t *data,

Completed in 6320 milliseconds

12345678910