| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0009-demux-dash-include-cstdint-needed-for-uint64_t.patch | 4 Subject: [PATCH] demux: dash: include cstdint, needed for uint64_t 13 modules/demux/dash/mpd/TemplatedUri.hpp | 1 + 16 diff --git a/modules/demux/dash/mpd/TemplatedUri.hpp b/modules/demux/dash/mpd/TemplatedUri.hpp 18 --- a/modules/demux/dash/mpd/TemplatedUri.hpp 19 +++ b/modules/demux/dash/mpd/TemplatedUri.hpp 27 namespace dash
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/dash/ |
| H A D | dash_0.5.12.bb | 2 HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" 13 CVE_PRODUCT = "dash:dash" 19 ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" 23 …grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfd… 27 printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
|
| /openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
| H A D | Dockerfile | 30 RUN echo "dash dash/sh boolean false" | debconf-set-selections \ 31 && dpkg-reconfigure dash
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch | 35 POSIX_SHELL=`which dash` 47 POSIX_SHELL=`which dash`
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | preferbash.patch | 10 For example, Debian by default has /bin/sh -> /bin/dash: dash is a faster
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 121 dash = shutil.which("dash") 122 if dash is None: 124 self.run_oegitproxy(custom_shell=dash)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | determinism.patch | 7 whether the shell is bash or dash which can cause the test result to be incorrect. 19 and "" with dash
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | fsl-lx2160a-rdb.dts | 6 * Sriram Dash <sriram.dash@nxp.com>
|
| /openbmc/dbus-sensors/src/nvme/ |
| H A D | NVMeSensorMain.cpp | 124 size_t dash = rootName.find('-'); in deriveRootBus() local 125 if (dash == std::string::npos) in deriveRootBus() 131 return std::stoi(rootName.substr(0, dash)); in deriveRootBus()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | bashism.patch | 1 ${x//y/} is a bash syntax. Replace with something dash compatible
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 7 whether the shell is bash or dash which can cause the test result to be incorrect. 19 and "" with dash
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
| H A D | reproducibility-fixed-path-to-posix-shell.patch | 19 - POSIX_SHELL=`which dash`
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc-utils.inc | 6 install -m 755 usr/dash/shared/sh ${D}${base_bindir}/sh.shared 8 install -m 755 usr/dash/static/sh ${D}${base_bindir}/sh
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
| H A D | fix-run-builtins.patch | 30 # sets on startup. Also test code that prefixes argv[0] with a dash.
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | migration-util.c | 218 const char *dash = strrchr(mname, '-'); in resolve_machine_version() local 223 if (dash && dot) { in resolve_machine_version()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/ |
| H A D | 0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch | 28 - POSIX_SHELL=`which dash`
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0002-Fix-configure-when-bin-sh-is-not-bash.patch | 11 When /bin/sh used by autoconf is not bash, e.g. dash, configure
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/ |
| H A D | determism.patch | 11 SHELL (/bin/sh) is dash or bash.
|
| /openbmc/qemu/qga/ |
| H A D | commands-linux.c | 155 char *line = NULL, *dash; in build_fs_mount_list() local 172 dash = strstr(line + dir_e, " - "); in build_fs_mount_list() 173 if (!dash) { in build_fs_mount_list() 176 ret = sscanf(dash, " - %n%*s%n %n%*s%n%c", in build_fs_mount_list() 182 dash[type_e] = 0; in build_fs_mount_list() 183 dash[dev_e] = 0; in build_fs_mount_list() 185 decode_mntname(dash + dev_s, dev_e - dev_s); in build_fs_mount_list() 188 if (strcmp("btrfs", dash + type_s) != 0 || in build_fs_mount_list() 189 dev_major_minor(dash + dev_s, &devmajor, &devminor) < 0) { in build_fs_mount_list() 201 mount->devtype = g_strdup(dash in build_fs_mount_list() [all...] |
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ |
| H A D | glibc.inc | 39 # glibc make-syscalls.sh has a number of issues with /bin/dash and
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 244 + /* Assume that charsets can't start with a dash to spot arguments misuse */ 280 + /* Assume that charsets can't start with a dash to spot arguments misuse */ 344 + /* Assume that charsets can't start with a dash to spot arguments misuse */ 380 + /* Assume that charsets can't start with a dash to spot arguments misuse */
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/ |
| H A D | profile | 40 # Portable resize function for ash/bash/dash/ksh
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-plugins-bad_1.26.1.bb | 30 bz2 closedcaption curl dash dtls hls openssl sbc smoothstreaming \ 43 PACKAGECONFIG[dash] = "-Ddash=enabled,-Ddash=disabled,libxml2"
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 1601 const char *dash = strrchr(mname, '-'); in qtest_is_old_versioned_machine() 1609 if (dash && dot && dot > dash) { 1610 for (chr = dash + 1; *chr; chr++) { 1621 bname[dash - mname] = 0; in qtest_free_machine_list() 1573 const char *dash = strrchr(mname, '-'); qtest_is_old_versioned_machine() local
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/ |
| H A D | rpidistro-vlc_3.0.17.bb | 18 file://0009-demux-dash-include-cstdint-needed-for-uint64_t.patch \
|