Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dmv.c138 int source_exists; in mv_main() local
141 || (source_exists = cp_mv_stat2(*argv, &statbuf, lstat)) < 1 in mv_main()
150 if (source_exists != 3) { in mv_main()
155 if (source_exists == 3) { in mv_main()