Home
last modified time | relevance | path

Searched refs:link_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dprocess_docs.pl171 my $link_path = catfile($output_dir, $link_file);
174 print STDERR "DEBUG: Linking $link_path -> $output_file\n"
177 symlink $output_file, $link_path;
183 copy $output_path, $link_path;
187 print STDERR "DEBUG: Removing $link_path\n" if $options{debug};
189 while (unlink $link_path) {}
192 print "$link_path -> $output_path\n";
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Dfs.c129 char lv_path[PATH_MAX], link_path[PATH_MAX], lvm1_group_path[PATH_MAX]; in _mk_link() local
188 if (dm_snprintf(link_path, sizeof(link_path), "%s/%s", in _mk_link()
222 link_path); in _mk_link()
228 if (!stat(link_path, &buf_lp) && in _mk_link()
255 log_very_verbose("Linking %s -> %s", lv_path, link_path); in _mk_link()
256 if (symlink(link_path, lv_path) < 0) { in _mk_link()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc201 char link_path[PATH_MAX];
202 if (realpath(exe_path, link_path))
203 return link_path;
309 char link_path[PATH_MAX];
310 if (realpath(DLInfo.dli_fname, link_path))
311 return link_path;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.102166 * rs6000.h (EXTRA_SPECS): Add link_syscalls, link_libg, link_path,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.102166 * rs6000.h (EXTRA_SPECS): Add link_syscalls, link_libg, link_path,
H A DChangeLog-201138532 (LINK_SHLIB_SPEC): Don't use %(link_path).
38533 (SUBTARGET_EXTRA_SPECS): Remove link_path.