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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c91 char *modifierindex, char *specialday, char *year, int *iyear)
102 *iyear = 0;
200 *iyear = (int)strtol(year, NULL, 10);
342 char *year, int iyear)
356 printf("year: |%s| (%d)\n", year, iyear);
438 int idayofweek = -1, imonth = -1, idayofmonth = -1, iyear = -1; local
459 modifieroffset, modifierindex, specialday, syear, iyear);
462 modifierindex, specialday, syear, &iyear) == 0) {
471 modifieroffset, modifierindex, specialday, syear, iyear);
479 if (iyear !
88 determinestyle(char *date, int *flags, char *month, int *imonth, char *dayofmonth, int *idayofmonth, char *dayofweek, int *idayofweek, char *modifieroffset, char *modifierindex, char *specialday, char *year, int *iyear) argument
339 debug_determinestyle(int dateonly, char *date, int flags, char *month, int imonth, char *dayofmonth, int idayofmonth, char *dayofweek, int idayofweek, char *modifieroffset, char *modifierindex, char *specialday, char *year, int iyear) argument
[all...]

Completed in 118 milliseconds