Home
last modified time | relevance | path

Searched refs:tmpMonth (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c5199 char tmpYear[5], tmpMonth[3], *endPtr = NULL; in iSCSINameStringProfileCheck() local
5227 (void) strncpy(tmpMonth, &strp[5], 2); in iSCSINameStringProfileCheck()
5228 tmpMonth[2] = '\0'; in iSCSINameStringProfileCheck()
5230 month = strtol(tmpMonth, &endPtr, 10); in iSCSINameStringProfileCheck()