Searched defs:tmpFd (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c229 int tmpFd; local
238 tmpFd = -1;
240 tmpFd = mkstemp(LogPath);
250 tmpFd = open(path, O_WRONLY | O_CREAT | O_EXCL,
258 if ( (tmpFd < 0) || (log = fdopen(tmpFd, "w")) == NULL) {

Completed in 23 milliseconds