Searched refs:exists (Results 126 - 150 of 249) sorted by relevance

12345678910

/freebsd-9.3-release/crypto/heimdal/appl/rcp/
H A Drcp.c434 int amt, count, exists, first, mask, mode, ofd, omode; local
547 exists = stat(np, &stb) == 0;
550 if (exists) {
623 if (exists || omode != mode)
628 if (!exists && omode != mode)
/freebsd-9.3-release/
H A DMakefile.inc1103 .if exists(${.CURDIR}/${_DIR}/Makefile)
125 .if exists(/usr/include/osreldate.h)
695 .if exists(/usr/sbin/nmtree)
786 @# For each file that exists in this dist, print the corresponding
890 .if exists(${KERNCONFDIR}/${_kernel})
955 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
1136 (${BOOTSTRAPPING} < 700018 || !exists(/usr/sbin/gensnmptree))
1203 .if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules)
1331 .if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
1333 .elif exists(
[all...]
/freebsd-9.3-release/cddl/lib/libdtrace/
H A DMakefile102 .if !defined(LIBRARIES_ONLY) && exists(${DESTDIR}/usr/lib/dtrace)
/freebsd-9.3-release/cddl/lib/libzpool/
H A DMakefile14 .if exists(${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}/opensolaris_atomic.S)
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dnsec3.h254 dns_name_t *zonename, isc_boolean_t *exists,
/freebsd-9.3-release/contrib/bmake/mk/
H A Down.mk31 .if exists(${prefix}/lib)
189 .if exists(/usr/libexec/ld.elf_so)
H A Dmeta.subdir.mk27 .if !exists(${.CURDIR}/${.MAKE.DEPENDFILE:T}) || make(gendirdeps)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h309 /// @returns errc::success if exists(to) && exists(from) && equivalent(to, from)
317 /// @returns errc::success if exists(to) && exists(from) && is_symlink(from),
381 /// @returns True if the file represented by status exists, false if it does
383 bool exists(file_status status);
388 /// @param result Set to true if the file represented by status exists, false if
392 error_code exists(const Twine &path, bool &result);
394 /// @brief Simpler version of exists for clients that don't need to
396 inline bool exists(cons function in namespace:llvm::sys::fs
[all...]
/freebsd-9.3-release/gnu/usr.bin/groff/tmac/
H A DMakefile80 .if !exists(${DESTDIR}${TMACDIR}/man.local)
/freebsd-9.3-release/lib/libc/
H A DMakefile12 .if exists(${.CURDIR}/${MACHINE_ARCH})
/freebsd-9.3-release/lib/libcompiler_rt/
H A DMakefile172 . if ${MACHINE_CPUARCH} != "arm" && exists(${CRTSRC}/${CRTARCH}/${file}.S)
/freebsd-9.3-release/lib/libkse/test/
H A DMakefile68 .if exists($(depfile))
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Drtld_start.S48 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-9.3-release/sys/modules/linux/
H A DMakefile42 .if exists(@)
/freebsd-9.3-release/usr.bin/truss/
H A DMakefile7 .if exists(${.CURDIR}/${MACHINE_ARCH}-fbsd.c)
/freebsd-9.3-release/etc/
H A DMakefile57 .if exists(${.CURDIR}/etc.${MACHINE}/ttys)
59 .elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
61 .elif exists(${.CURDIR}/etc.${MACHINE_CPUARCH}/ttys)
304 .if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp63 llvm::sys::fs::exists(infoFile, fileExists);
179 fs::exists(origFE->getName(), fileExists);
/freebsd-9.3-release/tools/tools/editing/
H A Dfreebsd.vim32 if exists('loaded_FreeBSD')
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp223 /// if it exists or returning null if not.
323 // Determine whether this directory exists.
396 if (llvm::sys::fs::exists(SystemFrameworkMarker.str())) {
447 // Determine whether this directory exists.
529 // If 'Filename' is absolute, check to see if it exists and no searching.
828 bool exists; local
829 if (llvm::sys::fs::exists(Path.str(), exists) || !exists)
831 else if (exists)
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dscp.c912 int amt, exists, first, ofd; local
1051 exists = stat(np, &stb) == 0;
1056 if (exists) {
1140 if (wrerr == NO && (!exists || S_ISREG(stb.st_mode)) &&
1146 if (exists || omode != mode)
1157 if (!exists && omode != mode)
/freebsd-9.3-release/usr.sbin/etcupdate/
H A Detcupdate.sh116 # Returns true (0) if a file exists
119 exists() function
294 if ! exists $1; then
295 if exists $2; then
300 elif ! exists $2; then
501 # If /etc/localtime exists and is not a symlink and /var/db/zoneinfo
502 # exists, run tzsetup -r to refresh /etc/localtime.
535 # Nothing to do if the parent directory exists. This also
542 # If non-directory file exists with the desired directory
544 if exists
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c560 * If the DS record exists it will be secure. We can continue looking
868 isc_boolean_t exists, data; local
910 devent->name, rdataset, &exists,
914 if (exists && !data) {
920 if (!exists) {
2368 isc_boolean_t exists, data; local
2405 rdataset, &exists, &data, NULL,
2410 if (exists && !data)
2412 if (exists && !data && NEEDNODATA(val))
2415 if (!exists)
2463 isc_boolean_t exists, data, optout, unknown; local
[all...]
H A Dpeer.c514 isc_boolean_t exists = ISC_FALSE; local
519 exists = ISC_TRUE;
525 return (exists ? ISC_R_EXISTS : ISC_R_SUCCESS);
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dpflogd.c220 int exists = 0; local
233 exists = 1;
238 return (exists);
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c226 unsigned exists : 1; member in struct:line_info
1517 if (!line->exists)
1522 line->exists = 1;
1727 if (line->exists)
1851 !line->exists ? "-" : !line->count ? "#####"
1880 !line->exists ? "-" : !block->count ? "$$$$$"

Completed in 164 milliseconds

12345678910