Searched refs:fmt_l (Results 1 – 1 of 1) sorted by relevance
167 int fmt_l; in xc_reportv() local169 fmt_l = strlen(fmt); in xc_reportv()170 if (fmt_l && fmt[fmt_l-1]=='\n' && fmt_l < sizeof(fmt_nonewline)) { in xc_reportv()171 memcpy(fmt_nonewline, fmt, fmt_l-1); in xc_reportv()172 fmt_nonewline[fmt_l-1] = 0; in xc_reportv()
Completed in 4 milliseconds