Home
last modified time | relevance | path

Searched full:symbolic (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/freebsd-src/bin/ln/
H A Dsymlink.734 .Nd symbolic link handling
35 .Sh SYMBOLIC LINK HANDLING
36 Symbolic links are files that act as pointers to other files.
45 A symbolic link contains the name of the file to which it is linked,
47 For this reason, symbolic links may reference directories and may span
50 Because a symbolic link and its referenced object coexist in the file system
60 Symbolic links are handled either by operating on the link itself,
66 Symbolic links may reference other symbolic links,
68 not a symbolic lin
[all...]
H A Dln.170 There are two types of links; hard links and symbolic links.
73 to a file is one of the differences between a hard and symbolic link.
100 When creating a hard link to a symbolic link,
101 create a hard link to the target of the symbolic link.
107 When creating a hard link to a symbolic link,
108 create a hard link to the symbolic link itself.
127 is a symbolic link, do not follow it.
153 Create a symbolic link.
159 Warn if the source of a symbolic link does not currently exist.
172 A symbolic link contains the name of the file to
[all …]
/freebsd-src/lib/libsys/
H A Dsymlink.234 .Nd make symbolic link to a file
44 A symbolic link
53 used in creating the symbolic link).
64 In this case the symbolic link is created relative to the directory
80 The symbolic link succeeds unless:
101 Too many symbolic links were encountered in translating the
127 The directory in which the entry for the new symbolic link is being placed
131 The new symbolic link cannot be created because
133 system that will contain the symbolic link.
136 symbolic link is being created.
[all …]
H A Dreadlink.234 .Nd read value of a symbolic link
49 places the contents of the symbolic link
69 In this case the symbolic link whose content is read relative to the
103 Too many symbolic links were encountered in translating the pathname.
105 The named file is not a symbolic link.
H A Dchown.278 follows symbolic links to operate on the target of the link
92 but does not follow symbolic links.
117 names a symbolic link, ownership of the symbolic link is changed.
178 Too many symbolic links were encountered in translating the pathname.
287 system call was changed to follow symbolic links in
H A Dfhreadlink.231 .Nd read value of a symbolic link
43 places the contents of the symbolic link
70 Too many symbolic links were encountered in translating the file handle
73 The named file is not a symbolic link.
H A Dstat.262 except when the named file is a symbolic link,
103 names a symbolic link, the status of the symbolic link is returned.
264 As short symbolic links are stored in the inode, this number may
290 #define S_IFLNK 0120000 /* symbolic link */
330 Test for a symbolic link.
375 Too many symbolic links were encountered in translating the pathname.
/freebsd-src/lib/libc/gen/
H A Dfts.382 (ignoring symbolic links)
83 or physically (visiting symbolic links), order the walk of the hierarchy or
223 A symbolic link.
225 A symbolic link with a non-existent target.
228 field reference the file characteristic information for the symbolic link
322 of a hard link between two directories, or a symbolic link pointing to a
385 This option causes any symbolic link specified as a root path to be
394 structures for the targets of symbolic links
395 instead of the symbolic links themselves.
396 If this option is set, the only symbolic links for which
[all …]
/freebsd-src/bin/ln/tests/
H A Dln_test.sh43 "symbolic link, '-L' option creates a hard" \
44 "link to the target of the symbolic link"
59 "symbolic link, '-P' option creates a hard " \
60 "link to the symbolic link itself"
99 atf_set "descr" "Verify whether creating a symbolic link fails if " \
111 atf_set "descr" "Verify that if the target directory is a symbolic " \
125 atf_set "descr" "Verify that if the target directory is a symbolic " \
154 "'-sf' option unlinks it and creates a symbolic link " \
183 atf_set "descr" "Verify that '-s' option creates a symbolic link"
196 "option creates a broken symbolic link to the source file"
[all …]
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_symlink.c60 /* Symbolic Link: link1b -> link1a */ in DEFINE_TEST()
76 /* Symbolic link: link2b -> link2a */ in DEFINE_TEST()
101 /* Symbolic link: dot -> . */ in DEFINE_TEST()
112 /* Symbolic link: dotdot -> .. */ in DEFINE_TEST()
123 /* Symbolic link: slash -> / */ in DEFINE_TEST()
134 /* Symbolic link: sldot -> /. */ in DEFINE_TEST()
145 /* Symbolic link: sldotdot -> /.. */ in DEFINE_TEST()
166 /* Symbolic link: d1nosl -> d1 */ in DEFINE_TEST()
177 /* Symbolic link: d1slash -> d1/ */ in DEFINE_TEST()
188 /* Symbolic link: d1sldot -> d1/. */ in DEFINE_TEST()
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_entry_misc.345 sets the type of the symbolic link stored in an archive entry.
47 have special meaning on operating systems that support multiple symbolic link
53 Symbolic link target type is not defined (default on unix systems)
55 Symbolic link points to a file
57 Symbolic link points to a directory
/freebsd-src/share/doc/smm/05.fastfs/
H A D5.t188 Symbolic links
203 .I "symbolic links"
206 A symbolic link is implemented as a file that contains a pathname.
207 When the system encounters a symbolic link while
209 the contents of the symbolic link is prepended to the rest
218 If a symbolic link contains an absolute pathname,
220 otherwise the contents of the symbolic link is evaluated
224 symbolic link in a pathname that they are using.
226 must be able to detect and manipulate symbolic links.
228 symbolic links; seven system utilities required changes
[all …]
/freebsd-src/bin/cp/
H A Dcp.185 option is specified, symbolic links on the command line are followed.
90 option is specified, all symbolic links are followed.
92 No symbolic links are followed.
108 This option also causes symbolic links to be copied, rather than
192 Create symbolic links to regular files in a hierarchy instead of copying.
232 Symbolic links are always followed unless the
234 flag is set, in which case symbolic links are not followed, by default.
241 flag) cause symbolic links to be followed as described above.
/freebsd-src/usr.sbin/chown/
H A Dchown.855 Symbolic links named by arguments are silently left unchanged unless
64 option is specified, symbolic links on the command line are followed
70 option is specified, all symbolic links are followed.
74 option is specified, no symbolic links are followed.
87 If the file is a symbolic link, change the user ID and/or the
155 On previous versions of this system, symbolic links did not have
H A Dchgrp.160 option is specified, symbolic links on the command line are followed
66 option is specified, all symbolic links are followed.
70 option is specified, no symbolic links are followed.
83 If the file is a symbolic link, the group ID of the link itself is changed
139 In previous versions of this system, symbolic links did not have groups.
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp138 bool Symbolic; in checkPreCall()
141 Call.getArgExpr(FuncInfo.VAListPos), Symbolic, C); in checkPreCall()
150 if (Symbolic) in checkPreCall()
190 bool Symbolic; in checkPreStmt()
192 getVAListAsRegion(VAListSVal, VASubExpr, Symbolic, C); in checkPreStmt()
195 if (Symbolic) in checkPreStmt()
309 bool Symbolic; in checkVAListStartCall()
311 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C); in checkVAListStartCall()
319 getVAListAsRegion(Call.getArgSVal(1), Call.getArgExpr(1), Symbolic, C); in checkVAListStartCall()
327 } else if (!State->contains<InitializedVALists>(Arg2) && !Symbolic) { in checkVAListStartCall()
139 bool Symbolic; checkPreCall() local
191 bool Symbolic; checkPreStmt() local
310 bool Symbolic; checkVAListStartCall() local
357 bool Symbolic; checkVAListEndCall() local
[all...]
/freebsd-src/usr.bin/stat/
H A Dstat.160 only the target of the symbolic link is printed.
61 If the given argument is not a symbolic link and the
74 In this case, the argument does not need to be a symbolic link.
111 after each symbolic link,
141 if file is a symbolic link, and not to
441 The target of a symbolic link.
483 Given a symbolic link
516 file is a symbolic link, you could use the following format:
519 /tmp/bar: Symbolic Link -\*[Gt] /tmp/foo
522 /tmp/foo: Symbolic Link -\*[Gt] /
/freebsd-src/contrib/mtree/
H A Dmtree.8229 Follow all symbolic links in the file hierarchy.
280 Don't follow symbolic links in the file hierarchy, instead consider
281 the symbolic link itself in any comparisons.
292 This occurs when the directory is a symbolic link.
331 symbolic link targets, to match the specification.
338 the device type of devices, and symbolic link targets,
340 Create any missing directories, devices or symbolic links.
449 The file flags as a symbolic name.
466 The file group as a symbolic name.
468 The file the symbolic link is expected to reference.
[all …]
/freebsd-src/usr.bin/du/
H A Ddu.186 Symbolic links on the command line are followed, symbolic links in file
92 Symbolic links on the command line and in file hierarchies are followed.
94 No symbolic links are followed.
159 utility counts the storage used by symbolic links and not the files they
169 option is specified, storage used by any symbolic links which are
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h33 * get the symbolic information for an operand of an instruction. Typically
38 * one operand with symbolic information. To determine the symbolic operand
41 * OpSize parameter. For instructions sets with fixed widths and one symbolic
45 * value of TagType for that Triple. If symbolic information is returned the
63 * field. The symbolic information about the operand is returned using all
86 * The operand VariantKinds for symbolic disassembly.
/freebsd-src/usr.sbin/nmtree/
H A Dmtree.5138 The file flags as a symbolic name.
150 The file group as a symbolic name.
185 The current file's permissions as a numeric (octal) or symbolic
194 The file owner as a symbolic name.
198 The file the symbolic link is expected to reference.
218 symbolic link
/freebsd-src/bin/chmod/
H A Dchmod.163 option is specified, symbolic links on the command line are followed
67 If the file is a symbolic link, change the mode of the link itself
72 option is specified, all symbolic links are followed.
76 option is specified, no symbolic links are followed.
92 will also be printed, in both octal and symbolic notation.
121 Modes may be absolute or symbolic.
180 The symbolic mode is described by the following grammar:
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCSymbolizer.h54 /// Try to add a symbolic operand instead of \p Value to the MCInst.
56 /// Instead of having a difficult to read immediate, a symbolic operand would
59 /// the symbolic expression.
60 /// \param Inst - The MCInst where to insert the symbolic operand.
68 /// \return Whether a symbolic operand was added.
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf_get_AT_name.354 .Nd retrieve the symbolic names of DWARF constants
175 These functions return the symbolic name of a numeric DWARF constant.
179 specifies the numeric value whose symbolic name is desired.
184 NUL-terminated string containing the symbolic name of the
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h63 // Symbolic names for the sendmsg(msg_id, operation, stream) syntax.
66 /// Map from a symbolic name for a msg_id to the message portion of the
71 /// Map from an encoding to the symbolic name for a msg_id immediate. This is
75 /// Map from a symbolic name for a sendmsg operation to the operation portion of
80 /// Map from an encoding to the symbolic name for a sendmsg operation. This is
87 namespace Hwreg { // Symbolic names for the hwreg(...) syntax.
107 namespace Swizzle { // Symbolic names for the swizzle(...) syntax.
113 namespace VGPRIndexMode { // Symbolic names for the gpr_idx(...) syntax.

12345678910>>...41