str_spec          998 lib/vsprintf.c 	static const struct printf_spec str_spec = {
str_spec         1022 lib/vsprintf.c 		p = string_nocheck(p, pend, "io  ", str_spec);
str_spec         1025 lib/vsprintf.c 		p = string_nocheck(p, pend, "mem ", str_spec);
str_spec         1028 lib/vsprintf.c 		p = string_nocheck(p, pend, "irq ", str_spec);
str_spec         1031 lib/vsprintf.c 		p = string_nocheck(p, pend, "dma ", str_spec);
str_spec         1034 lib/vsprintf.c 		p = string_nocheck(p, pend, "bus ", str_spec);
str_spec         1037 lib/vsprintf.c 		p = string_nocheck(p, pend, "??? ", str_spec);
str_spec         1042 lib/vsprintf.c 		p = string_nocheck(p, pend, "size ", str_spec);
str_spec         1053 lib/vsprintf.c 			p = string_nocheck(p, pend, " 64bit", str_spec);
str_spec         1055 lib/vsprintf.c 			p = string_nocheck(p, pend, " pref", str_spec);
str_spec         1057 lib/vsprintf.c 			p = string_nocheck(p, pend, " window", str_spec);
str_spec         1059 lib/vsprintf.c 			p = string_nocheck(p, pend, " disabled", str_spec);
str_spec         1061 lib/vsprintf.c 		p = string_nocheck(p, pend, " flags ", str_spec);
str_spec         1928 lib/vsprintf.c 	struct printf_spec str_spec = spec;
str_spec         1929 lib/vsprintf.c 	str_spec.field_width = -1;
str_spec         1956 lib/vsprintf.c 			precision = str_spec.precision;
str_spec         1957 lib/vsprintf.c 			str_spec.precision = strchrnul(p, '@') - p;
str_spec         1958 lib/vsprintf.c 			buf = string(buf, end, p, str_spec);
str_spec         1959 lib/vsprintf.c 			str_spec.precision = precision;
str_spec         1968 lib/vsprintf.c 			buf = string(buf, end, p, str_spec);
str_spec         1976 lib/vsprintf.c 			buf = string_nocheck(buf, end, tbuf, str_spec);
str_spec         1981 lib/vsprintf.c 				buf = string(buf, end, p, str_spec);
str_spec         1987 lib/vsprintf.c 					buf = string_nocheck(buf, end, ",", str_spec);
str_spec         1988 lib/vsprintf.c 				buf = string_nocheck(buf, end, "\"", str_spec);
str_spec         1989 lib/vsprintf.c 				buf = string(buf, end, p, str_spec);
str_spec         1990 lib/vsprintf.c 				buf = string_nocheck(buf, end, "\"", str_spec);