HomeSort by: relevance | last modified time | path
    Searched defs:dry_run (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
82 dry_run = 1;
171 if (dry_run) {
  /src/lib/libwrap/
options.c 24 * "dry_run" flag is set. In this mode, an option function should just "say"
28 * control to another program). In verification mode (dry_run flag is set)
29 * such options should clear the "dry_run" flag to inform the caller of this
66 int dry_run = 0; /* flag set in verification mode */ variable in typeref:typename:int
279 if (dry_run == 0 && setgid(grp->gr_gid))
300 if (dry_run == 0 && setuid(pwd->pw_uid))
326 if (dry_run == 0)
343 if (dry_run == 0) {
360 if (dry_run == 0 && setsockopt(request->fd, SOL_SOCKET, SO_KEEPALIVE,
377 if (dry_run == 0 && nice(niceval) < 0
    [all...]

Completed in 11 milliseconds