Searched refs:Force (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.2-release/usr.sbin/pkg_install/lib/
H A Dglobal.c30 Boolean Force = FALSE; variable
H A Dlib.h239 extern Boolean Force;
H A Dplist.c491 tmp, Force ? "deleted anyway." : "not deleted.");
492 if (!Force) {
/freebsd-10.2-release/usr.sbin/ctm/ctm/
H A Dctm_syntax.c32 #define Force CTM_Q_MD5_Force macro
40 MD5|Before|Force, MD5|After|Chunk, Count, Bytes,0 };
H A Dctm.c27 * -F Force
79 case 'F': Force = 1; break;
291 if((!Force) || (i & ~Exit_Forcible))
H A Dctm.h120 EXTERN int Force; variable
H A Dctm_pass1.c242 if(!Force) {
243 Fatal("Trailing junk in CTM-file. Can Force with -F.");
H A Dctm_pass2.c164 if(Force)
H A Dctm_pass3.c259 if (!Force)
/freebsd-10.2-release/usr.sbin/pkg_install/delete/
H A Dperform.c155 pkg, Force ? " (but I'll delete it anyway)" : " (use -f to force removal)");
156 if (!Force)
197 pkg, Force ? " (but I'll delete it anyway)" : "");
200 if (!Force)
234 Force ? "" : "- not deleted");
235 if (!Force)
266 if (!Force)
344 if (!Force)
357 if (vsystem("%s -r%c %s", REMOVE_CMD, Force ? 'f' : ' ', LogDir)) {
359 if (!Force)
[all...]
H A Dmain.c79 Force = TRUE;
159 if (!Force)
/freebsd-10.2-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp41 Force("f", cl::desc("Enable binary output on terminals"));
79 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true))
/freebsd-10.2-release/usr.sbin/pkg_install/add/
H A Dperform.c246 matchbyorigin(Plist.origin, NULL) != NULL) && !Force) {
274 if(!Force) {
369 cp, Force ? " (proceeding anyway)" : "!");
370 if (!Force)
376 p->name, Force ? " (proceeding anyway)" : "!");
377 if (!Force)
387 if (!Force)
392 p->name, Force ? " (proceeding anyway)" : "!");
393 if (!Force)
404 printf("and was not found%s.\n", Force
[all...]
H A Dmain.c171 Force = TRUE;
/freebsd-10.2-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp41 Force("f", cl::desc("Enable binary output on terminals"));
123 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DHost.inc54 // Force i<N>86 to i386.
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh34 -f Force rebuild. Even rebuild previously built directories.
87 # Force a rebuild
/freebsd-10.2-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp45 Force("f", cl::desc("Enable binary output on terminals"));
/freebsd-10.2-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp46 Force("f", cl::desc("Enable binary output on terminals"));
276 else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
/freebsd-10.2-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in85 -F Force update even if current file is OK and not close to expiring.
H A Dupdate-leap.sh75 -F Force update even if current file is OK and not close to expiring.
/freebsd-10.2-release/share/mk/
H A Dbsd.test.mk30 # Force all tests in a separate distribution file.
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp107 /// \param Force - true to force the creation of this RTTI value
108 llvm::Constant *BuildTypeInfo(QualType Ty, bool Force = false);
511 llvm::Constant *RTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { argument
532 if (!Force && (IsStdLib || ShouldUseExternalRTTIDescriptor(CGM, Ty)))
H A DCGDebugInfo.h383 /// \param Force Assume DebugColumnInfo option is true.
384 unsigned getColumnNumber(SourceLocation Loc, bool Force=false);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp390 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { argument
394 if (Force) {
417 if (!Force && DelayedDiagID && DelayedDiagID != DiagID)

Completed in 208 milliseconds

12