Home
last modified time | relevance | path

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

/systemd-251/src/id128/
Did128.c178 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
241 { "help", VERB_ANY, VERB_ANY, 0, verb_help }, in id128_main()
/systemd-251/src/creds/
Dcreds.c642 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
745 return verb_help(0, NULL, NULL); in parse_argv()
907 { "help", VERB_ANY, 1, 0, verb_help }, in creds_main()
/systemd-251/src/locale/
Dlocalectl.c409 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
493 …{ "help", VERB_ANY, VERB_ANY, 0, verb_help }, /* Not do… in localectl_main()
/systemd-251/src/sysext/
Dsysext.c879 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
947 return verb_help(argc, argv, NULL); in parse_argv()
995 { "help", VERB_ANY, 1, 0, verb_help }, in sysext_main()
/systemd-251/src/hostname/
Dhostnamectl.c579 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
679 …{ "help", VERB_ANY, VERB_ANY, 0, verb_help }, /* Not documented, … in hostnamectl_main()
/systemd-251/src/coredump/
Dcoredumpctl.c153 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
238 return verb_help(0, NULL, NULL); in parse_argv()
1252 { "help", VERB_ANY, 1, 0, verb_help }, in coredumpctl_main()
/systemd-251/src/sysupdate/
Dsysupdate.c1192 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
1278 return verb_help(0, NULL, NULL); in parse_argv()
1392 { "help", VERB_ANY, 1, 0, verb_help }, in sysupdate_main()
/systemd-251/src/timedate/
Dtimedatectl.c907 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
1021 …{ "help", VERB_ANY, VERB_ANY, 0, verb_help }, /* Not documented, … in timedatectl_main()
/systemd-251/src/busctl/
Dbusctl.c2302 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
2542 { "help", VERB_ANY, VERB_ANY, 0, verb_help }, in busctl_main()
/systemd-251/src/resolve/
Dresolvectl.c2685 static int verb_help(int argc, char **argv, void *userdata) { in verb_help() function
3248 … { "help", VERB_ANY, VERB_ANY, 0, verb_help }, in native_main()