fmtlen            117 lib/dynamic_debug.c 	int fmtlen = 0;
fmtlen            120 lib/dynamic_debug.c 		fmtlen = strlen(query->format);
fmtlen            121 lib/dynamic_debug.c 		while (fmtlen && query->format[fmtlen - 1] == '\n')
fmtlen            122 lib/dynamic_debug.c 			fmtlen--;
fmtlen            130 lib/dynamic_debug.c 		 fmtlen, query->format ? query->format : "",