Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dswitch_root.c181 unsigned dry_run = 0; in switch_root_main() local
210 dry_run = getopt32(argv, "^+" in switch_root_main()
216 dry_run >>= 2; // -n in switch_root_main()
233 if (!dry_run && getpid() != 1) { in switch_root_main()
251 if (!dry_run) { in switch_root_main()
275 if (dry_run) { in switch_root_main()