Home
last modified time | relevance | path

Searched refs:log_fmt_chars (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/cmd/
Dlog.c12 static char log_fmt_chars[LOGF_COUNT] = "clFLfm"; variable
40 char *ptr = strchr(log_fmt_chars, *str); in do_log_format()
46 gd->log_fmt |= 1 << (ptr - log_fmt_chars); in do_log_format()
53 printf("%c", log_fmt_chars[i]); in do_log_format()