Searched refs:tmpMonth (Results 1 – 1 of 1) sorted by relevance
5199 char tmpYear[5], tmpMonth[3], *endPtr = NULL; in iSCSINameStringProfileCheck() local5227 (void) strncpy(tmpMonth, &strp[5], 2); in iSCSINameStringProfileCheck()5228 tmpMonth[2] = '\0'; in iSCSINameStringProfileCheck()5230 month = strtol(tmpMonth, &endPtr, 10); in iSCSINameStringProfileCheck()