OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Force
(Results
1 - 25
of
65
) sorted by relevancy
1
2
3
/src/external/bsd/pkg_install/dist/lib/
global.c
38
Boolean
Force
= FALSE;
plist.c
610
Force
? "deleting anyway" : "not deleting", tmp);
611
if (!
Force
) {
635
buf,
Force
? "deleting anyway" : "not deleting", tmp);
636
if (!
Force
) {
645
buf,
Force
? "deleting anyway" : "not deleting", tmp);
646
if (!
Force
) {
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/
USRFindingAction.h
46
ArrayRef<std::string> QualifiedNames, bool
Force
)
48
ErrorOccurred(false),
Force
(
Force
) {}
61
bool
Force
;
/src/external/bsd/pkg_install/dist/add/
add.h
38
extern Boolean
Force
;
main.c
97
Force
= TRUE;
perform.c
923
if (
Force
) {
953
!
Force
&& fatal ? "error" : "warning");
961
if (!
Force
&& fatal)
981
pkg->pkgname,
Force
? "warning" : "error");
982
return
Force
? 0 : -1;
988
pkg->pkgname,
Force
? "warning" : "error");
989
return
Force
? 0 : -1;
1126
if (!
Force
) {
1184
if (ret == 1 &&
Force
) {
1199
if (!
Force
) {
[
all
...]
/src/external/bsd/pkg_install/dist/delete/
pkg_delete.c
243
* and an error is returned for the !
Force
case.
291
if (
Force
) {
297
return !
Force
;
394
if (
Force
== 0 || (!unregister_only &&
Force
== 1))
575
if (run_deinstall_script(pkg, 0) && !
Force
)
630
else if (!
Force
)
664
++
Force
;
748
if (has_error && !
Force
) {
786
if (!
Force
)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFindingAction.cpp
231
bool
Force
, bool &ErrorOccurred)
233
SpellingNames(SpellingNames), USRList(USRList),
Force
(
Force
),
269
if (
Force
) {
305
bool
Force
;
311
SymbolOffsets, QualifiedNames, SpellingNames, USRList,
Force
,
/src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def
30
Force
DNS resolution of following host names on the command line
41
Force
DNS resolution of following host names on the command line
96
name =
force
-update;
98
descrip = '
Force
update of the leapfile';
100
Force
update even if current file is OK and not close to expiring.
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
Utility.h
162
void restoreNow(bool
Force
) {
163
if (!
Force
&& !ShouldRestore)
/src/external/apache2/llvm/dist/llvm/tools/llvm-as/
llvm-as.cpp
44
static cl::opt<bool>
Force
("f", cl::desc("Enable binary output on terminals"),
91
if (
Force
|| !CheckBitcodeOutputToConsole(Out->os())) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h
44
/// for example '
force
', means a decision has been made. So, we need to be
75
Hint
Force
;
141
if ((ForceKind)
Force
.Value == FK_Undefined &&
144
return (ForceKind)
Force
.Value;
158
/// If hints are provided that
force
vectorization, use the AlwaysPrint
159
/// pass name to
force
the frontend to print the diagnostic.
/src/external/gpl3/gdb.old/dist/gdb/
gdb_buildall.sh
40
--
force
Force
rebuild.
55
force
=false
78
--
force
)
79
#
Force
a rebuild
80
force
=true ;
125
if ${
force
}
gdb_mbuild.sh
38
-f
Force
rebuild. Even rebuild previously built directories.
58
force
=false
91
#
Force
a rebuild
92
force
=true ;
215
if ${
force
}
/src/external/gpl3/gdb/dist/gdb/
gdb_buildall.sh
40
--
force
Force
rebuild.
55
force
=false
78
--
force
)
79
#
Force
a rebuild
80
force
=true ;
125
if ${
force
}
gdb_mbuild.sh
38
-f
Force
rebuild. Even rebuild previously built directories.
58
force
=false
91
#
Force
a rebuild
92
force
=true ;
215
if ${
force
}
/src/external/apache2/llvm/dist/clang/tools/clang-rename/
ClangRename.cpp
96
static cl::opt<bool>
Force
("
force
",
167
tooling::USRFindingAction FindingAction(SymbolOffsets, QualifiedNames,
Force
);
/src/external/bsd/tre/dist/tests/agrep/
records.ok
166
Force
PATTERN A Similarly, Word-constituent Note
174
Force
PATTERN A Similarly, Word-constituent Note
198
(standard input):
Force
(standard input): PATTERN(standard input): A(standard input): Similarly,(standard input): Word-constituent(standard input): Note(standard input):
246
Force
PATTERN A Similarly, Word-constituent Note Set NUM. Note Thus, Set PATTERN. The The PATTERN For
250
Force
PATTERN A Similarly, Word-constituent Note Set NUM. Note Thus, Set PATTERN. The The PATTERN For
494
Force
PATTERN to match only whole words. A "whole word" is a
513
Force
PATTERN to match only whole words. A "whole word" is a
540
records.in:
Force
PATTERN to match only whole words. A "whole word" is a
559
(standard input):
Force
PATTERN to match only whole words. A "whole word" is a
586
1:
Force
PATTERN to match only whole words. A "whole word" is
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h
71
bool
Force
;
/src/external/bsd/ntp/dist/sntp/
sntp-opts.def
26
descrip = "
Force
IPv4 DNS name resolution";
28
Force
DNS resolution of the following host names on the command line
37
descrip = "
Force
IPv6 DNS name resolution";
39
Force
DNS resolution of the following host names on the command line
/src/usr.bin/make/unit-tests/
directive-export.mk
51
_!= :;: #
Force
the variable to be actually exported.
66
_!= echo '
force
exporting the environment variables'
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp
189
UP.
Force
= true;
202
UP.
Force
= true;
/src/external/apache2/llvm/dist/llvm/tools/llvm-extract/
llvm-extract.cpp
50
static cl::opt<bool>
Force
("f", cl::desc("Enable binary output on terminals"),
384
else if (
Force
|| !CheckBitcodeOutputToConsole(Out.os()))
/src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp
83
static cl::opt<bool>
Force
("f", cl::desc("Enable binary output on terminals"));
484
} else if (
Force
|| !CheckBitcodeOutputToConsole(Out.os()))
/src/sys/arch/mvme68k/stand/libsa/
SRT0.S
56
|
Force
a long jump to the relocated code (not pc-relative)
Completed in 26 milliseconds
1
2
3
Indexes created Sun Apr 26 00:22:38 UTC 2026