Searched refs:wlog_open (Results 1 – 3 of 3) sorted by relevance
153 extern int wlog_open(struct wlog_file *wfile, int trunc, int mode);161 int wlog_open();
114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open() function
597 if (wlog_open(&Wlog, 1, 0666) < 0) { in main()795 if (wlog_open(&Wlog, 0, 0666) == -1) { in doio()