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

/src/sys/external/isc/libsodium/dist/build-aux/
H A Dtest-driver54 log_file= # Where to save the output of the test script.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/src/lib/libc/gen/
H A Dxsyslog.c69 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);
[all...]
/src/sys/compat/sys/
H A Dsyslog.h35 int log_file; member in struct:syslog_data60
/src/sys/sys/
H A Dsyslog.h180 int log_file; member in struct:syslog_data
192 .log_file = -1, \
/src/lib/libc/compat/gen/
H A Dcompat_syslog.c83 d->log_file = s->log_file;

Completed in 9 milliseconds