/freebsd/crypto/openssh/ |
H A D | sftp-realpath.c | 63 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 D | realpath.c | 53 unsigned symlinks; in realpath1() local 57 symlinks = 0; in realpath1() 139 if (symlinks++ > MAXSYMLINKS) { in realpath1()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_realpath.c | 104 unsigned symlinks; in realpath1() local 108 symlinks = 0; in realpath1() 190 if (++symlinks > NTP_MAXSYMLINKS) { in realpath1()
|
/freebsd/share/sendmail/ |
H A D | Makefile | 23 META_TARGETS+= copies symlinks 34 symlinks: target
|
/freebsd/contrib/tcsh/ |
H A D | sh.dir.h | 44 EXTERN int symlinks; variable
|
H A D | NewThings | 65 * ignore_symlinks and chase_symlinks are replaced with symlinks=ignore 66 and symlinks=chase; symlinks=expand addition
|
H A D | sh.set.c | 120 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 D | sh.dir.c | 609 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 D | sh.glob.c | 377 if (symlinks == SYM_EXPAND) { in globexpand() 646 else if (symlinks == SYM_EXPAND && in tglob()
|
H A D | tw.parse.c | 432 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 D | vdev_id.conf.sas_direct.example | 5 # Additionally create /dev/by-enclosure/ symlinks for enclosure devices
|
/freebsd/sys/contrib/openzfs/udev/rules.d/ |
H A D | 60-zvol.rules.in | 5 # NOTE: We used to also create an additional tree of zvol symlinks located at
|
/freebsd/tools/tools/locale/tools/ |
H A D | finalize | 60 TEMP3=${TMPDIR}/${1}.symlinks
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | commands.cfg | 5 # the only element of $PATH and create symlinks from that dir to the
|
/freebsd/sys/contrib/openzfs/udev/ |
H A D | vdev_id | 137 -e Create enclose device symlinks only (/dev/by-enclosure)
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 36 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 D | magic.h.in | 34 #define MAGIC_SYMLINK 0x0000002 /* Follow symlinks */
|
/freebsd/crypto/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 964 …$(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 D | NEWS | 63 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 D | X509_LOOKUP_hash_dir.pod | 116 OpenSSL includes a L<openssl-rehash(1)> utility which creates symlinks with
|
/freebsd/tools/build/ |
H A D | Makefile | 384 host-symlinks:
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | invoke-update-leap.texi | 135 symlinks named according to a hash of the certificates' subject names.
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel.m4 | 287 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 D | tools-posix.test | 68 # Same as above, but for symlinks.
|
/freebsd/include/ |
H A D | Makefile | 413 symlinks: .PHONY .META target
|