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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c90 char *dayofweek, int *idayofweek, char *modifieroffset,
105 *dayofweek = '\0';
167 strcpy(dayofweek, date);
170 strncpy(dayofweek, date, len);
171 dayofweek[len] = '\0';
230 strcpy(dayofweek, getdayofweekname(offset));
267 strcpy(dayofweek, getdayofweekname(offset));
340 int imonth, char *dayofmonth, int idayofmonth, char *dayofweek,
361 if (dayofweek[0] != '\0')
362 printf("dayofweek
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
435 char month[100], dayofmonth[100], dayofweek[100], modifieroffset[100]; local
[all...]
H A Ddates.c60 int dayofweek; /* 0 .. 6 */ member in struct:cal_day
160 pd->dayofweek = (pm->firstdayofweek + d - 1) % 7;
250 d->dayofmonth, d->julianday, d->dayofweek);

Completed in 113 milliseconds