Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/contrib/cygwin/
H A Dssh-host-config69 opt_force=no
415 [ "${opt_force}" = "yes" ] && opt_f=-f
507 opt_force=yes
513 opt_force=yes
538 opt_force=yes
543 opt_force=yes
/freebsd/contrib/xz/src/xz/
H A Dargs.h35 extern bool opt_force;
H A Dfile_io.c274 const int stat_ret = opt_force in io_unlink()
553 = opt_stdout || opt_force || opt_keep_original; in io_open_src_real()
694 if (reg_files_only && !opt_force && !opt_keep_original) { in io_open_src_real()
959 if (opt_force && unlink(pair->dest_name) && errno != ENOENT) { in io_open_dest_real()
H A Dargs.c22 bool opt_force = false; variable
401 opt_force = true; in parse_real()
H A Dcoder.c926 && opt_stdout && opt_force) { in coder_init()
H A Dlist.c1325 opt_force = true; in list_file()