Home
last modified time | relevance | path

Searched refs:linkto (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dpool.c26 char linkto[PATH_MAX]; member
40 pathcpy(pool->linkto, sizeof(pool->linkto), linkto); in pool_alloc()
246 char linkto[PATH_MAX]; in read_dir() local
249 ret = readlink(path_next, linkto, sizeof(linkto)); in read_dir()
256 linkto[ret] = 0; in read_dir()
259 pool = pool_alloc(sub_dir, name, linkto, &st); in read_dir()
308 char linkto[PATH_MAX]; in make_link() local
319 pathprint(linkto, sizeof(linkto), "%s%s/%s", share_dir, disk->name, sub); in make_link()
322 pathprint(linkto, sizeof(linkto), "%s%s", disk->dir, sub); in make_link()
334 && strcmp(found->linkto, linkto) == 0 in make_link()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dinverselink.php42 $linkto = Filter::get('linkto', 'person|source|family|manage|repository|note'); variable
46 if ($linkto == 'manage' && Module::getModuleByName('GEDFact_assistant')) {
65 echo '<input type="hidden" name="linkto" value="', $linkto, '">';
94 if ($linkto == "person") {
106 if ($linkto == "family") {
118 if ($linkto == "source") {
129 if ($linkto == "repository") {
140 if ($linkto == "note") {
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/output/
H A Dsymlink.py84 linkto = os.path.join(linkto_path, linkto_name)
85 if linkto == entry['location']:
89 if os.path.exists(linkto) and (
92 msg = 'Symlink destination %s already exists' % linkto
98 logger.verbose('{}link `{}` to `{}`', config['link_type'], linkfrom, linkto)
101 os.symlink(linkfrom, linkto)
104 self.hard_link_dir(linkfrom, linkto, existing)
106 dirname = os.path.dirname(linkto)
109 os.link(linkfrom, linkto)
/dports/www/hiawatha/hiawatha-10.12/extra/
H A Dnewroot20 my $linkto = readlink($file);
21 if (substr($linkto, 0, 1) eq "/") {
22 $file = $linkto;
24 $file = $path."/".$linkto;
31 print ".".$path."/".$filename." -> .".$path."/".$linkto."\n";
33 system("/bin/ln -s ".$linkto." ".$filename);
/dports/lang/ficl/ficl-4.1.0/doc/source/
H A Dlinks.ht6 def linkto(href):
15 <? linkto("http://ficl.sourceforge.net") ?>
33 <? linkto("http://ficl.sourceforge.net/pdf/Forth_Primer.pdf") ?>
36 <? linkto("http://www.taygeta.com/forth_intro/stackflo.html") ?>
41 <? linkto("http://www.softsynth.com/pforth/pf_tut.htm") ?>
52 <? linkto("articles/ficlddj.pdf") ?>
55 <? linkto("articles/jwsforml.pdf") ?>
65 <? linkto("http://ficl.sourceforge.net/dpans/dpans.htm") ?>
69 <? linkto("http://www.taygeta.com/forthlit.html") ?>
78 <? linkto("http://www.forth.org") ?>
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/config/
H A Dpaths.py101 linkto = None
120 linkto = xchpth
121 return os.path.abspath(_find_or_create_root_dir('config', linkto, rootname))
149 linkto = None
168 linkto = xchpth
170 return os.path.abspath(_find_or_create_root_dir('cache', linkto, rootname))
289 def _find_or_create_root_dir(dirnm, linkto, pkgname='astropy'): argument
312 linkto is not None and
313 not os.path.exists(linkto)):
314 os.symlink(maindir, linkto)
/dports/security/xmlsec1/xmlsec1-1.2.29/docs/
H A Dxmlsec.xsl5 <xsl:template name="linkto"> namedTemplate
74 <xsl:call-template name="linkto">
80 <xsl:call-template name="linkto">
86 <xsl:call-template name="linkto">
92 <xsl:call-template name="linkto">
99 <xsl:call-template name="linkto">
105 <xsl:call-template name="linkto">
111 <xsl:call-template name="linkto">
117 <xsl:call-template name="linkto">
124 <xsl:call-template name="linkto">
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
34 linkto = os.readlink(name)
39 linkto = join(os.pardir, linkto)
43 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
34 linkto = os.readlink(name)
39 linkto = join(os.pardir, linkto)
43 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
34 linkto = os.readlink(name)
39 linkto = join(os.pardir, linkto)
43 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
33 linkto = os.readlink(name)
38 linkto = join(os.pardir, linkto)
42 os.symlink(join(linkto, filename), join(name, filename))
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dmkreal.py20 linkto = os.readlink(name) # Make sure again it's a symlink
34 linkto = os.readlink(name)
39 linkto = join(os.pardir, linkto)
43 os.symlink(join(linkto, filename), join(name, filename))
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/config/jsdoc/api/template/tmpl/
H A Dmethod.tmpl13 <span class="inherited"><?js= this.linkto(data.inherits, 'inherited') ?></span>
19 …<?js= self.linkto(meta.filename) ?>, <?js= self.linkto(meta.filename, 'line ' + meta.lineno, null,…
47 <ul><li><?js= this.linkto(data['this'], data['this']) ?></li></ul>
73 <code><?js= eventClassName ? self.linkto(f, type) : type ?></code>
77 (<?js= self.linkto(eventClass.longname) ?>)
91 <li><?js= self.linkto(f) ?></li>
98 <li><?js= self.linkto(f) ?></li>
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dfiles_links.c215 char linkto[CF_BUFSIZE]; in VerifyAbsoluteLink() local
219 strcpy(linkto, destination); in VerifyAbsoluteLink()
220 ChopLastNode(linkto); in VerifyAbsoluteLink()
221 AddSlash(linkto); in VerifyAbsoluteLink()
222 strcat(linkto, source); in VerifyAbsoluteLink()
226 strcpy(linkto, source); in VerifyAbsoluteLink()
229 CompressPath(absto, sizeof(absto), linkto); in VerifyAbsoluteLink()
251 CompressPath(linkto, sizeof(linkto), expand); in VerifyAbsoluteLink()
261 char buff[CF_BUFSIZE], linkto[CF_BUFSIZE]; in VerifyRelativeLink() local
269 if (!CompressPath(linkto, sizeof(linkto), source)) in VerifyRelativeLink()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dfiles_links.c231 char linkto[CF_BUFSIZE]; in VerifyAbsoluteLink() local
235 strcpy(linkto, destination); in VerifyAbsoluteLink()
236 ChopLastNode(linkto); in VerifyAbsoluteLink()
237 JoinPaths(linkto, sizeof(linkto), source); in VerifyAbsoluteLink()
241 strcpy(linkto, source); in VerifyAbsoluteLink()
244 CompressPath(absto, sizeof(absto), linkto); in VerifyAbsoluteLink()
279 CompressPath(linkto, sizeof(linkto), expand); in VerifyAbsoluteLink()
281 return VerifyLink(ctx, destination, linkto, attr, pp); in VerifyAbsoluteLink()
290 char buff[CF_BUFSIZE], linkto[CF_BUFSIZE]; in VerifyRelativeLink() local
298 if (!CompressPath(linkto, sizeof(linkto), source)) in VerifyRelativeLink()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dfiles_links.c231 char linkto[CF_BUFSIZE]; in VerifyAbsoluteLink() local
235 strcpy(linkto, destination); in VerifyAbsoluteLink()
236 ChopLastNode(linkto); in VerifyAbsoluteLink()
237 JoinPaths(linkto, sizeof(linkto), source); in VerifyAbsoluteLink()
241 strcpy(linkto, source); in VerifyAbsoluteLink()
244 CompressPath(absto, sizeof(absto), linkto); in VerifyAbsoluteLink()
279 CompressPath(linkto, sizeof(linkto), expand); in VerifyAbsoluteLink()
281 return VerifyLink(ctx, destination, linkto, attr, pp); in VerifyAbsoluteLink()
290 char buff[CF_BUFSIZE], linkto[CF_BUFSIZE]; in VerifyRelativeLink() local
298 if (!CompressPath(linkto, sizeof(linkto), source)) in VerifyRelativeLink()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dfiles_links.c231 char linkto[CF_BUFSIZE]; in VerifyAbsoluteLink() local
235 strcpy(linkto, destination); in VerifyAbsoluteLink()
236 ChopLastNode(linkto); in VerifyAbsoluteLink()
237 JoinPaths(linkto, sizeof(linkto), source); in VerifyAbsoluteLink()
241 strcpy(linkto, source); in VerifyAbsoluteLink()
244 CompressPath(absto, sizeof(absto), linkto); in VerifyAbsoluteLink()
279 CompressPath(linkto, sizeof(linkto), expand); in VerifyAbsoluteLink()
281 return VerifyLink(ctx, destination, linkto, attr, pp); in VerifyAbsoluteLink()
290 char buff[CF_BUFSIZE], linkto[CF_BUFSIZE]; in VerifyRelativeLink() local
298 if (!CompressPath(linkto, sizeof(linkto), source)) in VerifyRelativeLink()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dfiles_links.c231 char linkto[CF_BUFSIZE]; in VerifyAbsoluteLink() local
235 strcpy(linkto, destination); in VerifyAbsoluteLink()
236 ChopLastNode(linkto); in VerifyAbsoluteLink()
237 JoinPaths(linkto, sizeof(linkto), source); in VerifyAbsoluteLink()
241 strcpy(linkto, source); in VerifyAbsoluteLink()
244 CompressPath(absto, sizeof(absto), linkto); in VerifyAbsoluteLink()
279 CompressPath(linkto, sizeof(linkto), expand); in VerifyAbsoluteLink()
281 return VerifyLink(ctx, destination, linkto, attr, pp); in VerifyAbsoluteLink()
290 char buff[CF_BUFSIZE], linkto[CF_BUFSIZE]; in VerifyRelativeLink() local
298 if (!CompressPath(linkto, sizeof(linkto), source)) in VerifyRelativeLink()
[all …]

12345678910>>...23