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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c90 char *dayofweek, int *idayofweek, char *modifieroffset,
107 *modifieroffset = '\0';
122 strcpy(modifieroffset, s1 + lens2); \
341 int idayofweek, char *modifieroffset, char *modifierindex, char *specialday,
351 if (modifieroffset[0] != '\0')
352 printf("modifieroffset: |%s|\n", modifieroffset);
435 char month[100], dayofmonth[100], dayofweek[100], modifieroffset[100]; local
459 modifieroffset, modifierindex, specialday, syear, iyear);
461 &idayofmonth, dayofweek, &idayofweek, modifieroffset,
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 126 milliseconds