Searched refs:do_move (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/bin/mv/
H A Dmv.c74 static int do_move(const char *, const char *);
126 exit(do_move(argv[0], argv[1]));
137 exit(do_move(argv[0], argv[1]));
166 if (do_move(*argv, path))
174 do_move(const char *from, const char *to) function
/freebsd-11.0-release/bin/chio/
H A Dchio.c76 static int do_move(const char *, int, char **);
107 { "move", do_move },
182 do_move(const char *cname, int argc, char **argv) function

Completed in 62 milliseconds