| /systemd/src/udev/ |
| 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-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.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 | udev-builtin-btrfs.c | 57 .help = "btrfs volume management",
|
| H A D | udevadm.c | 40 .name = "help", 60 printf("%s [--help] [--version] [--debug] COMMAND [COMMAND OPTIONS]\n\n" 66 if (udevadm_cmds[i]->help != NULL) 67 printf(" %-12s %s\n", udevadm_cmds[i]->name, udevadm_cmds[i]->help); 82 { "help", no_argument, NULL, 'h' },
|
| H A D | udev-builtin-net_setup_link.c | 105 .help = "Configure network link",
|
| H A D | udev-builtin-uaccess.c | 87 .help = "Manage device node user ACL",
|
| H A D | udev-builtin-kmod.c | 121 .help = "Kernel module loader",
|
| H A D | udevadm-control.c | 29 " -h --help Show this help\n" 58 { "help", no_argument, NULL, 'h' }, 162 .help = "Control the udev daemon",
|
| H A D | udevadm-info.c | 258 static void help(void) { function 262 " -h --help Print this message\n" 304 { "help", no_argument, NULL, 'h' }, 392 help(); 402 help(); 493 .help = "Query sysfs or the udev database",
|
| /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/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/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/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/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/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/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/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/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/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/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();
|
| /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/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/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 },
|