Searched refs:LogPath (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c47 char LogPath[MAXPATHLEN]; /* pathname of log file */ variable
236 if (snprintf(LogPath, sizeof(LogPath), "%s/wscon-%s-XXXXXX",
237 tmpName, dpyName) > sizeof(LogPath)) {
240 tmpFd = mkstemp(LogPath);
242 path = LogPath;
244 LogPath[0] = '\0';
276 if (LogPath[0] == '\0')
279 if (unlink(LogPath) == -1)

Completed in 8 milliseconds