HomeSort by: relevance | last modified time | path
    Searched defs:logging (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/logging/
operations.hpp 29 /// \file utils/logging/operations.hpp
30 /// Stateless logging facilities.
40 namespace logging { namespace in namespace:utils
61 } // namespace logging
  /src/libexec/talkd/
talkd.c 75 int logging = 0; variable
100 logging = 1;
  /src/libexec/fingerd/
fingerd.c 70 int p[2], logging, no_forward, user_required, short_list; local
81 logging = no_forward = user_required = short_list = 0;
87 logging = 1;
126 if (logging) {
136 if (logging)
144 if (logging) {
  /src/external/bsd/libfido2/dist/src/
log.c 25 static TLS int logging; variable
52 logging = 1;
61 if (!logging || log_handler == NULL)
76 if (!logging || log_handler == NULL)
105 if (!logging || log_handler == NULL)
  /src/libexec/comsat/
comsat.c 82 static int logging; variable
115 logging = 1;
271 if (logging)
  /src/libexec/ftpd/
extern.h 325 GLOBAL int logging; variable
  /src/libexec/tftpd/
tftpd.c 108 static int logging; variable
213 logging = 1;
302 if (logging)
721 if (logging) {

Completed in 60 milliseconds