Home
last modified time | relevance | path

Searched refs:_symlink (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/svk/SVK-v2.2.3/t/
H A D70symlink.t13 sub _symlink {
52 _symlink ("bar", "$copath/A/bar.lnk");
53 _symlink ('/tmp', "$copath/A/dir.lnk");
90 _symlink ('.', "$copath/A/dir.lnk");
123 _symlink ('.', "$copath/B/dir.lnk");
147 _symlink ('non', "$copath/B/new-non.lnk");
172 _symlink ('non', "$copath/B/new-non.lnk");
181 _symlink ('/tmp', "$copath/B/dir.lnk");
196 _symlink ('non', "$copath/A/dir.lnk");
203 _symlink ('A', "$copath/entry.lnk");
[all …]
/dports/devel/py-pythonbrew/pythonbrew-1.3/pythonbrew/commands/
H A Dsymlink.py51 self._symlink(bin, bin, pkgname)
53 self._symlink('python', 'py', pkgname)
72 self._symlink(bin, dstbin, pkgname)
75 self._symlink('python', dstbin, pkgname)
98 self._symlink(srcbin, dstbin, pkgname)
100 def _symlink(self, srcbin, dstbin, pkgname): member in SymlinkCommand
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/src/
H A DFilesystem_TEST.cc83 bool create_new_file_symlink(const std::string &_symlink, in create_new_file_symlink() argument
86 return symlink(_target.c_str(), _symlink.c_str()) == 0; in create_new_file_symlink()
90 bool create_new_dir_symlink(const std::string &_symlink, in create_new_dir_symlink() argument
93 return symlink(_target.c_str(), _symlink.c_str()) == 0; in create_new_dir_symlink()
167 bool create_new_file_symlink(const std::string &_symlink, in create_new_file_symlink() argument
171 _symlink.c_str(), _target.c_str(), 0); in create_new_file_symlink()
177 + "] to [" + _symlink + "]"); in create_new_file_symlink()
184 bool create_new_dir_symlink(const std::string &_symlink, in create_new_dir_symlink() argument
187 const bool linked = ::CreateSymbolicLinkA(_symlink.c_str(), _target.c_str(), in create_new_dir_symlink()
193 + "] to [" + _symlink + "]"); in create_new_dir_symlink()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/
H A DFilesystem_TEST.cc80 bool create_new_file_symlink(const std::string &_symlink, in create_new_file_symlink() argument
83 return symlink(_target.c_str(), _symlink.c_str()) == 0; in create_new_file_symlink()
87 bool create_new_dir_symlink(const std::string &_symlink, in create_new_dir_symlink() argument
90 return symlink(_target.c_str(), _symlink.c_str()) == 0; in create_new_dir_symlink()
156 bool create_new_file_symlink(const std::string &_symlink, in create_new_file_symlink() argument
159 return ::CreateSymbolicLinkA(_symlink.c_str(), _target.c_str(), 0) == TRUE; in create_new_file_symlink()
163 bool create_new_dir_symlink(const std::string &_symlink, in create_new_dir_symlink() argument
166 return ::CreateSymbolicLinkA(_symlink.c_str(), _target.c_str(), in create_new_dir_symlink()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/libnosys/
H A Dsymlink.c14 _DEFUN (_symlink, (path1, path2),
22 stub_warning(_symlink)
/dports/devel/cmake/cmake-3.22.1/Tests/InstallMode/
H A DCMakeLists.txt23 macro(testme _name _path _symlink)
30 "-DEXPECT_SYMLINK:BOOL=${_symlink}"
/dports/devel/brz/breezy-3.2.0/breezy/
H A D_readdir_py.py27 _symlink = 'symlink' variable
H A D_readdir_pyx.pyx119 cdef object _symlink
120 _symlink = 'symlink' variable
192 return _symlink
/dports/devel/py-iopath/iopath-b49ef53b557b794ad142047905827a6727b91d63/tests/
H A Dtest_file_io.py184 _symlink = self._tmpfile + "_symlink" # pyre-ignore
185 self.assertTrue(self._pathmgr.symlink(self._tmpfile, _symlink)) # pyre-ignore
186 with self._pathmgr.open(_symlink) as f:
188 self.assertEqual(os.readlink(_symlink), self._tmpfile)
189 os.remove(_symlink)
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/elFinder/php/
H A DelFinderVolumeGroup.class.php214 protected function _symlink($source, $targetDir, $name) function in elFinderVolumeGroup
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/studio-42/elfinder/php/
H A DelFinderVolumeGroup.class.php214 protected function _symlink($source, $targetDir, $name) function in elFinderVolumeGroup
/dports/archivers/p5-Archive-Tar/Archive-Tar-2.40/
H A DMANIFEST20 t/90_symlink.t
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dsupport.c677 static mode_t _symlink(pool *p, const char *path, ino_t last_inode, in _symlink() function
711 return _symlink(p, buf, (ino_t) st.st_ino, rcount); in _symlink()
726 return _symlink(p, path, (ino_t) 0, 0); in symlink_mode2()
745 mode = _symlink(p, path, (ino_t) 0, 0); in file_mode2()
/dports/devel/grpc/grpc-1.42.0/tools/distrib/python/grpcio_tools/
H A Dgrpcio_tools.bzl83 _symlink_target = name + "_symlink"
/dports/devel/grpc134/grpc-1.34.1/tools/distrib/python/grpcio_tools/
H A Dgrpcio_tools.bzl83 _symlink_target = name + "_symlink"
/dports/devel/py-iopath/iopath-b49ef53b557b794ad142047905827a6727b91d63/iopath/common/
H A Dfile_io.py486 def _symlink(self, src_path: str, dst_path: str, **kwargs: Any) -> bool: member in PathHandler
672 def _symlink(self, src_path: str, dst_path: str, **kwargs: Any) -> bool: member in NativePathHandler
1336 bret = handler._symlink(src_path, dst_path, **kwargs) # type: ignore
/dports/archivers/kf5-karchive/karchive-5.89.0/src/
H A Dkarchive.cpp656 const QString &_symlink) in KArchiveEntryPrivate() argument
662 , symlink(_symlink) in KArchiveEntryPrivate()

123