Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c167 char mletter[MLIM]; in p_month() local
187 mletter[imnth] = toupper((unsigned char)*copy++); in p_month()
190 mletter[imnth] = '\0'; in p_month()
192 if (strncmp(mletter, mnth[n], in p_month()