Home
last modified time | relevance | path

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

/coreutils/src/
Dcp.c803 static struct cp_options x_tmp; in do_copy() local
811 x_tmp = *x; in do_copy()
812 x_tmp.backup_type = no_backups; in do_copy()
813 x = &x_tmp; in do_copy()