Home
last modified time | relevance | path

Searched refs:monthp (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.bin/calendar/
Dday.c278 int monthp, dayp, varp = 0; local
421 monthp = month;
436 tmtmp.tm_mon = monthp - 1;
491 dayp = monthp = 1; /* Why not */
506 tmtmp.tm_mon = month = monthp - 1;
550 tmtmp.tm_mon = monthp - 1;
/mirbsd/src/lib/libc/time/
Dzic.c141 const char * typep, const char * monthp,
1250 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep) in rulesub() argument
1255 const char * const monthp;
1264 if ((lp = byword(monthp, mon_names)) == NULL) {