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

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c149 #define FILE_NAME "/dev/xconsole" macro
153 * devpts. This is the fallback if open file FILE_NAME fails.
214 if (!stat(FILE_NAME, &sbuf))
216 input = fopen (FILE_NAME, "r");

Completed in 2 milliseconds