Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 19 of 19) sorted by relevance

/coreutils/src/
Dchown.c172 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()
Dchgrp.c181 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()
Dchcon.c417 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()
Dcp.c827 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()
Dcopy.c840 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 …]
Dcopy.h118 enum Dereference_symlink dereference; member
Dls.c661 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()
Dmv.c126 x->dereference = DEREF_NEVER; in cp_option_init()
Dinstall.c263 x->dereference = DEREF_ALWAYS; in cp_option_init()
/coreutils/tests/chown/
Dderef.sh29 chown --dereference $user dangle 2> out1 && fail=1
33 chown: cannot dereference 'dangle'
Dbasic.sh49 chown --no-dereference 0:1 slink || fail=1
55 chown --no-dereference --from=0:1 2:010 slink || fail=1
/coreutils/tests/cp/
Dslink-2-slink.sh29 cp --update --no-dereference a b || fail=1
30 cp --update --no-dereference c d || fail=1
Dlink-no-deref.sh27 cp --link --no-dereference dangling-slink d2 || fail=1
/coreutils/tests/chgrp/
Dderef.sh56 chgrp --dereference $g1 symlink
/coreutils/tests/ln/
Dmisc.sh95 ln --no-dereference -fs "$af" $ld || fail=1
/coreutils/
DTODO105 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.
DNEWS1134 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/
Dcoreutils.texi1366 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/
Dlocal.mk734 tests/touch/no-dereference.sh \