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

/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_strftime.c72 static const char months_l[][10] = { local
206 i = strlen(tp = months_l[mon - 1]);
208 i = 3, tp = months_l[mon - 1];
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c185 static char *months_l[] = { local
256 strcpy(tbuf, months_l[timeptr->tm_mon]);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c174 static const char *months_l[] = { local
269 strcpy(tbuf, months_l[timeptr->tm_mon]);
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c189 static const char months_l[][10] = { local
328 i = 3, tp = months_l[vtm->mon-1];
339 i = strlen(tp = months_l[vtm->mon-1]);

Completed in 89 milliseconds