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

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c1905 uint32_t i, ttlnset; local
2025 ttlnset = 0;
2026 for (i = 0; (i <= 7) & (ttlnset == 0); i++) if (o->ttl[i] != 0) ttlnset = 1;
2027 if (ttlnset != 0) for (i = 0; i <= 7; i++) printf(" [%d %d]", i, (o->ttl[i] == 0) ? o->ttl[LEVEL_ALL] : o->ttl[i]);

Completed in 63 milliseconds