| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/diffutils/ |
| H A D | 0001-Skip-strip-trailing-cr-test-case.patch | 4 Subject: [PATCH] Skip strip-trailing-cr test case 6 Skip the test "strip-trailing-cr" since it requires valgrind to 26 - strip-trailing-cr \ 31 +# strip-trailing-cr
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27779.patch | 4 Subject: [PATCH] cookies: make bad_domain() not consider a trailing dot fine 6 The check for a dot in the domain must not consider a single trailing 7 dot to be fine, as then TLD + trailing dot is fine and curl will accept 34 + /* there must be a dot present, but that dot must not be a trailing dot */
|
| H A D | CVE-2022-30115.patch | 4 Subject: [PATCH] hsts: ignore trailing dots when comparing hosts names 43 + /* strip off trailing any dot */ 66 + /* remove the trailing dot */
|
| H A D | CVE-2023-23914_5-4.patch | 26 the trailing newline of this given data before comparing with the one actually 34 server is used), if 'nonewline' is set, we will cut off the trailing newline
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | seg6.c | 32 int trailing; in seg6_validate_srh() local 54 trailing = len - tlv_offset; in seg6_validate_srh() 55 if (trailing < 0) in seg6_validate_srh() 58 while (trailing) { in seg6_validate_srh() 62 if (trailing < sizeof(*tlv)) in seg6_validate_srh() 68 trailing -= tlv_len; in seg6_validate_srh() 69 if (trailing < 0) in seg6_validate_srh()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/ |
| H A D | common.mk | 6 define strip-trailing-slashes-and-dots 8 $(filter-out $(1),$(_o)),$(call strip-trailing-slashes-and-dots,$(_o)),$(_o))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch | 2 Subject: [PATCH 01/12] ltmain.in: Handle trailing slashes on install commands correctly 8 where the path ends with a trailing slash currently fails. This occurs in 25 + # Strip any trailing slash from the destination.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | deprecated.rst | 79 a trailing array of others structures, as in:: 89 or a one-element array as a trailing array member, please refactor such 220 a dynamically sized set of trailing elements in a structure. Kernel code 225 In older C code, dynamically sized trailing elements were done by specifying 234 remove the size of the single trailing element to get a correct size of 257 This is the way the kernel expects dynamically sized trailing elements 283 allocated for the trailing array ``items``. Here are a couple examples of this
|
| /OK3568_Linux_fs/kernel/tools/memory-model/scripts/ |
| H A D | parseargs.sh | 103 echo $1 trailing characters "'$trailchars'"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/ |
| H A D | 0001-depmod-Add-support-for-excluding-a-directory.patch | 38 + This specifies the trailing directories that will be excluded 42 + The <replaceable>excludedir</replaceable> is the trailing directory
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/ |
| H A D | cpprules.in | 5 # output lines with trailing backslashes.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/ |
| H A D | Makefile | 6 out-dir := $(call strip-trailing-slashes-and-dots,$(O))
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | .yamllint | 39 trailing-spaces: false
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/ |
| H A D | libvpx-configure-support-blank-prefix.patch | 35 + # Strip trailing slash
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/builtin_func/ |
| H A D | Kconfig | 21 # but any trailing newlines are deleted.
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev6-memset.S | 104 and $18,7,$18 # E : Number of trailing bytes to write 282 and $18,7,$18 # E : Number of trailing bytes to write 470 and $18,7,$18 # E : Number of trailing bytes to write
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | pxa2xx.rst | 121 trailing bytes in the SSP receiver fifo. The correct value for this field is 123 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte 124 timeouts and must busy-wait any trailing bytes.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | zh_HK | 92 % Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002 99 % Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | zh_HK | 92 % Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002 99 % Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/ |
| H A D | 0001-src-dir.c-fix-buffer-overflow-warning.patch | 12 `MAXPATHLEN` and trailing `0`.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/ |
| H A D | MAINTAINERS | 19 A trailing slash includes all files and subdirectory files.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/ |
| H A D | diffutils_3.9.bb | 8 file://0001-Skip-strip-trailing-cr-test-case.patch \
|
| /OK3568_Linux_fs/u-boot/tools/scripts/ |
| H A D | define2mk.sed | 15 # Drop trailing spaces
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | maxim-ds1302.txt | 7 edge. Master input is set by the RTC on the trailing edge and is sensed
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
| H A D | 0002-update-ca-certificates-use-SYSROOT.patch | 46 # Add trailing newline to certificate, if it is missing (#635570)
|