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

/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c172 int imnth = 0; local
189 (isupper((unsigned char)*copy))) && (imnth < mlen)) {
190 mletter[imnth] = toupper((unsigned char)*copy++);
191 imnth++;
193 mletter[imnth] = '\0';
196 (imnth = (int)strlen(mnth[n]))) == 0)
201 for (ichng = 0; ichng < imnth; ichng++) {

Completed in 56 milliseconds