Home
last modified time | relevance | path

Searched refs:update (Results 1 – 17 of 17) sorted by relevance

/coreutils/tests/cp/
Dslink-2-slink.sh29 cp --update --no-dereference a b || fail=1
30 cp --update --no-dereference c d || fail=1
Ddebug.sh29 cp --debug --update=none file file.cp >cp.out || fail=1
/coreutils/src/
Dmv.c155 x->update = false; in cp_option_init()
377 x.update = true; in main()
386 x.update = false; in main()
391 x.update = false; in main()
396 x.update = true; in main()
510 x.update = false; in main()
Dcp.c860 x->update = false; in cp_option_init()
1135 x.update = true; in main()
1144 x.update = false; in main()
1149 x.update = false; in main()
1154 x.update = true; in main()
1218 x.update = false; in main()
Dcopy.h254 bool update; member
Dinstall.c293 x->update = false; in cp_option_init()
Dcopy.c2357 if (x->update && !S_ISDIR (src_mode)) in copy_internal()
3146 if (0 < symlink_err && x->update && !new_dst && S_ISLNK (dst_sb.st_mode) in copy_internal()
/coreutils/tests/mv/
Dupdate.sh34 $cp_or_mv $interactive --update old new < /dev/null > out 2>&1 || fail=1
/coreutils/
Dbootstrap515 git submodule update --init --reference "$GNULIB_REFDIR" \
521 git submodule update -- "$gnulib_path" || exit $?
528 && git submodule update -- "$gnulib_path" \
537 git submodule update -- "$gnulib_path" || exit $?
667 update this script, and then restart it with
672 --no-git do not use git to update gnulib. Requires that
1372 update this script, and then restart it with
1379 --no-git do not use git to update gnulib. Requires that
DREADME-release139 * After each non-alpha release, update the on-line manual accessible via
145 build-aux/gnu-web-doc-update --mirror
DREADME-hacking40 $ git commit -m 'build: update gnulib submodule to latest' gnulib
Dcfg.mk829 update-copyright-env = \
DHACKING146 public repository. Now, you want to update your trunk and "rebase"
151 First: update the trunk from the public repo:
DNEWS183 `wc -c` will again correctly update the read offset of inputs.
201 cp and mv now support --update=none to always skip existing files
2956 as xfs or ntfs-3g, and fail to update timestamps.
3871 "cp -i --update older newer" no longer prompts; same for mv
4797 incorrect, as it failed to update the last-changed time and reset
4961 cp -pu and mv -u (when copying) now don't bother to update the
/coreutils/tests/chgrp/
Dbasic.sh105 *) echo $host_triplet: no-change chgrp failed to update ctime 1>&2;
/coreutils/tests/
Dlocal.mk709 tests/mv/update.sh \
/coreutils/doc/
Dcoreutils.texi9302 @itemx --update[=@var{which}]
9304 @opindex --update[=@var{which}]
9311 used to update timestamps; this avoids duplicate work if several
9326 This is the default operation when an @option{--update} option is not specified,
9334 This is the default operation when @option{--update} is specified, and results
9809 Do not update the file's access timestamp.
10251 See also the @option{--update=none} option which will
10261 @itemx --update
10263 @opindex --update
10270 system and of the system calls used to update timestamps; this avoids
[all …]