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

/freebsd-10.1-release/usr.bin/calendar/
H A Dparsedata.c90 char *dayofweek, int *idayofweek, char *modifieroffset,
106 *idayofweek = 0;
165 *idayofweek = offset;
229 *idayofweek = offset;
262 *idayofweek = offset;
341 int idayofweek, char *modifieroffset, char *modifierindex, char *specialday,
362 printf("dayofweek: |%s| (%d)\n", dayofweek, idayofweek);
438 int idayofweek = -1, imonth = -1, idayofmonth = -1, iyear = -1; local
458 dayofmonth, idayofmonth, dayofweek, idayofweek,
461 &idayofmonth, dayofweek, &idayofweek, modifieroffse
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 39 milliseconds