Lines Matching defs:rmfile
35 char rmfile[128];
36 int len = sprintf(rmfile, "rm %s", tmpfile);
38 system(rmfile);
58 char rmfile[128];
59 int len = sprintf(rmfile, "rm %s", tmpfile);
61 system(rmfile);
81 char rmfile[128];
82 int len = sprintf(rmfile, "rm %s", tmpfile);
84 system(rmfile);
104 char rmfile[128];
105 int len = sprintf(rmfile, "rm %s", tmpfile);
107 system(rmfile);
127 char rmfile[128];
128 int len = sprintf(rmfile, "rm %s", tmpfile);
130 system(rmfile);
150 char rmfile[128];
151 int len = sprintf(rmfile, "rm %s", tmpfile);
153 system(rmfile);