| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-dash-Specify-format-string-in-fmtstr.patch | 4 Subject: [PATCH] dash: Specify format string in fmtstr() 8 usr/dash/jobs.c:429:3: error: format not a string literal and no format arguments [-Werror=format-s… 14 usr/dash/jobs.c | 2 +- 17 diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c 19 --- a/usr/dash/jobs.c 20 +++ b/usr/dash/jobs.c
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 356 if (pGC->dash != DefaultDash) { in ChangeGC() 357 free(pGC->dash); in ChangeGC() 359 pGC->dash = DefaultDash; in ChangeGC() 363 unsigned char *dash; in ChangeGC() local 365 dash = malloc(2 * sizeof(unsigned char)); in ChangeGC() 366 if (dash) { in ChangeGC() 367 if (pGC->dash != DefaultDash) in ChangeGC() 368 free(pGC->dash); in ChangeGC() 370 pGC->dash = dash; in ChangeGC() 371 dash[0] = newdash; in ChangeGC() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/dash/ |
| H A D | dash_0.5.11.5.bb | 2 HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" 17 ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" 21 …grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfd… 25 printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
|
| /OK3568_Linux_fs/buildroot/package/dash/ |
| H A D | dash.mk | 8 DASH_SITE = http://gondor.apana.org.au/~herbert/dash/files 23 echo 'set -E' > $(TARGET_DIR)/etc/profile.d/dash.sh 31 $(INSTALL) -m 0755 -D $(@D)/src/dash $(TARGET_DIR)/bin/dash
|
| H A D | dash.hash | 1 # From http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.11.5.tar.gz.sha512sum 2 …2810fed8b28d23fbe35a7f371e6686107de9f81902eff109458964b4622f4c5412d60190a66bf dash-0.5.11.5.tar.gz
|
| H A D | Config.in | 2 bool "dash" 12 http://gondor.apana.org.au/~herbert/dash
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_core.c | 268 if (gc_priv->dash) { in glamor_validate_gc() 269 glamor_destroy_pixmap(gc_priv->dash); in glamor_validate_gc() 270 gc_priv->dash = NULL; in glamor_validate_gc() 282 if (gc_priv->dash) { in glamor_destroy_gc() 283 glamor_destroy_pixmap(gc_priv->dash); in glamor_destroy_gc() 284 gc_priv->dash = NULL; in glamor_destroy_gc() 311 gc_priv->dash = NULL; in glamor_create_gc()
|
| H A D | glamor_dash.c | 88 if (gc_priv->dash) in glamor_get_dash_pixmap() 89 return gc_priv->dash; in glamor_get_dash_pixmap() 93 offset += gc->dash[d]; in glamor_get_dash_pixmap() 115 rect.width = gc->dash[d]; in glamor_get_dash_pixmap() 118 offset += gc->dash[d]; in glamor_get_dash_pixmap() 123 gc_priv->dash = pixmap; in glamor_get_dash_pixmap()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | fault.c | 155 char *dash; in fault_opcodes_write() local 167 dash = strchr(token, '-'); in fault_opcodes_write() 168 if (dash) in fault_opcodes_write() 169 *dash = '\0'; in fault_opcodes_write() 172 if (dash) { in fault_opcodes_write() 173 token = dash + 1; in fault_opcodes_write()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbgc.c | 176 unsigned char *dash = pGC->dash; in fbValidateGC() local 180 dashLength += (unsigned int) *dash++; in fbValidateGC()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | mc13783-adc.c | 232 char *dash; in mc13783_adc_probe() local 240 dash = strchr(priv->name, '-'); in mc13783_adc_probe() 241 if (dash) in mc13783_adc_probe() 242 *dash = '\0'; in mc13783_adc_probe()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 116 dash = shutil.which("dash") 117 if dash is None: 119 self.run_oegitproxy(custom_shell=dash)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | determinism.patch | 4 whether the shell is bash or dash which can cause the test result to be incorrect. 16 and "" with dash
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 4 whether the shell is bash or dash which can cause the test result to be incorrect. 16 and "" with dash
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
| H A D | reproducibility-fixed-path-to-posix-shell.patch | 9 - POSIX_SHELL=`which dash`
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/buildroot/package/ntp/ |
| H A D | 0003-override-shell.patch | 20 POSIX_SHELL=`which dash`
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mstar/ |
| H A D | Kconfig | 25 Support for MStar/Sigmastar mercury dash camera SoCs.
|
| /OK3568_Linux_fs/yocto/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 */
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 154 char *dash, *end_ptr; in build_memory_map() local 160 dash = strstr(line, "-"); in build_memory_map() 161 dash[0] = 0x20; in build_memory_map()
|
| /OK3568_Linux_fs/buildroot/package/tpm2-tss/ |
| H A D | 0001-Temporary-fix-for-build-without-C.patch | 34 @@ -26,7 +26,6 @@ AX_IS_RELEASE(dash-version)
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 248 unsigned char *dash; member
|