Searched refs:exists (Results 101 - 125 of 249) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/bmake/mk/
H A Dgendirdeps.mk171 .if exists($f.dirdep)
173 .elif exists(${f:H}.dirdep)
240 ${dirdep_list:M${RELDIR}/*:@d@${.MAKE.MAKEFILE_PREFERENCE:@m@${exists(${SRCTOP}/$d/$m):?$d:${exists(${SRCTOP}/${d:R}/$m):?$d:}}@}@} \
241 ${qualdir_list:M${RELDIR}/*:@d@${.MAKE.MAKEFILE_PREFERENCE:@m@${exists(${SRCTOP}/${d:R}/$m):?$d:}@}@}
287 .if !exists(.depend)
301 ${_DEPENDFILE}: ${CAT_DEPEND:M.depend} ${META_FILES:O:u:@m@${exists($m):?$m:}@} ${_this} ${META2DEPS}
H A Ddpadd.mk54 .if defined(LIBDL) && exists(${LIBDL})
62 .if defined(LIBDMALLOC) && exists(${LIBDMALLOC})
123 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
126 INCLUDES_${__lib:T:R}?= -I${exists(${SRC_${__lib:T:R}}/h):?${SRC_${__lib:T:R}}/h:${SRC_${__lib:T:R}}}
133 .if (make(${PROG}_p) || defined(NEED_GPROF)) && exists(${__lib:R}_p.a)
H A Dmeta.autodep.mk60 .if !exists(${_DEPENDFILE})
71 .if exists(${.OBJDIR}/${XMAKE_META_FILE})
79 .if ${_bootstrap_dirdeps} == "yes" || exists(${_DEPENDFILE})
165 # make sure this exists
204 .if exists(${LOCKF})
H A Ddep.mk26 .if exists(/usr/bin/mkdep)
28 .elif exists(/usr/local/share/bin/mkdeps.sh)
H A Dman.mk37 .if !exists(${MAN:[1]}) && !target(${MAN:[1]})
41 .if exists(/usr/local/share/bin/cmt2doc.pl)
H A Dyacc.mk18 # when only a foo.y exists.
/freebsd-9.3-release/contrib/binutils/bfd/
H A Di386linux.c437 bfd_boolean exists;
505 exists = FALSE;
514 exists = TRUE;
515 if (! exists
524 exists = TRUE;
526 if (! exists
436 bfd_boolean exists; local
H A Dsparclinux.c435 bfd_boolean exists; local
504 exists = FALSE;
513 exists = TRUE;
514 if (! exists
523 exists = TRUE;
525 if (! exists
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc128 // path already exists.
159 error_code EC = sys::fs::exists(ResultPath.begin(), Exists);
263 if (sys::fs::exists(aPath)) {
429 error_code exists(const Twine &path, bool &result) {
/freebsd-9.3-release/share/mk/
H A Dbsd.dep.mk75 .if !exists(${.OBJDIR}/${DEPENDFILE})
85 .if !exists(${.OBJDIR}/${DEPENDFILE})
115 .if !exists(${.OBJDIR}/${DEPENDFILE})
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DDarwin.mk27 .if exists(/usr/bin/gcc)
37 .if exists(/usr/bin/g++)
/freebsd-9.3-release/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp355 // when the DiagnosticsEngine actually exists.
392 bool exists; local
393 if (!llvm::sys::fs::exists(InstalledPath.str(), exists) && exists)
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile42 . if exists(${GCCDIR}/config/${GCC_CPU}/sysv4.h)
70 .if exists($D/$H)
135 .if exists(${GCCDIR}/$L-config-lang.in)
162 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}.opt)
166 .if exists(${.CURDIR}/${GCC_CPU}-freebsd.opt)
178 .if exists(${.CURDIR}/freebsd.opt)
201 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-modes.def)
239 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-modes.def)
541 .if !exists(${DEPENDFILE})
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_start.S55 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-9.3-release/sys/
H A DMakefile57 .if !exists(${.CURDIR}/.glimpse_exclude)
/freebsd-9.3-release/sys/boot/ficl/
H A DMakefile58 .if !exists(machine)
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh94 if exists "$1"; then
109 if exists "$1"; then
119 elif exists "$2" && is_newer $found $manpage; then
144 # Usage: exists glob
146 exists() { function
153 # exists or not.
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dfile.c150 BOOL exists = FALSE; local
162 * Rename to a backup the new file if it still exists
165 exists = TRUE;
186 if (exists == TRUE) {
197 if (exists == TRUE)
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi105 if not exists $displays{ $type };
128 die "Not supported list type <$type>" if not exists $lists{ $type };
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A DMakefile122 .if !exists(${DESTDIR}/boot/loader.rc)
126 .if !exists(${DESTDIR}/boot/menu.rc)
/freebsd-9.3-release/sys/modules/zfs/
H A DMakefile40 .if exists(${_A}/${MACHINE_CPUARCH}/opensolaris_atomic.S)
43 .elif exists(${_A}/${MACHINE_ARCH}/opensolaris_atomic.S)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dnsec3.c328 * Set '*exists' to true iff the given name exists, to false otherwise.
332 isc_boolean_t *exists)
340 *exists = ISC_FALSE;
353 *exists = ISC_TRUE;
355 *exists = ISC_FALSE;
358 *exists = ISC_FALSE;
523 isc_boolean_t exists = ISC_FALSE; local
733 CHECK(name_exists(db, version, &empty, &exists));
734 if (exists)
331 name_exists(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, isc_boolean_t *exists) argument
1808 dns_nsec3_noexistnodata(dns_rdatatype_t type, dns_name_t* name, dns_name_t *nsec3name, dns_rdataset_t *nsec3set, dns_name_t *zonename, isc_boolean_t *exists, isc_boolean_t *data, isc_boolean_t *optout, isc_boolean_t *unknown, isc_boolean_t *setclosest, isc_boolean_t *setnearest, dns_name_t *closest, dns_name_t *nearest, dns_nseclog_t logit, void *arg) argument
[all...]
H A Dupdate.c413 * does not exist, or if no RRset of the given type exists at the name,
501 * ISC_R_SUCCESS, set *exists to ISC_TRUE or ISC_FALSE,
505 * Return the failure result code and do not set *exists.
512 (*exists = ISC_TRUE, ISC_R_SUCCESS) : \
514 (*exists = ISC_FALSE, ISC_R_SUCCESS) : \
518 * Set '*exists' to true iff an rrset of the given type exists,
524 isc_boolean_t *exists)
533 * Set '*visible' to true if the RRset exists and is part of the
583 * Set '*exists' t
522 rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_rdatatype_t covers, isc_boolean_t *exists) argument
586 name_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
790 non_nsec_rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
1496 isc_boolean_t existed, exists; local
1578 isc_boolean_t exists; local
1722 isc_boolean_t exists, existed; local
[all...]
/freebsd-9.3-release/tools/tools/kdrv/
H A DKernelDriver89 if {[file exists $hint]} {
120 if {[file exists $hint.drvinfo]} {
572 if {[info exists drivers($Drv(driver):optionsi386)]} {
611 if {[info exists drivers($Drv(driver):optionsconf)]} {
653 if {[info exists Drv(optionsi386)]} {
658 if {[info exists Drv(optionsconf)]} {
791 if {![file exists $kpath$f]} {
/freebsd-9.3-release/bin/rcp/
H A Drcp.c498 int amt, exists, first, mask, mode, ofd, omode; local
610 exists = stat(np, &stb) == 0;
613 if (exists) {
689 if (exists || omode != mode)
694 if (!exists && omode != mode)

Completed in 158 milliseconds

12345678910