Searched refs:imnth (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libadm/common/
H A Dckdate.c170 int imnth = 0; local
187 (isupper((unsigned char)*copy))) && (imnth < mlen)) {
188 mletter[imnth] = toupper((unsigned char)*copy++);
189 imnth++;
191 mletter[imnth] = '\0';
194 (imnth = (int)strlen(mnth[n]))) == 0)
199 for (ichng = 0; ichng < imnth; ichng++) {

Completed in 51 milliseconds