Home
last modified time | relevance | path

Searched refs:cf_log (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/downtimed/downtimed-1.0/
H A Ddowntimed.c146 static char * cf_log = "daemon"; /* syslog facility or filename with / */ in into_param()
610 if (strchr(cf_log, '/') == NULL) {
614 if (strcmp(facilitynames[i].c_name, cf_log) == 0)
625 if ((cf_logfd = open(cf_log, O_WRONLY | O_APPEND | O_CREAT,
627 err(EX_CANTCREAT, "%s", cf_log);
714 printf(" log = %s\n", cf_log);
754 cf_log = optarg;
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/
H A Dbesside-ng.c156 char * cf_log; member
376 f = fopen(_conf.cf_log, "w"); in save_log()
2847 f = fopen(_conf.cf_log, "r"); in resume()
2850 time_printf(V_NORMAL, "Resuming from %s\n", _conf.cf_log); in resume()
2912 time_printf(V_NORMAL, "Logging to %s\n", _conf.cf_log); in pwn()
2981 _conf.cf_log = "besside.log"; in init_conf()