Home
last modified time | relevance | path

Searched refs:elftemp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c652 char *tempfile, *elftemp; in create_file() local
702 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()