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

/haiku/src/bin/
H A Dunchop.c59 char *origfile = argv[1]; local
60 char *tmpfile = origfile;
63 if (valid_file(origfile)) {
69 do_unchop(tmpfile, origfile);
73 replace(origfile, tmpfile);
154 replace(char *origfile, char *newfile) argument
162 remove(origfile);
165 sprintf(buf, "mv \"%s\" \"%s\"", newfile, origfile);

Completed in 78 milliseconds