/systemd/src/udev/v4l_id/ |
H A D | v4l_id.c | 33 static const struct option options[] = { local 42 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
/systemd/src/detect-virt/ |
H A D | detect-virt.c | 54 static const struct option options[] = { local 69 while ((c = getopt_long(argc, argv, "hqcvr", options, NULL)) >= 0)
|
/systemd/src/journal/ |
H A D | cat.c | 57 static const struct option options[] = { local 71 while ((c = getopt_long(argc, argv, "+ht:p:", options, NULL)) >= 0)
|
/systemd/src/machine-id-setup/ |
H A D | machine-id-setup-main.c | 51 static const struct option options[] = { local 64 while ((c = getopt_long(argc, argv, "hqcv", options, NULL)) >= 0)
|
/systemd/src/network/ |
H A D | networkd-wait-online.c | 54 static const struct option options[] = { local 69 while ((c = getopt_long(argc, argv, "+hi:q", options, NULL)) >= 0)
|
/systemd/src/udev/ |
H A D | udevadm-control.c | 47 static const struct option options[] = { local 71 while ((c = getopt_long(argc, argv, "el:sSRp:m:h", options, NULL)) >= 0)
|
H A D | udevadm-settle.c | 44 static const struct option options[] = { local 61 while ((c = getopt_long(argc, argv, "t:E:hs:e:q", options, NULL)) >= 0) {
|
H A D | udevadm-test-builtin.c | 39 static const struct option options[] = { local 50 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
H A D | udevadm.c | 80 static const struct option options[] = { local 98 while ((c = getopt_long(argc, argv, "+dhV", options, NULL)) >= 0)
|
H A D | udevadm-test.c | 55 static const struct option options[] = { local 64 while((c = getopt_long(argc, argv, "a:N:h", options, NULL)) >= 0)
|
/systemd/src/core/ |
H A D | dbus-swap.c | 65 const char *options = NULL; local 72 options = s->parameters_fragment.options; 74 return sd_bus_message_append(reply, "s", options);
|
H A D | shutdown.c | 63 static const struct option options[] = { local 79 while ((c = getopt_long(argc, argv, "-", options, NULL)) >= 0) 176 * to console, but may have been changed by command line options. */
|
/systemd/src/nspawn/ |
H A D | nspawn-mount.h | 45 char *options; member in struct:CustomMount
|
/systemd/src/path/ |
H A D | path.c | 137 static const struct option options[] = { local 149 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
/systemd/src/binfmt/ |
H A D | binfmt.c | 126 static const struct option options[] = { local 137 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
/systemd/src/boot/efi/ |
H A D | stub.c | 90 CHAR16 *options; local 94 options = (CHAR16 *)loaded_image->LoadOptions; 98 line[i] = options[i];
|
/systemd/src/bus-proxyd/ |
H A D | stdio-bridge.c | 67 static const struct option options[] = { local 80 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
H A D | bus-proxyd.c | 196 static const struct option options[] = { local 210 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
/systemd/src/escape/ |
H A D | escape.c | 60 static const struct option options[] = { local 76 while ((c = getopt_long(argc, argv, "hump", options, NULL)) >= 0)
|
/systemd/src/libsystemd-network/ |
H A D | dhcp-option.c | 30 static int option_append(uint8_t options[], size_t size, size_t *offset, argument 32 assert(options); 46 options[*offset] = code; 54 options[*offset] = code; 55 options[*offset + 1] = optlen; 60 memcpy(&options[*offset + 2], optval, optlen); 85 /* still space in the options array */ 86 r = option_append(message->options, size, offset, code, optlen, optval); 91 close the options array and move the offset to its end */ 92 r = option_append(message->options, siz 142 parse_options(const uint8_t options[], size_t buflen, uint8_t *overload, uint8_t *message_type, char **error_message, dhcp_option_cb_t cb, void *userdata) argument [all...] |
/systemd/src/notify/ |
H A D | notify.c | 64 static const struct option options[] = { local 79 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) {
|
/systemd/src/sleep/ |
H A D | sleep.c | 150 static const struct option options[] = { local 161 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
/systemd/src/ask-password/ |
H A D | ask-password.c | 67 static const struct option options[] = { local 85 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|
/systemd/src/cgls/ |
H A D | cgls.c | 67 static const struct option options[] = { local 82 while ((c = getopt_long(argc, argv, "hkalM:", options, NULL)) >= 0)
|
/systemd/src/import/ |
H A D | export.c | 244 static const struct option options[] = { local 256 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
|