Lines Matching defs:temp
613 char temp[12]; /* 11 + 1 characters needed for a u32 */
685 memset(temp, 0, sizeof(temp));
686 for (count = 0; count < sizeof(temp) - 1; count++) {
687 temp[count] = *b;
692 rc = kstrtou32(temp, 10, &ex.major);
707 memset(temp, 0, sizeof(temp));
708 for (count = 0; count < sizeof(temp) - 1; count++) {
709 temp[count] = *b;
714 rc = kstrtou32(temp, 10, &ex.minor);