TMPBUFSIZE 56 drivers/oprofile/oprofilefs.c char tmpbuf[TMPBUFSIZE]; TMPBUFSIZE 57 drivers/oprofile/oprofilefs.c size_t maxlen = snprintf(tmpbuf, TMPBUFSIZE, "%lu\n", val); TMPBUFSIZE 58 drivers/oprofile/oprofilefs.c if (maxlen > TMPBUFSIZE) TMPBUFSIZE 59 drivers/oprofile/oprofilefs.c maxlen = TMPBUFSIZE; TMPBUFSIZE 73 drivers/oprofile/oprofilefs.c char tmpbuf[TMPBUFSIZE]; TMPBUFSIZE 79 drivers/oprofile/oprofilefs.c if (count > TMPBUFSIZE - 1) TMPBUFSIZE 82 drivers/oprofile/oprofilefs.c memset(tmpbuf, 0x0, TMPBUFSIZE);