Searched refs:exists (Results 76 - 100 of 249) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man118 if (exists $opts{width}) {
122 if (exists $opts{compact}) {
146 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk34 .if ${UPDATE_DEPENDFILE:Uyes:tl} == "no" && !exists(/dev/filemon)
73 .if defined(PYTHON) && exists(${PYTHON})
112 # make sure dirdeps target exists and do it first
134 .if ${UPDATE_DEPENDFILE:Uyes:tl} != "no" && !exists(/dev/filemon)
H A Dauto.obj.mk22 # We stop looping as soon as the dir exists.
43 .if !exists(${__objdir}/) && \
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DUnixWare.mk35 .if exists(/usr/local/bin/gcc)
48 .if exists(/usr/local/bin/g++)
63 .if exists(/usr/local/bin/g77)
132 .if exists(/usr/local/bin/bison)
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcheck_cvs.in113 if( !exists( $ENV{ CVSROOT } ) )
118 if( exists( $ENV{ CVSDEBUGEDIT } ) )
240 # exists at the end of the $path variable.
550 # If the $branch_revision exists in the interesting branch
578 if( exists( $branch_revision{ $branch_number } ) )
651 if( ( exists( $branch_revision{ $branch_number } ) ) &&
/freebsd-9.3-release/lib/ncurses/
H A Dconfig.mk17 .if exists(${.OBJDIR}/../ncurses${LIB_SUFFIX})
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk19 .if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/)
H A Dbsd.symver.mk32 .if exists(${path}/${VERSION_GEN})
/freebsd-9.3-release/sys/boot/i386/loader/
H A DMakefile106 .if !exists(${DESTDIR}/boot/loader.rc)
109 .if !exists(${DESTDIR}/boot/menu.rc)
/freebsd-9.3-release/sys/boot/pc98/loader/
H A DMakefile94 .if !exists(${DESTDIR}/boot/loader.rc)
97 .if !exists(${DESTDIR}/boot/menu.rc)
/freebsd-9.3-release/sys/boot/powerpc/ofw/
H A DMakefile111 .if !exists(${DESTDIR}/boot/loader.rc)
115 .if !exists(${DESTDIR}/boot/menu.rc)
/freebsd-9.3-release/sys/boot/sparc64/loader/
H A DMakefile105 .if !exists(${DESTDIR}/boot/loader.rc)
109 .if !exists(${DESTDIR}/boot/menu.rc)
/freebsd-9.3-release/tools/kerneldoc/subsys/
H A DMakefile40 .if exists(${S}/${TARGET_ARCH}/linux)
43 .if exists(${S}/${TARGET_ARCH}/linux32)
/freebsd-9.3-release/tools/regression/geom_gpt/
H A Dgctl.t130 if (exists $ENV{'TEST_VERBOSE'}) {
/freebsd-9.3-release/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in60 return if not exists $info->{stratum};
/freebsd-9.3-release/lib/libmd/
H A DMakefile50 .if exists(${MACHINE_ARCH}/sha.S)
54 .if exists(${MACHINE_ARCH}/rmd160.S)
58 .if exists(${MACHINE_ARCH}/sha.S) || exists(${MACHINE_ARCH}/rmd160.S)
/freebsd-9.3-release/secure/lib/libssl/
H A DMakefile8 .if exists(Makefile.man)
/freebsd-9.3-release/sys/conf/
H A Dkern.post.mk31 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists($S/modules)
93 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists($S/modules)
118 .if exists(${S}/../tools/debugscripts/gdbinit.${MACHINE_CPUARCH})
139 .if !exists(${.OBJDIR}/.depend)
209 # Ensure that the link exists without depending on it when it exists.
211 .if !exists(${.OBJDIR}/${_link})
247 .if exists(${DESTDIR}${KODIR})
/freebsd-9.3-release/usr.bin/chpass/
H A DMakefile41 .if exists(${DESTDIR}${BINDIR}/$i)
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A DmkCTM11 if {[file exists [format "%s/$CTMname.%04d" $CTMdest $nbr]]} { return 1 }
12 if {[file exists [format "%s/$CTMname.%04d.gz" $CTMdest $nbr]]} { return 1 }
67 puts "Not going, lock exists..."
/freebsd-9.3-release/usr.sbin/ypserv/
H A DMakefile.yp135 .if exists(${YPDIR}/Makefile.local)
149 .if exists($(ETHERS))
155 .if exists($(BOOTPARAMS))
161 .if exists($(NETGROUP))
167 .if exists($(MASTER))
177 .if exists($(PUBLICKEY))
183 .if exists($(AMDHOST))
189 .if exists($(IPNODES))
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in108 if (exists $known_host_info{$host}) {
181 if (exists $trace{$peer}) {
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py336 if not os.path.exists(tree + file):
350 if os.path.exists(files_file):
353 if os.path.exists(options_file):
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dnsec.c305 isc_boolean_t *exists, isc_boolean_t *data,
318 REQUIRE(exists != NULL);
373 *exists = ISC_TRUE;
376 "nsec proves name exists (owner) data=%d",
380 (*logit)(arg, ISC_LOG_DEBUG(3), "NSEC proves CNAME exists");
422 *exists = ISC_TRUE;
449 *exists = ISC_FALSE;
303 dns_nsec_noexistnodata(dns_rdatatype_t type, dns_name_t *name, dns_name_t *nsecname, dns_rdataset_t *nsecset, isc_boolean_t *exists, isc_boolean_t *data, dns_name_t *wild, dns_nseclog_t logit, void *arg) argument
/freebsd-9.3-release/include/
H A DMakefile156 .if exists(${DESTDIR}${INCLUDEDIR}/$i)
203 .if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
209 .if exists(${.CURDIR}/../sys/${_MARCH}/include)
215 .if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)
300 .if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
308 .if exists(${.CURDIR}/../sys/${_MARCH}/include)
316 .if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)

Completed in 205 milliseconds

12345678910