Searched refs:symlink (Results 26 - 45 of 45) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c122 } __attribute__ ((packed)) symlink; member in union:grub_squash_inode::__anon420
456 ret = grub_malloc (grub_le_to_cpu32 (node->ino.symlink.namelen) + 1);
459 grub_le_to_cpu32 (node->ino.symlink.namelen),
462 node->ino_offset + (node->ino.symlink.name
469 ret[grub_le_to_cpu32 (node->ino.symlink.namelen)] = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t197 my $symlink_rslt = eval { symlink $tmpfile, $tmpfile_link };
198 skip "symlink not implemented", 3 if $@ =~ /unimplemented/;
200 is( $@, '', 'symlink() implemented' );
201 ok( $symlink_rslt, 'symlink() ok' );
231 # or a symlink, or a socket, depending on which OS and how are
421 # If we have d_lstat, we should have symlink()
423 symlink $0, $linkname or die "# Can't symlink $0: $!";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.t156 symlink("file-$$", "symlink-$$") or die $!;
157 eval { copy("file-$$", "symlink-$$") };
160 unlink "symlink-$$";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t340 symlink symlink 'foo', 'bar'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t112 stat, symlink, sysopen, umask, unlink, utime
/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c60 * Create a symlink at the specified 'path' as a reparse point.
82 return (symlink(string, path) ? errno : 0);
89 * to the reparse point symlink body. The string returned is in
184 * is not a symlink.
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse.h111 * This is called for creation of all non-directory, non-symlink
127 int (*symlink) (const char *, const char *); member in struct:fuse_operations
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST48 die "Failed to symlink: $!\n"
49 unless symlink("../perl.third", "perl.third");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t253 # a symlink forest to another disk (it complains about too many
255 is(symlink("TEST$$","c"), 1, "symlink");
/osnet-11/usr/src/lib/libpkg/common/
H A Dverify.c140 * - VE_FAIL = utime/target directory/link/stat/symlink/mknod/chmod/statvfs/
382 * - VE_FAIL = utime/target directory/link/stat/symlink/mknod/chmod/statvfs/
632 if (symlink(ainfo->local, path)) {
H A Dpkgtrans.c1062 if (symlink(srcpath, path) != 0) {
1072 if (symlink(srcpath, path) != 0) {
1137 /* save cwd and change to symlink dir for cpio invocation */
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py660 '''Update latest symlink to point to the current generation'''
666 os.symlink(str(gen), linkpath)
/osnet-11/usr/src/lib/libast/
H A DMakefile.com130 common/comp/symlink.o \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com857 symlink.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com890 symlink.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com838 symlink.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile821 symlink.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH566 * This symbol, if defined, indicates that the symlink routine is available
2695 * This symbol is defined if PROCSELFEXE_PATH is a symlink
H A Dpp_sys.c3595 TAINT_PROPER("symlink");
3596 SETi( symlink(tmps, tmps2) >= 0 );
3599 DIE(aTHX_ PL_no_func, "symlink");
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2835 # symlink; some systems play weird games with the mod time of symlinks
2836 # (eg FreeBSD returns the mod time of the symlink's containing
17276 if (symlink (".", sym) != 0
30512 for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell lchown link linkat lseek pipe2 pread pwrite readlink readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do
[all...]

Completed in 1235 milliseconds

12