Searched refs:run_as_root (Results 1 – 5 of 5) sorted by relevance
33 int run_as_root; variable210 run_as_root = !geteuid(); in main()211 if (run_as_root) { in main()225 if (!run_as_root && p->needs_root) { in main()
79 if (!run_as_root) { in cmd_info()
66 -run_as_root = false70 - run_as_root = true129 - test(name, ping, args : args, should_fail : not run_as_root)153 +run_as_root = false157 + run_as_root = true216 + test(name, ping, args : args, should_fail : not run_as_root)
35 extern int run_as_root;
413 if (test_mon->flags.needs_root && !run_as_root) { in cmd_monitor()