Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dmv.c55 #define OPT_NOCLOBBER (1 << 2) in mv_main() macro
122 if (flags & OPT_NOCLOBBER) in mv_main()