Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A D0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch4 Subject: [PATCH] getopt: Include string.h for strcmp/stcncmp functions
10 compat/getopt.c | 1 +
13 diff --git a/compat/getopt.c b/compat/getopt.c
15 --- a/compat/getopt.c
16 +++ b/compat/getopt.c
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch27 import getopt
30 opts, args = getopt.getopt(sys.argv[1:],
33 - except getopt.GetoptError, e:
34 + except getopt.GetoptError as e:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dsimg_dump-python3.patch27 import getopt
30 opts, args = getopt.getopt(sys.argv[1:],
33 - except getopt.GetoptError, e:
34 + except getopt.GetoptError as e:
/openbmc/openbmc/poky/scripts/
H A Dcve-json-to-text.py10 import getopt
45 opts, args = getopt.getopt(
48 except getopt.GetoptError:
/openbmc/qemu/scripts/
H A Dtracetool.py17 import getopt
70 opts, args = getopt.getopt(args[1:], "", long_opts)
71 except getopt.GetoptError as err:
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/
H A D0001-Use-basename-implementation-from-glib-2.0.patch23 #include <getopt.h>
42 #include <getopt.h>
60 #include <getopt.h>
72 #include <getopt.h>
84 #include <getopt.h>
/openbmc/openbmc/poky/scripts/tiny/
H A Dksum.py23 import getopt
112 opts, args = getopt.getopt(sys.argv[1:], "vh", ["help"])
113 except getopt.GetoptError as err:
H A Dksize.py14 import getopt
126 opts, args = getopt.getopt(sys.argv[1:], "dh", ["help"])
127 except getopt.GetoptError as err:
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py6 import os, getopt, sys, zlib
45 opts, args = getopt.getopt(sys.argv[1:],
47 except getopt.GetoptError as err:
/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py4 import os, getopt, sys, zlib
49 opts, args = getopt.getopt(sys.argv[1:],
52 except getopt.GetoptError as err:
/openbmc/openbmc/poky/scripts/contrib/
H A Dbbvars.py9 import getopt
74 opts, args = getopt.getopt(sys.argv[1:], "d:hm:t:T", ["help"])
75 except getopt.GetoptError as err:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch35getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs…
36getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs…
H A D0001-kpatch-build-add-cross-compilation-support.patch51getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs…
52getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs…
/openbmc/skeleton/pytools/
H A Dgpioutil5 import getopt
122 opts, args = getopt.getopt(sys.argv,"hn:i:d:v:p:l:")
123 except getopt.GetoptError:
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools.patch8 -[AC_CHECK_FUNC(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
13 +AC_LIBOBJ([getopt])dnl])])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A D0010-Adjust-header-include-sequence.patch24 #include <getopt.h>
40 #include <getopt.h>
54 #include <getopt.h>
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/
H A D0001-Fix-building-on-musl.patch35 #include <getopt.h>
47 #include <getopt.h>
164 #include <getopt.h>
176 #include <getopt.h>
211 #include <getopt.h>
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py12 import getopt
200 opts, args = getopt.getopt(sys.argv[1:], "o:u:b:h")
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py29 import getopt
268 …opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","na…
269 except getopt.GetoptError:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.8c.bb54 #prevent proftpd from using its bundled getopt implementation.
55 PACKAGECONFIG[getopt] = "--with-getopt, --without-getopt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-include-missing-system-headers.patch78 #include <getopt.h>
92 #include <getopt.h>
104 #include <getopt.h>
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-Update-exported-symbol-list.patch27 …)_impl|eof|fail_errno|filelength|find_(enum_(text|value)|file_extension)|getopt(_init)?|lpc10_(cre…
28 …rror|fail_errno|filelength|find_(enum_(text|value)|file_extension)|flush|getopt(_init)?|id3_read_t…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch89 @@ -240,7 +240,7 @@ $O/getopt.o : getopt.c $(INCS)
90 $(COMPILE) -c getopt.c -o $O/getopt.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcov/
H A Dlcov_1.16.bb29 perl-module-getopt-long \
30 perl-module-getopt-std \
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-providers.inc29 VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt"
54 PREFERRED_PROVIDER_getopt ?= "util-linux-getopt"

1234567891011