Searched refs:symlink (Results 151 - 175 of 210) sorted by relevance

123456789

/freebsd-10.2-release/tools/regression/security/cap_test/
H A Dcap_test_capmode.c108 CHECK_CAPMODE(symlink,
/freebsd-10.2-release/usr.sbin/makefs/
H A Dmakefs.h49 * fsinode, optional symlink name, and tree pointers
95 char *symlink; /* symlink target */ member in struct:_fsnode
H A Dffs.c616 slen = strlen(node->symlink) + 1;
670 } else if (S_ISLNK(cur->type)) { /* symlink */
671 slen = strlen(cur->symlink);
673 memcpy(dinp->di_db, cur->symlink, slen);
675 membuf = cur->symlink;
722 } else if (S_ISLNK(cur->type)) { /* symlink */
723 slen = strlen(cur->symlink);
725 memcpy(dinp->di_db, cur->symlink, slen);
727 membuf = cur->symlink;
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c292 struct archive_string symlink; member in struct:file_info
1280 if (file->symlink.s != NULL)
1281 archive_entry_copy_symlink(entry, file->symlink.s);
1879 * Note2: xorriso set 0 to the location of a symlink file.
2523 if (!file->symlink_continues || file->symlink.length < 1)
2524 archive_string_empty(&file->symlink);
2561 archive_strcat(&file->symlink, separator);
2568 archive_strncat(&file->symlink,
2574 archive_strncat(&file->symlink,
2579 archive_strcat(&file->symlink, "
[all...]
H A Darchive_write_set_format_xar.c205 struct archive_string symlink; member in struct:file
1169 filetype = "symlink"; break;
1211 * The symlink target file is "../ref/" and its
1215 * The symlink target file is "../f" and its
1225 file->symlink.s,
1914 archive_string_init(&(file->symlink));
1935 archive_string_free(&(file->symlink));
2018 archive_string_empty(&(file->symlink));
2126 /* Convert symlink name too. */
2136 "Can't translate symlink '
[all...]
H A Darchive_write_set_format_mtree.c115 struct archive_string symlink; member in struct:mtree_entry
811 archive_strcpy(&me->symlink, s);
864 archive_string_free(&me->symlink);
992 mtree_quote(str, me->symlink.s);
2181 archive_string_empty(&np->symlink);
2182 archive_string_concat(&np->symlink, &file->symlink);
/freebsd-10.2-release/sys/sys/
H A Dsyscall.mk55 symlink.o \
/freebsd-10.2-release/lib/libc/sys/
H A DMakefile.inc311 symlink.2 \
448 MLINKS+=symlink.2 symlinkat.2
/freebsd-10.2-release/contrib/mtree/
H A Dverify.c203 type = "symlink";
247 else if (symlink(p->slink, path))
H A Dcompare.c553 (symlink(s->slink, p->fts_accpath) == -1) )
/freebsd-10.2-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c205 PUFFSOP_SET(pops, dtfs, node, symlink);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchownat.c51 #define LINK "dir/symlink"
52 #define BASELINK "symlink"
209 atf_tc_set_md_var(tc, "descr", "See that fchownat works on symlink");
221 ATF_REQUIRE(symlink(FILE, LINK) == 0); /* Target does not exists */
H A Dt_utimensat.c48 #define LINK "dir/symlink"
49 #define BASELINK "symlink"
50 #define FILEERR "dir/symlink"
174 atf_tc_set_md_var(tc, "descr", "See that utimensat works on symlink");
182 ATF_REQUIRE(symlink(FILE, LINK) == 0); /* NB: FILE does not exists */
/freebsd-10.2-release/bin/ln/
H A Dln.c59 static int hflag; /* Check new name for symlink first. */
64 static int wflag; /* Warn if symlink target does not
247 * If the target is a directory (and not a symlink if hflag),
275 * Relative symlink source. Try to construct the
339 if (sflag ? symlink(source, target) :
/freebsd-10.2-release/usr.sbin/mtree/
H A Dverify.c189 type = "symlink";
198 if (symlink(p->slink, path))
199 (void)printf(" (symlink not created: %s)\n",
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc280 // If the filename is a symlink, we need to resolve and return the location of
370 if (::symlink(t.begin(), f.begin()) == -1)
/freebsd-10.2-release/sbin/savecore/
H A Dsavecore.c683 if (symlink(infoname, "info.last") == -1) {
684 syslog(LOG_WARNING, "unable to create symlink %s/%s: %m",
694 if (symlink(corename, linkname) == -1) {
695 syslog(LOG_WARNING, "unable to create symlink %s/%s: %m",
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_stat.c386 ATF_REQUIRE(symlink(path, pathlink) == 0);
/freebsd-10.2-release/sbin/restore/
H A Dutilities.c206 if (!Nflag && symlink(existing, new) < 0) {
/freebsd-10.2-release/include/rpcsvc/
H A Dnfs_prot.x624 nfs_fh3 symlink;
771 * Arguments to symlink (v3).
780 symlinkdata3 symlink;
/freebsd-10.2-release/include/
H A Dunistd.h440 * symlink() was originally in POSIX.1a, which was withdrawn after
445 int symlink(const char * __restrict, const char * __restrict);
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_dev.c576 /* destroy symlink devices, if any */
578 if (f->symlink[n]) {
579 usb_free_symlink(f->symlink[n]);
580 f->symlink[n] = NULL;
1933 f_rx->symlink[n / 2] =
1936 f_tx->symlink[n / 2] =
2308 * Else: Pointer to symlink entry
2368 * Compute total length of source and destination symlink
/freebsd-10.2-release/bin/cp/
H A Dutils.c283 if (symlink(llink, to.p_path)) {
284 warn("symlink: %s", llink);
/freebsd-10.2-release/bin/pax/
H A Dfile_subs.c384 res = symlink(arcn->ln_name, arcn->name);
/freebsd-10.2-release/secure/lib/libcrypto/
H A DMakefile409 .for symlink in ${OLDSYMLINKS}
410 rm -f ${DESTDIR}${LIBDIR}/${symlink}

Completed in 184 milliseconds

123456789