Searched refs:symlink (Results 1 - 25 of 99) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dcopy-file.exp22 if { [catch { set symlink [file readlink $f] } x] } then {
25 if { [regexp "^/" "$symlink"] } then {
26 file copy -force $symlink $dstdir
29 file copy -force $dirname/$symlink $dstdir
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dcopy-file.exp24 } elseif { [catch { set symlink [file readlink $f] } x] } then {
27 if { [regexp "^/" "$symlink"] } then {
28 file copy -force $symlink $dstdir
31 file copy -force $dirname/$symlink $dstdir
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lp/
H A Dlp44 symlink="-s"
59 symlink="";;
75 exec /usr/bin/lpr "-P${dest}" ${reqid} ${symlink} ${ncopies} "$@"
/netbsd-6-1-5-RELEASE/tests/lib/librumphijack/
H A Dt_cwd.sh51 test_case symlink_chdir /rump symlink chdir
52 test_case symlink_fchdir /rump symlink fchdir
53 test_case symlink_slash_chdir // symlink chdir
54 test_case symlink_slash_fchdir // symlink fchdir
H A Dh_cwd.c134 if (symlink("/adir", "anotherdir/lincthesink") == -1)
135 err(1, "symlink");
163 if (strcmp(argv[2], "symlink") == 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A DMakefile.shared578 symlink.gnu symlink.solaris symlink.svr3 symlink.svr5 symlink.irix \
579 symlink.aix symlink.reliantunix:
583 symlink.darwin:
588 symlink.hpux:
594 symlink
[all...]
/netbsd-6-1-5-RELEASE/share/man/man7/
H A DMakefile8 security.7 script.7 setuid.7 signal.7 sticky.7 symlink.7 sysctl.7 \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/tools/
H A Dc_rehash137 $symlink_exists=eval {symlink("",""); 1};
139 symlink $fname, $hash;
172 $symlink_exists=eval {symlink("",""); 1};
174 symlink $fname, $hash;
H A Dc_rehash.in137 $symlink_exists=eval {symlink("",""); 1};
139 symlink $fname, $hash;
172 $symlink_exists=eval {symlink("",""); 1};
174 symlink $fname, $hash;
/netbsd-6-1-5-RELEASE/sys/fs/efs/
H A Defs_dinode.h77 * If di_numextents == 0 and di_mode indicates a symlink, the
78 * symlink path is inlined into _di_symlink. Otherwise, the
79 * symlink exists in extents.
81 * Note that the symlink is stored without nul-termination,
84 char symlink[sizeof(struct efs_dextent) * EFS_DIRECTEXTENTS]; member in union:efs_dinode::__anon8789
102 #define di_symlink di_u.symlink
130 #define EFS_IFLNK 0120000 /* symlink */
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A Dautoreconf.in41 -s, --symlink instead of copying, install symbolic links
103 # symlink -- when --install, use symlinks instead.
104 symlink=false
187 --symlink | -s )
188 symlink=:; shift ;;
245 # --install and --symlink
247 automake="$automake --add-missing `$symlink || echo --copy`"
/netbsd-6-1-5-RELEASE/tests/util/mtree/
H A Dt_mtree.sh68 # symlink to file
69 ln -s a.file.1 create/a.symlink.1
70 # symlink to dir
71 ln -s b create/top.symlink.b
72 # dangling symlink
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c208 if ((cur->symlink = strdup(slink)) == NULL)
279 if (cur->symlink)
280 free(cur->symlink);
449 if ((curfsnode->symlink =
503 assert(dirnode->symlink != NULL);
505 ASEPRINT("symlink", "%s", dirnode->symlink, specnode->slink);
506 free(dirnode->symlink);
507 if ((dirnode->symlink = strdup(specnode->slink)) == NULL)
569 assert(cur->symlink !
[all...]
H A Dmakefs.h58 * fsinode, optional symlink name, and tree pointers
104 char *symlink; /* symlink target */ member in struct:_fsnode
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dsubst.c47 unsigned int global:1, print:1, symlink:1; member in struct:subst_rule
122 rule->symlink = 0;
136 rule->symlink = 1;
204 if (symlink_only && !rule->symlink)
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_ftok.c72 ATF_REQUIRE(symlink(path, slnk) == 0);
/netbsd-6-1-5-RELEASE/usr.bin/audiocfg/
H A Daudiodev.c221 if (symlink(audiopath, _PATH_AUDIO) == -1) {
222 perror("symlink " _PATH_AUDIO);
225 if (symlink(soundpath, _PATH_SOUND) == -1) {
226 perror("symlink " _PATH_SOUND);
229 if (symlink(audioctlpath, _PATH_AUDIOCTL) == -1) {
230 perror("symlink " _PATH_AUDIOCTL);
233 if (symlink(mixerpath, _PATH_MIXER) == -1) {
234 perror("symlink " _PATH_MIXER);
/netbsd-6-1-5-RELEASE/distrib/common/
H A Dparselist.awk102 # IMP SYMLINK src dest [...] symlink src to dest, [...]
262 symlink($2, $i);
335 function symlink (src, dest) \ function
/netbsd-6-1-5-RELEASE/bin/ln/
H A Dln.c58 static int hflag; /* Check new name for symlink first. */
110 linkf = symlink;
168 /* If the source is a directory (and not a symlink if hflag),
/netbsd-6-1-5-RELEASE/lib/librefuse/
H A Dfuse.h119 int (*symlink)(const char *, const char *); member in struct:fuse_operations
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.kinc.mk6 # symlink, depending on what's going on).
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_psshfs/
H A Dnode.c692 if (psn->symlink && !REFRESHTIMEOUT(pctx, time(NULL) - psn->slread))
695 if (psn->symlink) {
696 free(psn->symlink);
697 psn->symlink = NULL;
712 rv = psbuf_get_str(pb, &psn->symlink, NULL);
718 *linklen = strlen(psn->symlink);
719 (void) memcpy(linkvalue, psn->symlink, *linklen);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_iso9660.c285 struct archive_string symlink; member in struct:file_info
1242 if (file->symlink.s != NULL)
1243 archive_entry_copy_symlink(entry, file->symlink.s);
2346 if (!file->symlink_continues || file->symlink.length < 1)
2347 archive_string_empty(&file->symlink);
2349 file->symlink.s[file->symlink.length - 1] != '/')
2387 archive_strcat(&file->symlink, separator);
2394 archive_strncat(&file->symlink,
2400 archive_strncat(&file->symlink,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h167 int symlink(const char *, const char *);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h165 int symlink(const char *, const char *);

Completed in 313 milliseconds

1234