Home
last modified time | relevance | path

Searched refs:check_only (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ncurses/progs/
Dtic.c690 bool check_only = FALSE; in main() local
788 check_only = TRUE; in main()
925 if (!(check_only || infodump || capdump)) in main()
930 ((check_only || infodump || capdump) in main()
935 if (check_only || (!infodump && !capdump) || forceresolve) { in main()
936 if (!_nc_resolve_uses2(TRUE, literal) && !check_only) { in main()
942 if (check_only && (capdump || infodump)) { in main()
957 if (!check_only) { in main()
1022 && (!(check_only || infodump || capdump))) { in main()
/freebsd-12-stable/usr.bin/patch/
Dpatch.c86 bool check_only = false; variable
419 if (!check_only) { in main()
463 if (!check_only) in main()
469 if (!check_only && move_file(TMPREJNAME, rejname) < 0) in main()
584 check_only = true; in get_some_switches()
Dcommon.h96 extern bool check_only;
Dinp.c165 if (check_only) in plan_a()
Dpch.c1512 if (!check_only) { in do_ed_script()
/freebsd-12-stable/sys/amd64/vmm/
Dvmm_instruction_emul.c1958 uint64_t gla, int prot, uint64_t *gpa, int *guest_fault, bool check_only) in _vm_gla2gpa() argument
1984 if (!check_only) in _vm_gla2gpa()
2015 if (!check_only) { in _vm_gla2gpa()
2030 if (!check_only && (pte32 & PG_A) == 0) { in _vm_gla2gpa()
2045 if (!check_only && writable && (pte32 & PG_M) == 0) { in _vm_gla2gpa()
2072 if (!check_only) { in _vm_gla2gpa()
2101 if (!check_only) { in _vm_gla2gpa()
2109 if (!check_only && (pte & PG_A) == 0) { in _vm_gla2gpa()
2118 if (!check_only) { in _vm_gla2gpa()
2132 if (!check_only && writable && (pte & PG_M) == 0) { in _vm_gla2gpa()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp806 bool check_only = false; in IOHandlerInputComplete() local
808 Status error = AppendRegexSubstitution(line, check_only); in IOHandlerInputComplete()
857 bool check_only = false; in DoExecute() local
858 error = AppendRegexSubstitution(entry.ref(), check_only); in DoExecute()
875 bool check_only) { in AppendRegexSubstitution() argument
957 if (!check_only) { in AppendRegexSubstitution()
/freebsd-12-stable/sys/kern/
Dkern_exit.c973 int check_only) in proc_to_reap() argument
1113 if (p->p_state == PRS_ZOMBIE && !check_only) { in proc_to_reap()