Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dtest-container.c516 rsync_1 (path_buf * src, path_buf * dest, int and_delete, int force_copies) in rsync_1() argument
527 and_delete ? " and delete" : "", in rsync_1()
560 rsync_1 (src, dest, and_delete, force_copies); in rsync_1()
595 rsync_1 (src, dest, and_delete, force_copies); in rsync_1()
620 if (!and_delete) in rsync_1()
675 rsync (char *src, char *dest, int and_delete, int force_copies) in rsync() argument
680 rsync_1 (&spath, &dpath, and_delete, force_copies); in rsync()