Lines Matching defs:cp
150 const char * cp = format.data();151 const char * cp_end = cp + format.size();152 while (cp != cp_end) {153 if (*cp == '%') {155 ++cp;156 if (*cp == '#') {157 mod = *cp; ++cp;159 __write_formatted_timeT(buf, ct, *cp++, mod, table, t);161 buf.append(1, *cp++);