Lines Matching refs:log_file
69 if (data->log_file != -1) {
70 (void)close(data->log_file);
71 data->log_file = -1;
86 if (data->log_file == -1 || fcntl(data->log_file, F_GETFL, 0) == -1) {
87 if ((data->log_file = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC,
93 if (connect(data->log_file,
96 (void)close(data->log_file);
97 data->log_file = -1;
122 (void)close(data->log_file);
123 data->log_file = -1;
339 if (send(data->log_file, tbuf, cnt, 0) != -1)