| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0007-iso9660-Don-t-leak-memory-on-realloc-failures.patch | 22 int size = ctx->symlink ? grub_strlen (ctx->symlink) : 0; 30 - ctx->symlink = grub_realloc (ctx->symlink, sz); 31 - if (! ctx->symlink) 33 + new = grub_realloc (ctx->symlink, sz); 36 + grub_free (ctx->symlink); 37 + ctx->symlink = NULL; 40 + ctx->symlink = new; 42 grub_memcpy (ctx->symlink + size, part, len2); 43 ctx->symlink[size + len2] = 0; 47 if (ctx->symlink && !ctx->was_continue)
|
| H A D | 0021-hfsplus-Fix-two-more-overflows.patch | 36 char *symlink; 40 - symlink = grub_malloc (node->size + 1); 44 + symlink = grub_malloc (sz); 45 if (!symlink)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch | 13 the tarball, but it will follow symlinks when the symlink pathname 16 This means we can create an orig.tar where there's a symlink pointing 18 contains an entry within that symlink as if it was a directory, without 19 a directory entry for the symlink pathname itself, which will be 20 extracted following the symlink outside the source tree root. 252 + symlink File::Spec->abs2rel($outdir, $treedir), "$treedir/symlink-escape"; 253 + symlink File::Spec->abs2rel("$outdir/nonexistent", $treedir), "$treedir/symlink-nonexistent"; 254 + symlink "$treedir/file", "$treedir/symlink-within"; 266 + make_path("$overdir/symlink-escape"); 267 + test_touch("$overdir/symlink-escape/escaped-file", 'escaped'); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/ |
| H A D | e8b56ebd536e82b15542a00c888109471936bfda.patch | 8 * tests/chmod/ignore-symlink.sh: A new test. 17 tests/chmod/ignore-symlink.sh | 31 +++++++++++++++++++++++++++++++ 20 create mode 100755 tests/chmod/ignore-symlink.sh 45 diff --git a/tests/chmod/ignore-symlink.sh b/tests/chmod/ignore-symlink.sh 49 +++ b/tests/chmod/ignore-symlink.sh 52 +# Test for proper exit code of chmod on a processed symlink. 90 + tests/chmod/ignore-symlink.sh \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | 0001-attr-fix-utime-for-symlink.patch | 4 Subject: [PATCH] attr: fix utime for symlink 7 symlink file because it only uses utime(), which will follow the 8 symlink. This will not cause an error if the symlink points to an 10 a rpm package, rpm tool will create the symlink first and try to 14 Making unfs3 support lutimes(), which can modify the symlink file 66 #define backend_symlink symlink
|
| /OK3568_Linux_fs/buildroot/package/dropbear/ |
| H A D | dropbear.service | 6 # If /etc/dropbear is a symlink to /var/run/dropbear, and 7 # - the filesystem is RO (i.e. we can not rm the symlink), 8 # create the directory pointed to by the symlink. 9 # - the filesystem is RW (i.e. we can rm the symlink), 10 # replace the symlink with an actual directory
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/musl/ |
| H A D | 0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch | 4 Subject: [PATCH] Make dynamic linker a relative symlink to libc 6 absolute symlink into $(libdir) fails to load in a cross build 48 symlink= 56 l) symlink=yes ;; 57 +r) symlink=yes; symlinkflags="$symlinkflags -r" ;; 64 if test "$symlink" ; then
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/toolchain/ |
| H A D | test_external.py | 60 symlink = os.path.join(self.builddir, "staging", "armv4t") 61 self.assertTrue(os.path.exists(symlink)) 62 self.assertEqual(os.readlink(symlink), "./") 125 symlink = os.path.join(self.builddir, "staging", "thumb2") 126 self.assertTrue(os.path.exists(symlink)) 127 self.assertEqual(os.readlink(symlink), "./")
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | depmod.sh | 39 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 40 ln -s "$KERNELRELEASE" "$symlink" 52 rm -f "$symlink"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | depmod.sh | 39 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 40 ln -s "$KERNELRELEASE" "$symlink" 52 rm -f "$symlink"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | depmod.sh | 40 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 41 ln -s "$KERNELRELEASE" "$symlink" 53 rm -f "$symlink"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | depmod.sh | 40 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 41 ln -s "$KERNELRELEASE" "$symlink" 53 rm -f "$symlink"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | depmod.sh | 40 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 41 ln -s "$KERNELRELEASE" "$symlink" 53 rm -f "$symlink"
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ucd9200.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
| H A D | ucd9000.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd90160.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd90320.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | depmod.sh | 54 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 55 ln -s "$KERNELRELEASE" "$symlink" 67 rm -f "$symlink"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | depmod.sh | 54 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 55 ln -s "$KERNELRELEASE" "$symlink" 67 rm -f "$symlink"
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | symlink.c | 108 unsigned char *symlink; in udf_symlink_filler() local 125 symlink = iinfo->i_data + iinfo->i_lenEAttr; in udf_symlink_filler() 134 symlink = bh->b_data; in udf_symlink_filler() 137 err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE); in udf_symlink_filler()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/removed/ |
| H A D | o2cb | 1 What: /sys/o2cb symlink 5 Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | symlink.patch | 5 a symlink entry." 19 + /* Initialize the symlink flag, may be set by the platform-specific 21 + G.pInfo->symlink = 0;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gnu-config/gnu-config/ |
| H A D | gnu-configize.in | 90 my $symlink = 0; 112 getopt ('s|symlink' => \$symlink); 199 if (!$symlink)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/ |
| H A D | 0001-Avoid-use-of-INSTALL_DIR-for-symlink-targets.patch | 4 Subject: [PATCH] Avoid use of INSTALL_DIR for symlink targets 7 INSTALL_DIR for the symlink target path prefix will yield an incorrect location 10 Because the symlink itself is already installed to INSTALL_DIR, simply removing
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | fs_dir.h | 231 return _M_type == file_type::symlink; in _GLIBCXX_VISIBILITY() 232 return symlink_status().type() == file_type::symlink; in _GLIBCXX_VISIBILITY() 239 return _M_type == file_type::symlink; in _GLIBCXX_VISIBILITY() 240 return symlink_status(__ec).type() == file_type::symlink; in _GLIBCXX_VISIBILITY() 335 if (_M_type != file_type::none && _M_type != file_type::symlink) in _GLIBCXX_VISIBILITY() 344 if (_M_type != file_type::none && _M_type != file_type::symlink) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | fs_dir.h | 231 return _M_type == file_type::symlink; in _GLIBCXX_VISIBILITY() 232 return symlink_status().type() == file_type::symlink; in _GLIBCXX_VISIBILITY() 239 return _M_type == file_type::symlink; in _GLIBCXX_VISIBILITY() 240 return symlink_status(__ec).type() == file_type::symlink; in _GLIBCXX_VISIBILITY() 335 if (_M_type != file_type::none && _M_type != file_type::symlink) in _GLIBCXX_VISIBILITY() 344 if (_M_type != file_type::none && _M_type != file_type::symlink) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-chown/ |
| H A D | selftest-chown.bb | 20 ln -s ./file ${TESTDIR}/symlink 26 chown -h test:test ${TESTDIR}/symlink
|