Home
last modified time | relevance | path

Searched refs:longopts (Results 1 – 16 of 16) sorted by relevance

/openbmc/kcsbridge/src/
H A Dargs.cpp14 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 Dqemu-storage-daemon.c184 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 Dmain.c214 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 Dvsock_perf.c303 static const struct option longopts[] = { variable
388 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
H A Dvsock_diag_test.c443 static const struct option longopts[] = { variable
525 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
H A Dvsock_test.c1264 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 Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch1116 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 Dvirtio_test.c279 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 Dbusybox_1.37.0.bb33 file://longopts.cfg \
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c588 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 Dlibfdisk-cfdisk-and-sfdisk-sector-size-improvements.patch132 - 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 Diio_generic_buffer.c333 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 Dpage_owner_sort.c700 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 D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch200 while ((ch = getopt_long(argc, argv, "cnvfx:Vh", longopts, NULL)) != -1) {
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch869 + static const struct option longopts[] = {
885 + while ((ch = getopt_long(argc, argv, "cnvfx:Vh", longopts, NULL)) != -1) {
/openbmc/linux/
H A Dopengrok1.0.log[all...]