Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 81) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-dash-Specify-format-string-in-fmtstr.patch4 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 Dgc.c356 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 Ddash_0.5.11.5.bb2 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 Ddash.mk8 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 Ddash.hash1 # 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 DConfig.in2 bool "dash"
12 http://gondor.apana.org.au/~herbert/dash
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c268 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 Dglamor_dash.c88 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 Dfault.c155 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 Dfbgc.c176 unsigned char *dash = pGC->dash; in fbValidateGC() local
180 dashLength += (unsigned int) *dash++; in fbValidateGC()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dmc13783-adc.c232 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 Doescripts.py116 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 Ddeterminism.patch4 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 Dpreferbash.patch10 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 Ddeterminism.patch4 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 Dklibc-utils.inc6 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 Dreproducibility-fixed-path-to-posix-shell.patch9 - POSIX_SHELL=`which dash`
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dbashism.patch1 ${x//y/} is a bash syntax. Replace with something dash compatible
/OK3568_Linux_fs/buildroot/package/ntp/
H A D0003-override-shell.patch20 POSIX_SHELL=`which dash`
/OK3568_Linux_fs/kernel/arch/arm/mach-mstar/
H A DKconfig25 Support for MStar/Sigmastar mercury dash camera SoCs.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch244 + /* 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 Dfix-run-builtins.patch30 # sets on startup. Also test code that prefixes argv[0] with a dash.
/OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c154 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 D0001-Temporary-fix-for-build-without-C.patch34 @@ -26,7 +26,6 @@ AX_IS_RELEASE(dash-version)
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h248 unsigned char *dash; member

1234