Searched refs:fmtlen (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Ddynamic_debug.c133 int fmtlen = 0; local
136 fmtlen = strlen(query->format);
137 while (fmtlen && query->format[fmtlen - 1] == '\n')
138 fmtlen--;
146 fmtlen, query->format ?: "",

Completed in 115 milliseconds