Lines Matching refs:temp
127 char* temp;
165 sfprintf(state.path.temp, "%s/%d", state.path.mail, mp - state.msg.list + 1);
166 temp = struse(state.path.temp);
168 rm(temp);
174 note(SYSTEM, "%s", temp);
179 rm(temp);
180 if (rename(move, temp))
181 note(SYSTEM, "%s", temp);
194 temp = state.path.path;
195 filetemp(temp, sizeof(state.path.path), 'B', 0);
196 if (!(obuf = fileopen(temp, "Ew"))) {
202 rm(temp);
210 if (!(ibuf = fileopen(temp, "Er"))) {
211 rm(temp);
215 rm(temp);