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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c335 int monnum=-1; /* month of the year number, 0-11 */ local
365 if(!found && (monnum == -1)) {
366 monnum = checkmonth(buf);
367 if(monnum != -1)
443 (monnum == -1) &&
448 monnum = (val%10000)/100-1; /* month is 0 - 11 */
487 (-1 == monnum) ||
505 if((mdaynum > 31) || (monnum > 11) ||
513 tm.tm_mon = monnum;

Completed in 146 milliseconds