Home
last modified time | relevance | path

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

/external/mtools/
Dmmd.c175 handle_clash_options(&arg.ch, (char) c); in mmd()
178 if(handle_clash_options(&arg.ch, *optarg)) in mmd()
Dnameclash.h70 int handle_clash_options(ClashHandling_t *ch, char c);
Dmmove.c255 handle_clash_options(&arg.ch, c); in mmove()
258 if(handle_clash_options(&arg.ch, *optarg)) in mmove()
Dmcopy.c561 handle_clash_options(&arg.ch, c); in mcopy()
564 if(handle_clash_options(&arg.ch, *optarg)) in mcopy()
Dmk_direntry.c674 int handle_clash_options(ClashHandling_t *ch, char c) in handle_clash_options() function