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

/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_date.c150 const char *monstr, *timstr; local
186 monstr = date + 3;
197 monstr = date + 3;
215 monstr = date;
228 monstr = date + 2;
244 mint = (monstr[0] << 16) | (monstr[1] << 8) | monstr[2];
324 const char *monstr, *timstr, *gmtstr; local
362 monstr
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c299 char monstr[4]; local
327 &hour, &minute, &second, monstr, &day, &year)) {
328 cp = strstr(mlist, monstr);

Completed in 199 milliseconds