Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c115 static char *realmonths = NULL; variable
770 if ((realmonths = malloc(strlen(rawmonths)+1)) == NULL) in localdtconv()
772 strcpy(realmonths, rawmonths); in localdtconv()
782 p = realmonths; in localdtconv()