width 37 bsp/drv/arm/gba/keymap.h int width; /* Cursor width */
width 199 bsp/drv/arm/gba/swkbd.c switch (ki->width) {
width 76 sys/lib/vsprintf.c int width, base, sign, i;
width 92 sys/lib/vsprintf.c width = -1;
width 94 sys/lib/vsprintf.c width = atoi(&fmt);
width 109 sys/lib/vsprintf.c for (; *str && width != 0; str++, width--) {
width 112 sys/lib/vsprintf.c while (width-- > 0)
width 131 sys/lib/vsprintf.c width--;
width 139 sys/lib/vsprintf.c width -= i;
width 140 sys/lib/vsprintf.c while (width-- > 0)
width 193 usr/lib/libc/stdio/vfprintf.c int width; /* width from format (%8d), or 0 */
width 294 usr/lib/libc/stdio/vfprintf.c width = 0;
width 319 usr/lib/libc/stdio/vfprintf.c if ((width = va_arg(ap, int)) >= 0)
width 321 usr/lib/libc/stdio/vfprintf.c width = -width;
width 357 usr/lib/libc/stdio/vfprintf.c width = n;
width 506 usr/lib/libc/stdio/vfprintf.c PAD(width - realsz, blanks);
width 519 usr/lib/libc/stdio/vfprintf.c PAD(width - realsz, zeroes);
width 529 usr/lib/libc/stdio/vfprintf.c PAD(width - realsz, blanks);
width 532 usr/lib/libc/stdio/vfprintf.c ret += width > realsz ? width : realsz;
width 90 usr/lib/libc/stdio/vfscanf.c size_t width; /* field width, or 0 */
width 127 usr/lib/libc/stdio/vfscanf.c width = 0;
width 160 usr/lib/libc/stdio/vfscanf.c width = width * 10 + c - '0';
width 290 usr/lib/libc/stdio/vfscanf.c if (width == 0)
width 291 usr/lib/libc/stdio/vfscanf.c width = 1;
width 295 usr/lib/libc/stdio/vfscanf.c if ((size_t)(n = fp->_r) < width) {
width 297 usr/lib/libc/stdio/vfscanf.c width -= n;
width 305 usr/lib/libc/stdio/vfscanf.c sum += width;
width 306 usr/lib/libc/stdio/vfscanf.c fp->_r -= width;
width 307 usr/lib/libc/stdio/vfscanf.c fp->_p += width;
width 314 usr/lib/libc/stdio/vfscanf.c width, fp);
width 325 usr/lib/libc/stdio/vfscanf.c if (width == 0)
width 326 usr/lib/libc/stdio/vfscanf.c width = ~0; /* `infinity' */
width 332 usr/lib/libc/stdio/vfscanf.c if (--width == 0)
width 347 usr/lib/libc/stdio/vfscanf.c if (--width == 0)
width 366 usr/lib/libc/stdio/vfscanf.c if (width == 0)
width 367 usr/lib/libc/stdio/vfscanf.c width = ~0;
width 372 usr/lib/libc/stdio/vfscanf.c if (--width == 0)
width 383 usr/lib/libc/stdio/vfscanf.c if (--width == 0)
width 397 usr/lib/libc/stdio/vfscanf.c if (width == 0 || width > sizeof(buf) - 1)
width 398 usr/lib/libc/stdio/vfscanf.c width = sizeof(buf) - 1;
width 401 usr/lib/libc/stdio/vfscanf.c if (--width > sizeof(buf) - 2)
width 402 usr/lib/libc/stdio/vfscanf.c width = sizeof(buf) - 2;
width 403 usr/lib/libc/stdio/vfscanf.c width++;
width 406 usr/lib/libc/stdio/vfscanf.c for (p = buf; width; width--) {
width 92 usr/lib/libsa/vsprintf.c int width, base, sign, i, size;
width 111 usr/lib/libsa/vsprintf.c width = -1;
width 113 usr/lib/libsa/vsprintf.c width = atoi(&fmt);
width 147 usr/lib/libsa/vsprintf.c width--;
width 155 usr/lib/libsa/vsprintf.c width -= i;
width 156 usr/lib/libsa/vsprintf.c while (width-- > 0)