Searched refs:symlink (Results 1 - 25 of 68) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dsymlink.c30 symlink(char *t, char *f) function
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dunivlib.h33 * 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 Dfts.c92 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 Dsymlink.c30 symlink(char *t, char *f) function
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsymlink.c37 #pragma weak _symlink = symlink
39 symlink(const char *path1, const char *path2) function
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c72 * 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 Dsymlink.c28 NoN(symlink)
41 symlink(const char* a, char* b)
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathsetlink.c71 return(symlink(t, name));
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfiletree1.sh101 [[ -L "$i" ]] && nflags.symlink="true" || nflags.symlink="false"
/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dlock.c67 * 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 Dln.c80 int (*linkf)() = sflag ? symlink : link;
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dlock.c54 * 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 Dlock.cc55 * 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 Dnl7clogd.c54 * 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 Dsymlink.c115 symlink(char *target, char *linkname) function
/illumos-gate/usr/src/man/man2/
H A DMakefile144 symlink.2 \
388 symlinkat.2 := LINKSRC = symlink.2
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c219 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 Daudit_plugin.c235 if (symlink(name, BINFILE_FILE) != 0) {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c416 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 Dmetainterfaces.c266 * 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 Dsetupfiles.c434 * 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 DSyscalls.c367 while ((n = symlink(s1, s2)) == -1 && errno == EINTR)
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c464 (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 Dfs_reparse_lib.c60 * 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 Dnfs_prot.x683 nfs_fh3 symlink;
838 symlinkdata3 symlink;

Completed in 143 milliseconds

123