/src/distrib/common/ |
parselist.awk | 102 # IMP SYMLINK src dest [...] symlink src to dest, [...] 256 $1 == "SYMLINK" \ 259 err("Usage: SYMLINK prog link [...]"); 262 symlink($2, $i); 335 function symlink (src, dest) \ function
|
/src/lib/librefuse/refuse/ |
v11.h | 58 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v11
|
v21.h | 54 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v21
|
v22.h | 58 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v22
|
v23.h | 58 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v23
|
v25.h | 54 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v25
|
v26.h | 54 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v26
|
v28.h | 54 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v28
|
v29.h | 54 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v29
|
v30.h | 62 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v30
|
v34.h | 53 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v34
|
v35.h | 53 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v35
|
v38.h | 53 int (*symlink) (const char *, const char *); member in struct:fuse_operations_v38
|
/src/sys/fs/efs/ |
efs_dinode.h | 77 * 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::__anon92ad2896010a 102 #define di_symlink di_u.symlink 130 #define EFS_IFLNK 0120000 /* symlink */
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 88 #define symlink(a,b) rump_sys_symlink(a,b) macro
|
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.h | 130 char *symlink; member in struct:psshfs_node
|
/src/usr.sbin/makefs/ |
makefs.h | 59 * fsinode, optional symlink name, and tree pointers 115 char *symlink; /* symlink target */ member in struct:_fsnode
|
/src/usr.sbin/fstyp/ |
hammer_disk.h | 909 char symlink[24]; /* HAMMER_INODE_BASESYMLEN */ member in union:hammer_inode_data::__anonecb1044f010a 924 #define HAMMER_INODE_BASESYMLEN 24 /* see ext.symlink */ 972 * Symlink data which does not fit in the inode is stored in a separate 1076 struct hammer_symlink_data symlink; member in union:hammer_data_ondisk
|
/src/lib/libc/time/ |
zic.c | 172 symlink(char const *target, char const *linkname) function in typeref:typename:int 1427 /* Create symlink contents suitable for symlinking TARGET to LINKNAME, as a 1430 relative or absolute. Return a null pointer if the symlink contents 1516 However, skip this if A is a relative symlink 1518 On some platforms link(A, B) does not follow a symlink A, 1557 if (symlink(contents, outname) == 0) {
|