HomeSort by: relevance | last modified time | path
    Searched defs:symlink (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /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/crypto/external/bsd/openssh/dist/
sftp-realpath.c 53 * Find the real name of path, by removing all ".", ".." and symlink
65 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
173 slen = readlink(resolved, symlink, sizeof(symlink) - 1);
176 symlink[slen] = '\0';
177 if (symlink[0] == '/') {
190 * append them to symlink. The result is placed
194 if (symlink[slen - 1] != '/') {
196 (ptrdiff_t)sizeof(symlink)) {
200 symlink[slen] = '/'
    [all...]
  /src/external/mpl/mozilla-certdata/share/
certdata.awk 39 function symlink(target, link, cmd, status) { 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/external/bsd/libarchive/dist/tar/
subst.c 34 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1, from_begin:1; member in struct:subst_rule
112 rule->symlink = 1; /* Rewrite symlink targets. */
143 rule->symlink = 1;
146 rule->symlink = 0;
220 if (!rule->symlink)
  /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::__anon6720
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/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /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/puffs/mount_psshfs/
psshfs.h 130 char *symlink; member in struct:psshfs_node
  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 57 int symlink(const char *target, const char *linkpath) function
192 * Check if a symlink goes to the right spot; return 0 if okay.
449 if (symlink(ep->filename, buf) < 0) {
451 "%s: Can't symlink %s, %s\n",

Completed in 45 milliseconds

1 2 3 4