Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl_common.c85 #define STAMP_STYLE_INVALID -1 macro
2190 if ((n == 0) && strcmp(stamp + 1, "0")) return STAMP_STYLE_INVALID; in _parse_stamp_style()
2224 return STAMP_STYLE_INVALID; in _parse_stamp_style()
2227 if (n < 6) return STAMP_STYLE_INVALID; in _parse_stamp_style()
2254 return STAMP_STYLE_INVALID; in _parse_stamp_style()
2306 if (pstyle == STAMP_STYLE_INVALID) continue; in asl_list_log_files()