Lines Matching defs:dry_run
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 */
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)
386 if (dry_run != 0) {
387 dry_run = 0;