HomeSort by: relevance | last modified time | path
    Searched refs:log_file (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/build-aux/
test-driver 54 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/
xsyslog.c 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);
    [all...]
  /src/sys/compat/sys/
syslog.h 35 int log_file; member in struct:syslog_data60
  /src/lib/libc/compat/gen/
compat_syslog.c 83 d->log_file = s->log_file;
  /src/sys/sys/
syslog.h 180 int log_file; member in struct:syslog_data
192 .log_file = -1, \

Completed in 13 milliseconds