Lines Matching defs:tmp2
257 char *tmp, tmp2[BUFSIZ + 2];282 snprintf(tmp2, sizeof(tmp2), "%s-2", tmp);283 if (unlink(tmp2) == -1 && errno != ENOENT) {284 warn(E_unlk, tmp2);298 if (link(file, tmp2) == -1) {300 warn(E_link, file, tmp2);324 if (unlink(tmp2) == -1)346 if (unlink(tmp2) == -1) {347 warn(E_unlk, tmp2);
Indexes created Wed Oct 01 15:09:59 GMT 2025