default_fd        317 lib/common/logging.c     static int default_fd = -1;
default_fd        335 lib/common/logging.c     if (is_default && (default_fd >= 0)) {
default_fd        366 lib/common/logging.c         default_fd = fd;
default_fd        369 lib/common/logging.c     } else if (default_fd >= 0) {
default_fd        371 lib/common/logging.c         disable_logfile(default_fd);