Lines Matching defs:width
63 int c, width, type, store; in vfscanf() local
107 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n()
134 int store, int width, int type, int unsgned, int base){ in icvt_fixed()
212 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d()
215 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x()
218 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o()
221 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i()
224 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u()
227 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p()
231 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f()
279 static int icvt_s(FILE *f, va_list *args, int store, int width, int type){ in icvt_s()
309 static int icvt_c(FILE *f, va_list *args, int store, int width, int type){ in icvt_c()
343 static int icvt_sq(FILE *f, va_list *args, int store, int width, int type){ in icvt_sq()