Searched refs:dereference (Results 1 – 19 of 19) sorted by relevance
/coreutils/src/ |
D | chown.c | 172 int dereference = -1; in main() local 206 dereference = 0; in main() 211 dereference = 1; in main() 264 if (dereference == 1) in main() 267 dereference = 0; in main() 274 chopt.affect_symlink_referent = (dereference != 0); in main()
|
D | chgrp.c | 181 int dereference = -1; in main() local 215 dereference = 0; in main() 220 dereference = 1; in main() 262 if (dereference == 1) in main() 265 dereference = 0; in main() 272 chopt.affect_symlink_referent = (dereference != 0); in main()
|
D | chcon.c | 417 int dereference = -1; in main() local 452 dereference = 0; in main() 457 dereference = 1; in main() 515 if (dereference == 1) in main() 522 if (dereference == 0) in main() 530 affect_symlink_referent = (dereference != 0); in main()
|
D | cp.c | 827 x->dereference = DEREF_UNDEFINED; in cp_option_init() 1013 x.dereference = DEREF_NEVER; in main() 1046 x.dereference = DEREF_NEVER; in main() 1054 x.dereference = DEREF_COMMAND_LINE_ARGUMENTS; in main() 1066 x.dereference = DEREF_ALWAYS; in main() 1074 x.dereference = DEREF_NEVER; in main() 1239 if (x.dereference == DEREF_UNDEFINED) in main() 1243 x.dereference = DEREF_NEVER; in main() 1245 x.dereference = DEREF_ALWAYS; in main()
|
D | copy.c | 840 if (x->dereference == DEREF_COMMAND_LINE_ARGUMENTS) in copy_dir() 841 non_command_line_options.dereference = DEREF_NEVER; in copy_dir() 1252 | (x->dereference == DEREF_NEVER ? O_NOFOLLOW : 0))); in copy_reg() 1761 if (x->dereference == DEREF_NEVER) in same_file_ok() 1845 && x->dereference != DEREF_NEVER in same_file_ok() 1870 if (x->dereference != DEREF_NEVER) in same_file_ok() 1944 if (x->dereference == DEREF_NEVER) in same_file_ok() 2121 bool replace, bool verbose, bool dereference) in create_hard_link() argument 2124 dereference ? AT_SYMLINK_FOLLOW : 0, in create_hard_link() 2150 return x->dereference == DEREF_ALWAYS in should_dereference() [all …]
|
D | copy.h | 118 enum Dereference_symlink dereference; member
|
D | ls.c | 661 static enum Dereference_symlink dereference; variable 1705 if (dereference == DEREF_UNDEFINED) in main() 1706 dereference = ((immediate_dirs in main() 2082 dereference = DEREF_COMMAND_LINE_ARGUMENTS; in decode_switches() 2086 dereference = DEREF_COMMAND_LINE_SYMLINK_TO_DIR; in decode_switches() 2094 dereference = DEREF_ALWAYS; in decode_switches() 3424 && (dereference == DEREF_ALWAYS in gobble_file() 3471 switch (dereference) in gobble_file() 3486 if (dereference == DEREF_COMMAND_LINE_ARGUMENTS) in gobble_file()
|
D | mv.c | 126 x->dereference = DEREF_NEVER; in cp_option_init()
|
D | install.c | 263 x->dereference = DEREF_ALWAYS; in cp_option_init()
|
/coreutils/tests/chown/ |
D | deref.sh | 29 chown --dereference $user dangle 2> out1 && fail=1 33 chown: cannot dereference 'dangle'
|
D | basic.sh | 49 chown --no-dereference 0:1 slink || fail=1 55 chown --no-dereference --from=0:1 2:010 slink || fail=1
|
/coreutils/tests/cp/ |
D | slink-2-slink.sh | 29 cp --update --no-dereference a b || fail=1 30 cp --update --no-dereference c d || fail=1
|
D | link-no-deref.sh | 27 cp --link --no-dereference dangling-slink d2 || fail=1
|
/coreutils/tests/chgrp/ |
D | deref.sh | 56 chgrp --dereference $g1 symlink
|
/coreutils/tests/ln/ |
D | misc.sh | 95 ln --no-dereference -fs "$af" $ld || fail=1
|
/coreutils/ |
D | TODO | 105 ls: when both -l and --dereference-command-line-symlink-to-dir are 107 dereference command line symlinks to directories. Since -l has 108 an implicit --NO-dereference-command-line-symlink-to-dir meaning.
|
D | NEWS | 1134 Commands like 'cp --no-dereference -l A B' are no longer quiet no-ops 1667 it would display an error, requiring --no-dereference to avoid the issue. 2390 ls --dereference no longer outputs erroneous "argetm" strings for 2578 wc would dereference a NULL pointer upon an early out-of-memory error 3092 touch now accepts the option --no-dereference (-h), as a means to 3486 --dereference-args, and thus works as POSIX requires 3644 of libselinux. E.g., ls -l /proc/sys would dereference a NULL pointer. 4062 ls would segfault (dereference a NULL pointer) for a file with a 4265 'cp --link --no-dereference' now works also on systems where the 4535 Use --dereference (-L) instead. [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 1366 interpret a trailing slash as a request to dereference the symbolic link 1388 These options are independent of @option{--dereference} and 1389 @option{--no-dereference} (@option{-h}), which control whether to modify 7702 command line unless the @option{--dereference-command-line} (@option{-H}), 7703 @option{--dereference} (@option{-L}), or 7704 @option{--dereference-command-line-symlink-to-dir} options are specified. 7707 @itemx --dereference-command-line 7709 @opindex --dereference-command-line 7714 @item --dereference-command-line-symlink-to-dir 7715 @opindex --dereference-command-line-symlink-to-dir [all …]
|
/coreutils/tests/ |
D | local.mk | 734 tests/touch/no-dereference.sh \
|