Searched refs:make_argv (Results 1 – 2 of 2) sorted by relevance
380 static char **make_argv(const char *command,...) in make_argv() function524 args = make_argv("mkdir", in make_directory()550 args = make_argv("rm", in remove_file()574 args = make_argv("rmdir", in remove_directory()598 args = make_argv("touch", in touch_file()628 args = make_argv("mv", in move_file()1573 args = make_argv("chmod", in permit_location()
332 * fix a double-free in make_argv() (report by FLWM) -TD