/systemd/src/detect-virt/ |
H A D | detect-virt.c | 36 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 D | cat.c | 39 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 D | machine-id-setup-main.c | 33 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 D | networkd-wait-online.c | 34 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 D | udevadm-settle.c | 33 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 D | udevadm-test-builtin.c | 27 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 D | udevadm-test.c | 32 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 D | udevadm-monitor.c | 61 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 D | udevadm-trigger.c | 69 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 D | path.c | 121 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 D | binfmt.c | 112 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 D | stdio-bridge.c | 45 static int help(void) { function 49 " -h --help Show this help\n" 68 { "help", no_argument, NULL, 'h' }, 85 help();
|
H A D | bus-proxyd.c | 172 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 D | escape.c | 39 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 D | notify.c | 42 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 D | sleep.c | 133 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 D | ask-password.c | 39 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 D | cgls.c | 47 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 D | export.c | 222 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 D | import.c | 236 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 D | pull.c | 219 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 D | inhibit.c | 131 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 D | sysctl.c | 160 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 D | modules-load.c | 169 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 D | activate.c | 338 static void help(void) { function 342 " -h --help Show this help and exit\n" 364 { "help", no_argument, NULL, 'h' }, 385 help();
|