Searched refs:asl_core_str_match_char (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/lib/libasl/ |
| HD | asl_core.c | 617 asl_core_str_match_char(const char *target, const char c, uint32_t mincount, uint32_t flags, uint32… in asl_core_str_match_char() function 939 test = asl_core_str_match_char(p, '-', 0, MFLAG_INCLUDE, &len); in asl_core_str_match_iso_8601_time() 953 test = asl_core_str_match_char(p, '-', 0, MFLAG_INCLUDE, &len); in asl_core_str_match_iso_8601_time() 977 test = asl_core_str_match_char(p, ':', 0, MFLAG_INCLUDE, &len); in asl_core_str_match_iso_8601_time() 989 test = asl_core_str_match_char(p, ':', 0, MFLAG_INCLUDE, &len); in asl_core_str_match_iso_8601_time() 1043 test = asl_core_str_match_char(p, ':', 0, MFLAG_INCLUDE, &len); in asl_core_str_match_iso_8601_time()
|