HomeSort by relevance Sort by last modified time
    Searched refs:symlink (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
symlink.s 30 .file "symlink.s"
32 /* C library -- symlink */
33 /* int symlink(const char *name1, const char *name2) */
37 ANSI_PRAGMA_WEAK(symlink,function)
41 SYSCALL_RVAL1(symlink)
43 SET_SIZE(symlink)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
make_links.pl 7 symlink $_,$target
RunMeFirst 35 symlink $_, $target unless -e $target;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
symlink.c 32 symlink(char *t, char *f) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
symlink.c 32 symlink(char *t, char *f) function
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
univlib.h 33 * universe symlink conditionals use $(UNIVERSE)
40 __STDPP__directive pragma pp:hide getuniverse readlink setuniverse symlink universe
45 #define symlink ______symlink
60 __STDPP__directive pragma pp:nohide getuniverse readlink setuniverse symlink universe
65 #undef symlink
90 extern int symlink(const char*, const char*);
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
devinfo_realpath.c 72 * Find the real name of path, by removing all ".", ".." and symlink
88 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
193 slen = readlink(resolved, symlink,
194 sizeof (symlink) - 1);
197 symlink[slen] = '\0';
199 if (symlink[0] == '/') {
212 * append them to symlink. The result is placed
216 if (symlink[slen - 1] != '/') {
217 if (slen + 1 >= sizeof (symlink)) {
221 symlink[slen] = '/'
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
symlink.c 28 NoN(symlink)
41 symlink(const char* a, char* b)
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsd/
postinstall 40 # 2. Symbolic Link - The symlink to the device path which should be created.
133 while read path symlink; do
143 lprefix=`echo "$symlink" | sed 's:[^/]*::g;s:/:../:g'`
145 linkdst="/$symlink"
  /onnv/onnv-gate/usr/src/cmd/abi/appcert/scripts/
abi_index.pl 46 %symlink
147 # %symlink & %inode_hash associative arrays as appropriate.
171 # inode is used to identify what file a symlink point to:
178 if (exists($symlink{$inode})) {
179 $symlink{$inode} .= ":" . $path;
181 $symlink{$inode} = ":" . $path;
377 # prepare the output line, including any symlink information:
380 if ($inode && exists($symlink{$inode})) {
381 $links = "${path}$symlink{$inode}";
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathsetlink.c 71 return(symlink(t, name));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
find.t 7 my $symlink_exists = eval { symlink("",""); 1 };
314 CheckDie( symlink(':fb',':fa:fsl') ) if $symlink_exists;
316 CheckDie( symlink('../fb','fa/fsl') ) if $symlink_exists;
540 # is a symlink to a directory, and it shouldn't follow the link
648 CheckDie( symlink( dir_path('dangling_dir'),
653 CheckDie( symlink('dangling_file', ':fa:dangling_file_sl') );
655 CheckDie( symlink('../dangling_file','fa/dangling_file_sl') );
696 CheckDie( symlink(':fa:faa',':fa:faa:faa_sl') );
698 CheckDie( symlink('../faa','fa/faa/faa_sl') );
709 CheckDie( symlink(':fa:fa_ord',':fa:fa_ord_sl') ); # symlink to a fil
    [all...]
taint.t 43 my $symlink_exists = eval { symlink("",""); 1 };
244 skip "Creating symlink", 1, unless $symlink_exists;
246 ok( symlink(':fb',':fa:fsl'), 'Created symbolic link' );
248 ok( symlink('../fb','fa/fsl'), 'Created symbolic link' );
355 is( scalar(keys %Expect_File), 0, 'Found all files in symlink test' );
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
predepend.c 84 if (symlink(path, spath)) {
  /onnv/onnv-gate/usr/src/lib/brand/lx/zone/
lx_init_zone.ksh 72 ln_fail=$(gettext "Unable to symlink '%s' to '%s'!")
123 symlink() function
131 log "Unable to symlink \"$src\" to \"$dst\"!"
317 symlink /bin/sh sbin/sh
318 symlink /bin/su usr/bin/su
319 symlink /native/usr/lib/ld.so.1 usr/lib/ld.so.1
325 symlink "/$libpam_so" lib/libpam.so.0
326 symlink "/$libpam_misc" lib/libpam_misc.so.0
327 symlink "/$libpamc_so" lib/libpamc.so.0
474 # tell it to use /var/run/syslog instead, and make /dev/log a symlink
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
filetree1.sh 102 [[ -L "$i" ]] && nflags.symlink="true" || nflags.symlink="false"
  /onnv/onnv-gate/usr/src/cmd/sgs/libldmake/common/
lock.c 67 * Create a symlink to a file. The "test and set" will be
68 * atomic as creating the symlink provides both functions.
103 r = symlink(name, lockname);
109 (const char *)"symlink(%s, %s)", name, lockname,
  /onnv/onnv-gate/usr/src/ucbcmd/ln/
ln.c 80 int (*linkf)() = sflag ? symlink : link;
  /onnv/onnv-gate/usr/src/uts/common/syscall/
symlink.c 56 symlink(char *target, char *linkname) function
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7clogd.c 54 * the symlink "current" to 1 of up to 16 NCA BLF logging files, by default
104 * dir - path to the directory where the current logfile symlink
107 * symlink - name of the logfile symlink.
109 * symlink_path - path to the logfile symlink.
127 static caddr_t symlink = "current"; variable
327 /* Remove the current symlink */
328 (void) VOP_REMOVE(nca_fio_dvp(&fio), symlink, kcred, NULL, 0); local
334 /* Create symlink to the new log file */
335 ret = VOP_SYMLINK(nca_fio_dvp(&fio), symlink,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
taint.t 379 test 59, eval { symlink $TAINT, '' } eq '', 'symlink';
383 for (59..60) { print "ok $_ # Skipped: symlink() is not available\n" }
621 my $symlink = "sl$$";
622 unlink($symlink);
626 symlink($sl, $symlink) or die "symlink: $!\n";
627 my $readlink = readlink($symlink);
629 unlink($symlink);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
tst.call3.c 219 args->symlink.data.data_len = rootfh->fhandle3_len;
220 args->symlink.data.data_val = rootfh->fhandle3_val;
265 args->symlink.symlink_data = "interior";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
cwd.t 73 # /tmp is a symlink to /private/tmp. Therefore we invalidate
132 symlink $Test_Dir => "linktest";
  /onnv/onnv-gate/usr/src/ucbcmd/sbcp/
syscalls.list 83 symlink SIMPLE /* 57 = 2, symlink */
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
nfs3ops.c 416 linkargs.symlink.data.data_len = cfile->fh.fh3.len;
417 linkargs.symlink.data.data_val = cfile->fh.fh3.data;

Completed in 1500 milliseconds

1 2 3 4 5