| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | peer.c | 320 isc_boolean_t existed; in dns_peer_setbogus() local 324 existed = DNS_BIT_CHECK(BOGUS_BIT, &peer->bitflags); in dns_peer_setbogus() 329 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); in dns_peer_setbogus() 347 isc_boolean_t existed; in dns_peer_setprovideixfr() local 351 existed = DNS_BIT_CHECK(PROVIDE_IXFR_BIT, &peer->bitflags); in dns_peer_setprovideixfr() 356 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); in dns_peer_setprovideixfr() 374 isc_boolean_t existed; in dns_peer_setrequestixfr() local 378 existed = DNS_BIT_CHECK(REQUEST_IXFR_BIT, &peer->bitflags); in dns_peer_setrequestixfr() 383 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); in dns_peer_setrequestixfr() 400 isc_boolean_t existed; in dns_peer_setsupportedns() local [all …]
|
| D | update.c | 1592 isc_boolean_t existed, exists; in dns_update_signaturesinc() local 1601 &existed)); in dns_update_signaturesinc() 1603 existed = ISC_FALSE; in dns_update_signaturesinc() 1605 if (exists == existed) in dns_update_signaturesinc() 1860 isc_boolean_t exists, existed; in dns_update_signaturesinc() local 1889 existed = ns_existed || dname_existed; in dns_update_signaturesinc() 1890 if (exists == existed) in dns_update_signaturesinc()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | FileUtilities.h | 54 bool existed; in ~FileRemover() local 55 sys::fs::remove(Filename.str(), existed); in ~FileRemover() 65 bool existed; variable 66 sys::fs::remove(Filename.str(), existed);
|
| D | FileSystem.h | 281 error_code create_directories(const Twine &path, bool &existed); 296 error_code create_directory(const Twine &path, bool &existed); 335 error_code remove(const Twine &path, bool &existed);
|
| /freebsd-9-stable/sys/dev/drm2/ttm/ |
| D | ttm_object.c | 259 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument 267 if (existed != NULL) in ttm_ref_object_add() 268 *existed = true; in ttm_ref_object_add() 305 if (existed != NULL) in ttm_ref_object_add() 306 *existed = false; in ttm_ref_object_add()
|
| D | ttm_object.h | 204 enum ttm_ref_type ref_type, bool *existed);
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | FileRemapper.cpp | 39 bool existed; in clear() local 40 llvm::sys::fs::remove(infoFile, existed); in clear() 115 bool existed; in flushToDisk() local 116 if (fs::create_directory(outputDir, existed) != llvm::errc::success) in flushToDisk()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | DependencyFile.cpp | 169 bool existed; in OutputDependencyFile() local 170 llvm::sys::fs::remove(OutputFile, existed); in OutputDependencyFile()
|
| D | CompilerInstance.cpp | 435 bool existed; in clearOutputFiles() local 436 llvm::sys::fs::remove(it->TempFilename, existed); in clearOutputFiles() 448 bool existed; in clearOutputFiles() local 449 llvm::sys::fs::remove(it->TempFilename, existed); in clearOutputFiles()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/Unix/ |
| D | Path.inc | 147 // If the file existed, try again, otherwise, error. 336 error_code create_directory(const Twine &path, bool &existed) { 343 existed = true; 345 existed = false; 376 error_code remove(const Twine &path, bool &existed) { 384 existed = false; 399 existed = false; 401 existed = true;
|
| /freebsd-9-stable/contrib/llvm/lib/Support/Windows/ |
| D | Path.inc | 152 // If the file existed, try again, otherwise, error. 284 error_code create_directory(const Twine &path, bool &existed) { 295 existed = true; 299 existed = false; 346 error_code remove(const Twine &path, bool &existed) { 355 existed = false; 370 existed = false; 372 existed = true; 378 existed = false; 380 existed = true;
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | HTMLDiagnostics.cpp | 102 bool existed; in ReportDiag() local 104 llvm::sys::fs::create_directories(Directory, existed)) { in ReportDiag()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/ |
| D | Rewriter.cpp | 458 bool existed; in ~AtomicallyMovedFile() local 461 llvm::sys::fs::remove(TempFilename.str(), existed); in ~AtomicallyMovedFile()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Path.cpp | 752 error_code create_directories(const Twine &path, bool &existed) { in create_directories() argument 762 if (error_code ec = create_directories(parent, existed)) return ec; in create_directories() 765 return create_directory(p, existed); in create_directories()
|
| /freebsd-9-stable/crypto/heimdal/doc/ |
| D | ack.texi | 8 kth-krb would never have existed. Since there are no longer any Eric
|
| /freebsd-9-stable/contrib/tzdata/ |
| D | README | 29 existed in the past and thus an idea of the variety that may be
|
| /freebsd-9-stable/contrib/tzcode/zic/ |
| D | README | 65 existed in the past and thus an idea of the variety that may be
|
| /freebsd-9-stable/usr.sbin/zic/ |
| D | README | 65 existed in the past and thus an idea of the variety that may be
|
| /freebsd-9-stable/contrib/cvs/man/ |
| D | ChangeLog | 223 documentation). Neither one has ever existed.
|
| /freebsd-9-stable/crypto/heimdal/ |
| D | ChangeLog.2002 | 292 * configure.in: KRB_SENDAUTH_VLEN seems to always have existed, so
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | engine.pod | 287 then on behave the way it used to before the ENGINE API existed.
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | configure.in | 352 # private version also existed, which did not have the same APIs.
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | archive | 50 # (x86?) using some of those formats; if none existed, feel free
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | ChangeLog-9395 | 4 become ChangeLog-9194, and changes which existed only at Cygnus went 2289 the directory existed but contained no executables.
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic79xx.seq | 546 * 1) If only one command existed in the queue, the
|