Searched refs:exists (Results 176 - 200 of 249) sorted by relevance

12345678910

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c524 /* copy the rest of the edit file and close it (if it exists).
1311 int e, exists, fdesc, fdescSafer, r, waslocked; local
1316 exists =
1323 if (exists < (mustread|waslocked))
1455 if (exists) {
1586 * FROM already exists.
1590 * Unlink TO if it already exists.
1758 * If NAME already exists and REBIND is set, associate NAME with NUM;
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp759 if (error_code ec = fs::exists(parent, parent_exists)) return ec;
768 bool exists(file_status status) {
813 return exists(status) &&
/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c74 * Return it if it already exists. Note that we test against the
141 int fd, exists, open_err, readonly; local
179 if (file_spath(sp, frp, &sb, &exists))
189 if (LF_ISSET(FS_OPENERR) || oname == NULL || !exists) {
783 "246|%s exists, not written; use ! to override" :
784 "247|%s exists, not written");
801 * Figure out if the file already exists -- if it doesn't, we display
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure3625 # Test first that cc exists at all.
3660 # cc exists but doesn't like -o.
3722 # <limits.h> exists even on freestanding compilers.
3827 # <limits.h> exists even on freestanding compilers.
6636 # <limits.h> exists even on freestanding compilers.
6741 # <limits.h> exists even on freestanding compilers.
10299 <limits.h> exists even on freestanding compilers. */
10447 <limits.h> exists even on freestanding compilers. */
11529 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11530 echo "$as_me: error: tag name \"$tagname\" already exists" >
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c223 * ARC_l2c_only - exists in L2ARC but not other states
1576 * This buffer already exists in the arc so create a duplicate
3227 arc_buf_hdr_t *exists; local
3234 exists = buf_hash_insert(hdr, &hash_lock);
3235 if (exists) {
3788 arc_buf_hdr_t *exists; local
3795 exists = buf_hash_insert(hdr, &hash_lock);
3796 if (exists) {
3804 panic("bad overwrite, hdr=%p exists=%p",
3805 (void *)hdr, (void *)exists);
[all...]
/freebsd-9.3-release/gnu/lib/libstdc++/
H A DMakefile80 .if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
87 .if exists(${SRCDIR}/config/cpu/generic/atomicity_builtins/atomicity.h)
550 .if exists(${SRCDIR}/config/cpu/${MARCHDIR}/${h})
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile72 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-c.c)
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk161 # We stop looping as soon as the dir exists.
/freebsd-9.3-release/contrib/top/
H A DConfigure282 echo "advantage of a random access passwd mechanism if such exists. Do"
361 few systems (such as DG/UX) on which this directory exists, but isn't
/freebsd-9.3-release/share/mk/
H A Dbsd.prog.mk271 .if defined(PROG) && !exists(${.OBJDIR}/${DEPENDFILE})
H A Dsys.mk316 .if exists(${__MAKE_CONF})
H A Dbsd.own.mk127 .if exists(${SRCCONF})
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dconfigure1615 # exists.
1620 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
3090 # <limits.h> exists even on freestanding compilers.
3197 # <limits.h> exists even on freestanding compilers.
3808 <limits.h> exists even on freestanding compilers. */
3914 <limits.h> exists even on freestanding compilers. */
4019 <limits.h> exists even on freestanding compilers. */
4125 <limits.h> exists even on freestanding compilers. */
4229 <limits.h> exists even on freestanding compilers. */
4338 <limits.h> exists eve
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h71 EZFS_EXISTS, /* pool or dataset already exists */
123 EZFS_REFTAG_HOLD, /* snapshot hold: tag already exists */
373 int exists : 1; /* set on return if pool already exists */ member in struct:importargs
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp949 /// \brief Check that the file referenced by Value exists. If it doesn't,
956 // stdin always exists.
969 if (llvm::sys::fs::exists(Twine(Path)))
1756 if (llvm::sys::fs::exists(Twine(P)))
1762 if (llvm::sys::fs::exists(Twine(P)))
1775 if (llvm::sys::fs::exists(Twine(P)))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp155 // If the directory exists, add it.
425 if (llvm::sys::fs::exists("/usr/lib/gcc47"))
/freebsd-9.3-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp317 if (!sys::fs::exists(ResourcePath, ResourceFileExists) &&
/freebsd-9.3-release/lib/msun/
H A DMakefile78 .if exists(${LIBCDIR}/${MACHINE_ARCH})
/freebsd-9.3-release/share/man/man4/
H A DMakefile799 .if exists(${.CURDIR}/man4.${MACHINE_CPUARCH})
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2.c696 /* Check whether input file still exists. Delete output file
697 only if input exists to avoid loss of data. Joerg Prante, 5
705 "%s: Deleting output file %s, if it exists.\n",
720 "%s: since input file no longer exists. Output file\n",
943 Bool exists = (tmp != NULL); local
945 return exists;
1205 fprintf ( stderr, "%s: Output file %s already exists.\n",
1391 fprintf ( stderr, "%s: Output file %s already exists.\n",
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.c467 * only makes sense if the directory item in buf really exists.
472 struct stat exists; local
473 if (0 != stat(short2str(cwd), &exists)) {
/freebsd-9.3-release/sys/net/
H A Dif_vlan.c1207 goto exists;
1215 exists:
/freebsd-9.3-release/contrib/libreadline/
H A Dconfigure2480 # <limits.h> exists even on freestanding compilers.
2587 # <limits.h> exists even on freestanding compilers.
4334 <limits.h> exists even on freestanding compilers. */
4445 <limits.h> exists even on freestanding compilers. */
4548 <limits.h> exists even on freestanding compilers. */
4652 <limits.h> exists even on freestanding compilers. */
6467 <limits.h> exists even on freestanding compilers. */
7328 <limits.h> exists even on freestanding compilers. */
7425 <limits.h> exists even on freestanding compilers. */
7523 <limits.h> exists eve
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dupdate.c609 * does not exist, or if no RRset of the given type exists at the name,
697 * ISC_R_SUCCESS, set *exists to ISC_TRUE or ISC_FALSE,
701 * Return the failure result code and do not set *exists.
708 (*exists = ISC_TRUE, ISC_R_SUCCESS) : \
710 (*exists = ISC_FALSE, ISC_R_SUCCESS) : \
714 * Set '*exists' to true iff an rrset of the given type exists,
720 isc_boolean_t *exists)
745 * If such an incompatible rrset exists, set '*exists' t
718 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
749 cname_incompatible_rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
795 name_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in344 for this file and, if it exists, print its contents as part of the

Completed in 741 milliseconds

12345678910