...help] [--version] DESCRIPTION tempfile creates a temporary file in a safe manner. It uses mkstemps (3) to choose the name and opens it with O_RDWR | O_CREAT | O_EXCL. The filena…