Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl.c966 if (invoked_as(argv, "halt")) { in systemctl_dispatch_parse_argv()
970 } else if (invoked_as(argv, "poweroff")) { in systemctl_dispatch_parse_argv()
974 } else if (invoked_as(argv, "reboot")) { in systemctl_dispatch_parse_argv()
981 } else if (invoked_as(argv, "shutdown")) { in systemctl_dispatch_parse_argv()
985 } else if (invoked_as(argv, "init")) { in systemctl_dispatch_parse_argv()
1010 } else if (invoked_as(argv, "runlevel")) { in systemctl_dispatch_parse_argv()
/systemd-251/src/udev/
Dudevadm.c119 if (invoked_as(argv, "udevd")) in run()
/systemd-251/src/basic/
Dprocess-util.h191 bool invoked_as(char *argv[], const char *token);
Dprocess-util.c1572 bool invoked_as(char *argv[], const char *token) { in invoked_as() function
/systemd-251/src/mount/
Dmount-tool.c187 if (invoked_as(argv, "systemd-umount")) in parse_argv()
/systemd-251/src/resolve/
Dresolvectl.c3392 if (invoked_as(argv, "resolvconf")) in run()
3394 else if (invoked_as(argv, "systemd-resolve")) in run()
/systemd-251/src/core/
Dmain.c1428 if (!invoked_as(argv, "init")) in redirect_telinit()