Searched refs:outstr (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dtiny-printf.c19 char *outstr; /* Next output position for sprintf() */ member in struct:printf_info
361 *info->outstr++ = ch;
371 info.outstr = buf;
375 *info.outstr = '\0';
387 info.outstr = buf;
390 *info.outstr = '\0';
404 info.outstr = buf;
408 *info.outstr = '\0';

Completed in 163 milliseconds