Date: Tue, 24 Sep 1996 09:06:52 +0200 (IST) From: Eli Zaretskii To: Thomas Hofmeister Cc: djgpp AT delorie DOT com Subject: Re: Has anybody seen scs....tmp-files In-Reply-To: <516bag$rko@fbi-news.Informatik.Uni-Dortmund.DE> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 Sep 1996, Thomas Hofmeister wrote: > Is there some situation under which a program > compiled with djgpp, V2, writes files > under the name "scs....tmp" > (where the dots stand for a rather random number.) ? Could be, if the program calls `mktemp' library function with the template "scsXXXXXX" (or some such). Try searching the program sources for the above string.