Searched refs:check_only (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/usr.bin/patch/
H A Dcommon.h101 extern bool check_only;
H A Dpatch.c84 bool check_only = false; variable
375 if (!check_only) {
408 if (!check_only)
414 if (!check_only && move_file(TMPREJNAME, rejname) < 0)
526 check_only = true;
H A Dinp.c164 if (check_only)
170 if (statfailed && check_only)
H A Dpch.c1460 if (!check_only) {
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtic.c491 bool check_only = FALSE; local
567 check_only = TRUE;
700 if (!(check_only || infodump || capdump))
705 ((check_only || infodump || capdump)
710 if (check_only || (!infodump && !capdump) || forceresolve) {
711 if (!_nc_resolve_uses2(TRUE, literal) && !check_only) {
718 if (check_only && (capdump || infodump)) {
733 if (!check_only) {
797 && (!(check_only || infodump || capdump))) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp944 bool check_only = false; local
949 Error error = AppendRegexSubstitution (bytes_strref, check_only);
999 bool check_only = true; local
1001 error = AppendRegexSubstitution (regex_sed, check_only);
1053 bool check_only = false; local
1054 error = AppendRegexSubstitution (arg_strref, check_only);
1075 AppendRegexSubstitution (const llvm::StringRef &regex_sed, bool check_only) argument
1166 if (check_only == false)
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dnode.cpp5853 int check_only = 0)
5863 fm = font::load_font(external_name.contents(), &not_found, check_only);
5864 if (check_only)
5882 if (check_only)

Completed in 174 milliseconds