Searched defs:help (Results 1 - 25 of 58) sorted by relevance

123

/systemd/src/detect-virt/
H A Ddetect-virt.c36 static void help(void) { function
39 " -h --help Show this help\n"
55 { "help", no_argument, NULL, 'h' },
74 help();
/systemd/src/journal/
H A Dcat.c39 static void help(void) { function
42 " -h --help Show this help\n"
58 { "help", no_argument, NULL, 'h' },
76 help();
/systemd/src/machine-id-setup/
H A Dmachine-id-setup-main.c33 static void help(void) { function
36 " -h --help Show this help\n"
52 { "help", no_argument, NULL, 'h' },
69 help();
/systemd/src/network/
H A Dnetworkd-wait-online.c34 static void help(void) { function
37 " -h --help Show this help\n"
55 { "help", no_argument, NULL, 'h' },
74 help();
/systemd/src/udev/
H A Dudevadm-settle.c33 static void help(void) { function
36 " -h --help Show this help\n"
47 { "help", no_argument, NULL, 'h' },
80 help();
161 .help = "Wait for pending udev events",
H A Dudevadm-test-builtin.c27 static void help(struct udev *udev) { function
28 printf("%s builtin [--help] COMMAND SYSPATH\n\n"
30 " -h --help Print this message\n"
40 { "help", no_argument, NULL, 'h' },
53 help(udev);
60 help(udev);
77 help(udev);
110 .help = "Test a built-in command",
H A Dudevadm-test.c32 static void help(void) { function
36 " -h --help Show this help\n"
58 { "help", no_argument, NULL, 'h' },
83 help();
158 .help = "Test an event run",
H A Dudevadm-monitor.c61 static void help(void) { function
62 printf("%s monitor [--property] [--kernel] [--udev] [--help]\n\n"
64 " -h --help Show this help\n"
96 { "help", no_argument, NULL, 'h' },
133 help();
277 .help = "Listen to kernel and udev events",
H A Dudevadm-trigger.c69 static void help(void) { function
72 " -h --help Show this help\n"
111 { "help", no_argument, NULL, 'h' },
243 help();
285 .help = "Request events from the kernel",
/systemd/src/path/
H A Dpath.c121 static void help(void) { function
124 " -h --help Show this help\n"
138 { "help", no_argument, NULL, 'h' },
154 help();
/systemd/src/binfmt/
H A Dbinfmt.c112 static void help(void) { function
115 " -h --help Show this help\n"
127 { "help", no_argument, NULL, 'h' },
142 help();
/systemd/src/bus-proxyd/
H A Dstdio-bridge.c45 static int help(void) { function
49 " -h --help Show this help\n"
68 { "help", no_argument, NULL, 'h' },
85 help();
H A Dbus-proxyd.c172 static int help(void) { function
176 " -h --help Show this help\n"
197 { "help", no_argument, NULL, 'h' },
215 help();
/systemd/src/escape/
H A Descape.c39 static void help(void) { function
42 " -h --help Show this help\n"
61 { "help", no_argument, NULL, 'h' },
81 help();
/systemd/src/notify/
H A Dnotify.c42 static void help(void) { function
45 " -h --help Show this help\n"
65 { "help", no_argument, NULL, 'h' },
84 help();
127 help();
/systemd/src/sleep/
H A Dsleep.c133 static void help(void) { function
137 " -h --help Show this help and exit\n"
151 { "help", no_argument, NULL, 'h' },
164 help();
/systemd/src/ask-password/
H A Dask-password.c39 static void help(void) { function
42 " -h --help Show this help\n"
68 { "help", no_argument, NULL, 'h' },
90 help();
/systemd/src/cgls/
H A Dcgls.c47 static void help(void) { function
50 " -h --help Show this help\n"
68 { "help", no_argument, NULL, 'h' },
87 help();
/systemd/src/import/
H A Dexport.c222 static int help(int argc, char *argv[], void *userdata) { function
226 " -h --help Show this help\n"
245 { "help", no_argument, NULL, 'h' },
261 return help(0, NULL, NULL);
294 { "help", VERB_ANY, VERB_ANY, 0, help },
H A Dimport.c236 static int help(int argc, char *argv[], void *userdata) { function
240 " -h --help Show this help\n"
263 { "help", no_argument, NULL, 'h' },
281 return help(0, NULL, NULL);
311 { "help", VERB_ANY, VERB_ANY, 0, help },
H A Dpull.c219 static int help(int argc, char *argv[], void *userdata) { function
223 " -h --help Show this help\n"
249 { "help", no_argument, NULL, 'h' },
268 return help(0, NULL, NULL);
311 { "help", VERB_ANY, VERB_ANY, 0, help },
/systemd/src/login/
H A Dinhibit.c131 static void help(void) { function
134 " -h --help Show this help\n"
159 { "help", no_argument, NULL, 'h' },
179 help();
/systemd/src/sysctl/
H A Dsysctl.c160 static void help(void) { function
163 " -h --help Show this help\n"
177 { "help", no_argument, NULL, 'h' },
193 help();
/systemd/src/modules-load/
H A Dmodules-load.c169 static void help(void) { function
172 " -h --help Show this help\n"
184 { "help", no_argument, NULL, 'h' },
199 help();
/systemd/src/activate/
H A Dactivate.c338 static void help(void) { function
342 " -h --help Show this help and exit\n"
364 { "help", no_argument, NULL, 'h' },
385 help();

Completed in 3271 milliseconds

123