Searched defs:log (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 */
220 * Opens the console log file; returns a file descriptor
228 FILE *log; local
255 fprintf(stderr, "log file = \"%s\"\n", path);
258 if ( (tmpFd < 0) || (log = fdopen(tmpFd, "w")) == NULL) {
260 "fbconsole: couldn't open console log file '%s'\n",path);
263 setbuf(log, NULL);
265 fchmod(fileno(log), S_IRUSR|S_IWUSR);
267 return log;
285 * Closes log fil
325 LogConsole( int console, FILE *log) argument
347 InputLoop( Display *dpy, int console, FILE *log) argument
402 FILE *log; local
[all...]

Completed in 32 milliseconds