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

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c86 #define STAMP_STYLE_INVALID -1 macro
2181 if ((n == 0) && strcmp(stamp + 1, "0")) return STAMP_STYLE_INVALID;
2215 return STAMP_STYLE_INVALID;
2218 if (n < 6) return STAMP_STYLE_INVALID;
2245 return STAMP_STYLE_INVALID;
2297 if (pstyle == STAMP_STYLE_INVALID) continue;

Completed in 143 milliseconds