Searched refs:elftemp (Results 1 – 1 of 1) sorted by relevance
652 char *tempfile, *elftemp; in create_file() local702 create_tempfile(src, &elftemp, &efd); in create_file()704 cleanup_tempfile(elftemp); in create_file()717 cleanup_tempfile(elftemp); in create_file()725 if ((ifd = open(elftemp, O_RDONLY)) == -1) { in create_file()726 cleanup_tempfile(elftemp); in create_file()731 if (cleanup_tempfile(elftemp) < 0) { in create_file()733 err(EXIT_FAILURE, "unlink %s failed", elftemp); in create_file()735 free(elftemp); in create_file()736 elftemp = NULL; in create_file()