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