Searched refs:utmp_ttl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.h150 time_t utmp_ttl; member in struct:global_s
H A Ddaemon.c445 snprintf(buf, sizeof(buf), "%lu", tick + global.utmp_ttl);
528 global.utmp_ttl = DEFAULT_UTMP_TTL_SEC;
630 else if (!strcasecmp(l[0], "utmp_ttl"))
632 /* = utmp_ttl seconds */
634 if (eval) global.utmp_ttl = (time_t)atoll(l[1]);
635 else global.utmp_ttl = DEFAULT_UTMP_TTL_SEC;
H A Dsyslogd.c590 else if (streq(argv[i], "-utmp_ttl"))
592 if ((i + 1) < argc) global.utmp_ttl = atol(argv[++i]);
H A Ddbserver.c917 if (all || (0 == asl_msg_lookup(q, "utmp_ttl", NULL, NULL)))
919 snprintf(val, sizeof(val), "%lu", global.utmp_ttl);
920 asl_msg_set_key_val(m, "utmp_ttl", val);

Completed in 84 milliseconds