Searched refs:imonth (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/calendar/ |
H A D | parsedata.c | 91 char *month, int *imonth, char *dayofmonth, int *idayofmonth, in determinestyle() argument 102 *imonth = 0; in determinestyle() 181 *imonth = (int)strtol(date, (char **)NULL, 10); in determinestyle() 182 strlcpy(month, getmonthname(*imonth), SLEN); in determinestyle() 214 *imonth = offset; in determinestyle() 266 *imonth = d; in determinestyle() 292 *imonth = d; in determinestyle() 297 *imonth = m; in determinestyle() 339 int imonth, char *dayofmonth, int idayofmonth, char *dayofweek, in debug_determinestyle() argument 357 printf("month: |%s| (%d)\n", month, imonth); in debug_determinestyle() [all …]
|