Searched refs:first_period (Results 1 – 1 of 1) sorted by relevance
71 bool first_period = true; in is_timestamp() local75 if ((c == '.') && first_period) { in is_timestamp()76 first_period = false; in is_timestamp()78 return ((c == ']') && !first_period && (*s == ' ')) ? s : NULL; in is_timestamp()