HomeSort by: relevance | last modified time | path
    Searched defs:check_only (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/stand/newdisk/
newdisk.c 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0; variable in typeref:typename:int
88 check_only = 1;
117 if (check_only)
  /src/usr.bin/patch/
patch.c 89 bool check_only = false; variable in typeref:typename:bool
377 if (!check_only) {
422 if (!check_only && move_file(TMPREJNAME, rejname) < 0)
531 check_only = true;

Completed in 15 milliseconds