| /illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
| H A D | symlink.c | 30 symlink(char *t, char *f) function
|
| /illumos-gate/usr/src/lib/libast/common/misc/ |
| H A D | 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*);
|
| H A D | fts.c | 92 unsigned char symlink; /* originally a symlink */ \ 200 f->symlink = 0; 484 verify |= fts->pwd->symlink; 509 if (!f->symlink && (ISTYPE(f, DT_UNKNOWN) || ISTYPE(f, DT_LNK))) 552 f->symlink = 1; 1120 || fts->pwd && fts->pwd->symlink 1344 * follow symlink if asked to 1379 if (f->symlink && f->fts_info != FTS_SL)
|
| /illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
| H A D | symlink.c | 30 symlink(char *t, char *f) function
|
| /illumos-gate/usr/src/lib/libc/port/sys/ |
| H A D | symlink.c | 37 #pragma weak _symlink = symlink 39 symlink(const char *path1, const char *path2) function
|
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | 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[sle [all...] |
| /illumos-gate/usr/src/lib/libast/common/comp/ |
| H A D | symlink.c | 28 NoN(symlink) 41 symlink(const char* a, char* b)
|
| /illumos-gate/usr/src/lib/libast/common/path/ |
| H A D | pathsetlink.c | 71 return(symlink(t, name));
|
| /illumos-gate/usr/src/lib/libshell/common/scripts/ |
| H A D | filetree1.sh | 101 [[ -L "$i" ]] && nflags.symlink="true" || nflags.symlink="false"
|
| /illumos-gate/usr/src/cmd/sgs/libldmake/common/ |
| H A D | 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,
|
| /illumos-gate/usr/src/ucbcmd/ln/ |
| H A D | ln.c | 80 int (*linkf)() = sflag ? symlink : link;
|
| /illumos-gate/usr/src/cmd/make/lib/makestate/ |
| H A D | lock.c | 54 * Create a symlink to a file. The "test and set" will be 55 * atomic as creating the symlink provides both functions. 90 r = symlink(name, lockname); 96 (const char *)"symlink(%s, %s)", name, lockname);
|
| /illumos-gate/usr/src/cmd/make/lib/vroot/ |
| H A D | lock.cc | 55 * Create a symlink to a file. The "test and set" will be 56 * atomic as creating the symlink provides both functions. 102 r = symlink(name, lockname); 111 file_lock_error(msg, name, (char *)"symlink(%s, %s)",
|
| /illumos-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | 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...] |
| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | symlink.c | 115 symlink(char *target, char *linkname) function
|
| /illumos-gate/usr/src/man/man2/ |
| H A D | Makefile | 144 symlink.2 \ 388 symlinkat.2 := LINKSRC = symlink.2
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/ |
| H A D | 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";
|
| /illumos-gate/usr/src/lib/libbsm/common/ |
| H A D | audit_plugin.c | 235 if (symlink(name, BINFILE_FILE) != 0) {
|
| /illumos-gate/usr/src/stand/lib/fs/nfs/ |
| H A D | nfs3ops.c | 416 linkargs.symlink.data.data_len = cfile->fh.fh3.len; 417 linkargs.symlink.data.data_val = cfile->fh.fh3.data;
|
| /illumos-gate/usr/src/lib/lvm/libsvm/common/ |
| H A D | metainterfaces.c | 266 * Ignore failures to create the symlink. This could 268 * symlink might have already been created. 270 (void) symlink(setnum, setname);
|
| /illumos-gate/usr/src/cmd/tsol/updatehome/ |
| H A D | setupfiles.c | 434 * linkfile - Make a symlink from the the current directory to the base 441 * REPL, if replace existing symlink. 450 * Calls lstat, symlink, strcat, strcpy, strlen, unlink. 507 if (symlink(src, dest) != 0) { 508 dperror("setupfiles link symlink"); 509 dprintf("setupfiles link unable to symlink%s\n", "");
|
| /illumos-gate/usr/src/cmd/lp/lib/lp/ |
| H A D | Syscalls.c | 367 while ((n = symlink(s1, s2)) == -1 && errno == EINTR)
|
| /illumos-gate/usr/src/cmd/rmvolmgr/ |
| H A D | vold.c | 464 (void) symlink(symcontents_mp, symname_mp); 465 (void) symlink(symcontents, symname); 782 * If NOTIFY_DIR exists, make sure it is not a symlink. 784 * again to make sure NOTIFY_DIR isn't a symlink. 789 * symlink. If NOTIFY_DIR exists and isn't a symlink,
|
| /illumos-gate/usr/src/lib/libreparse/common/ |
| H A D | fs_reparse_lib.c | 60 * Create a symlink at the specified 'path' as a reparse point. 82 return (symlink(data, path) ? errno : 0); 89 * to the reparse point symlink body. The string returned is in 175 * is not a symlink.
|
| /illumos-gate/usr/src/head/rpcsvc/ |
| H A D | nfs_prot.x | 683 nfs_fh3 symlink; 838 symlinkdata3 symlink;
|