/openbmc/kcsbridge/src/ |
H A D | args.cpp | 14 static const struct option longopts[] = { in Args() local 20 while ((c = getopt_long(argc, argv, opts, longopts, nullptr)) > 0) in Args()
|
/openbmc/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 184 const struct option *longopts) in getopt_set_loc() argument 190 c = getopt_long(argc, argv, optstring, longopts, NULL); in getopt_set_loc()
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | main.c | 214 static const struct option longopts[] = { variable 308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_perf.c | 303 static const struct option longopts[] = { variable 388 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
H A D | vsock_diag_test.c | 443 static const struct option longopts[] = { variable 525 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
H A D | vsock_test.c | 1264 static const struct option longopts[] = { variable 1347 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 1116 struct optparse_long longopts[] = { 1165 struct optparse_long longopts[] = { 1197 struct optparse_long longopts[] = { 1222 struct optparse_long longopts[] = { 1235 struct optparse_long longopts[] = { 1311 struct optparse_long longopts[] = { 1337 struct optparse_long longopts[] = { 1423 struct optparse_long longopts[] = { 1532 struct optparse_long longopts[] = { 1541 struct optparse_long longopts[] = {
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 279 const struct option longopts[] = { variable 354 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/ |
H A D | busybox_1.37.0.bb | 33 file://longopts.cfg \
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbipd.c | 588 static const struct option longopts[] = { in main() local 623 opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL); in main()
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | libfdisk-cfdisk-and-sfdisk-sector-size-improvements.patch | 132 - while((c = getopt_long(argc, argv, "L::hVzr", longopts, NULL)) != -1) { 133 + while((c = getopt_long(argc, argv, "b:L::hVzr", longopts, NULL)) != -1) { 221 static const struct option longopts[] = {
|
/openbmc/linux/tools/iio/ |
H A D | iio_generic_buffer.c | 333 static const struct option longopts[] = { variable 372 while ((c = getopt_long(argc, argv, "aAb:c:egl:n:N:t:T:w:?", longopts, in main()
|
/openbmc/linux/tools/mm/ |
H A D | page_owner_sort.c | 700 struct option longopts[] = { in main() local 709 while ((opt = getopt_long(argc, argv, "adfmnprstP", longopts, NULL)) != -1) in main()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 200 while ((ch = getopt_long(argc, argv, "cnvfx:Vh", longopts, NULL)) != -1) {
|
H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 869 + static const struct option longopts[] = { 885 + while ((ch = getopt_long(argc, argv, "cnvfx:Vh", longopts, NULL)) != -1) {
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |