Home
last modified time | relevance | path

Searched refs:symlinks (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/crypto/openssh/
H A Dsftp-realpath.c63 unsigned symlinks; in sftp_realpath() local
82 symlinks = 0; in sftp_realpath()
169 if (symlinks++ > SYMLOOP_MAX) { in sftp_realpath()
/freebsd/lib/libc/stdlib/
H A Drealpath.c53 unsigned symlinks; in realpath1() local
57 symlinks = 0; in realpath1()
139 if (symlinks++ > MAXSYMLINKS) { in realpath1()
/freebsd/contrib/ntp/libntp/
H A Dntp_realpath.c104 unsigned symlinks; in realpath1() local
108 symlinks = 0; in realpath1()
190 if (++symlinks > NTP_MAXSYMLINKS) { in realpath1()
/freebsd/share/sendmail/
H A DMakefile23 META_TARGETS+= copies symlinks
34 symlinks: target
/freebsd/contrib/tcsh/
H A Dsh.dir.h44 EXTERN int symlinks; variable
H A DNewThings65 * ignore_symlinks and chase_symlinks are replaced with symlinks=ignore
66 and symlinks=chase; symlinks=expand addition
H A Dsh.set.c120 symlinks = SYM_IGNORE; in update_vars()
122 symlinks = SYM_EXPAND; in update_vars()
124 symlinks = SYM_CHASE; in update_vars()
126 symlinks = 0; in update_vars()
792 symlinks = 0; in unset()
H A Dsh.dir.c609 dp = dnormalize(cp, symlinks == SYM_IGNORE); in dfollow()
649 dp = dnormalize(buf.s, symlinks == SYM_IGNORE || in dfollow()
650 symlinks == SYM_EXPAND); in dfollow()
1049 if (sp != cp && symlinks == SYM_CHASE && in dcanon_internal()
H A Dsh.glob.c377 if (symlinks == SYM_EXPAND) { in globexpand()
646 else if (symlinks == SYM_EXPAND && in tglob()
H A Dtw.parse.c432 if ((bptr = dnormalize(qline.s + wordp, symlinks == SYM_IGNORE || in tenematch()
433 symlinks == SYM_EXPAND)) != NULL) { in tenematch()
1949 symlinks == SYM_IGNORE || symlinks == SYM_EXPAND)) || in expand_dir()
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dvdev_id.conf.sas_direct.example5 # Additionally create /dev/by-enclosure/ symlinks for enclosure devices
/freebsd/sys/contrib/openzfs/udev/rules.d/
H A D60-zvol.rules.in5 # NOTE: We used to also create an additional tree of zvol symlinks located at
/freebsd/tools/tools/locale/tools/
H A Dfinalize60 TEMP3=${TMPDIR}/${1}.symlinks
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg5 # the only element of $PATH and create symlinks from that dir to the
/freebsd/sys/contrib/openzfs/udev/
H A Dvdev_id137 -e Create enclose device symlinks only (/dev/by-enclosure)
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md36 Alternatively, symlinks named `gzip` or `gunzip` will mimic intended behavior.
46 Alternatively, symlinks named `xz`, `unxz`, `lzma`, or `unlzma` will mimic intended behavior.
56 Alternatively, symlinks named `lz4`, or `unlz4` will mimic intended behavior.
/freebsd/contrib/file/src/
H A Dmagic.h.in34 #define MAGIC_SYMLINK 0x0000002 /* Follow symlinks */
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl964 …$(PERL) $(SRCDIR)/util/write-man-symlinks install $(SRCDIR)/doc/man1 $(BLDDIR)/doc/man1 $${fn}$(MA…
972 …$(PERL) $(SRCDIR)/util/write-man-symlinks install $(SRCDIR)/doc/man3 $(BLDDIR)/doc/man3 $${fn}$(MA…
980 …$(PERL) $(SRCDIR)/util/write-man-symlinks install $(SRCDIR)/doc/man5 $(BLDDIR)/doc/man5 $${fn}$(MA…
988 …$(PERL) $(SRCDIR)/util/write-man-symlinks install $(SRCDIR)/doc/man7 $(BLDDIR)/doc/man7 $${fn}$(MA…
998 …$(PERL) $(SRCDIR)/util/write-man-symlinks uninstall $(SRCDIR)/doc/man1 $(BLDDIR)/doc/man1 $${fn}$(…
1005 …$(PERL) $(SRCDIR)/util/write-man-symlinks uninstall $(SRCDIR)/doc/man3 $(BLDDIR)/doc/man3 $${fn}$(…
1012 …$(PERL) $(SRCDIR)/util/write-man-symlinks uninstall $(SRCDIR)/doc/man5 $(BLDDIR)/doc/man5 $${fn}$(…
1019 …$(PERL) $(SRCDIR)/util/write-man-symlinks uninstall $(SRCDIR)/doc/man7 $(BLDDIR)/doc/man7 $${fn}$(…
/freebsd/contrib/libarchive/
H A DNEWS63 Mar 27, 2019: Support for file and directory symlinks on Windows
227 Mar 12, 2010: Don't dereference symlinks on Linux when reading ACLs.
423 Jan 22, 2008: Fix bad padding when writing symlinks to newc cpio archives.
658 Feb 26, 2007: Don't lose symlinks when extracting from ISOs.
/freebsd/crypto/openssl/doc/man3/
H A DX509_LOOKUP_hash_dir.pod116 OpenSSL includes a L<openssl-rehash(1)> utility which creates symlinks with
/freebsd/tools/build/
H A DMakefile384 host-symlinks:
/freebsd/contrib/ntp/scripts/update-leap/
H A Dinvoke-update-leap.texi135 symlinks named according to a hash of the certificates' subject names.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel.m4287 dnl # `source` and `build` symlinks in `/lib/modules/$(KERNEL_VERSION)`
306 dnl # `build` symlinks/directories. If module directory contains only
/freebsd/tests/sys/acl/
H A Dtools-posix.test68 # Same as above, but for symlinks.
/freebsd/include/
H A DMakefile413 symlinks: .PHONY .META target

1234