Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl.h53 extern const char *_arg_job_mode;
101 return _arg_job_mode ?: "replace"; in arg_job_mode()
Dsystemctl.c68 const char *_arg_job_mode = NULL; variable
118 STATIC_DESTRUCTOR_REGISTER(_arg_job_mode, unsetp);
603 _arg_job_mode = optarg; in systemctl_parse_argv()
607 _arg_job_mode = "fail"; in systemctl_parse_argv()
611 _arg_job_mode = "replace-irreversibly"; in systemctl_parse_argv()
615 _arg_job_mode = "ignore-dependencies"; in systemctl_parse_argv()