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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dparsedate.c335 int monnum=-1; /* month of the year number, 0-11 */ local
367 if(!found && (monnum == -1)) {
368 monnum = checkmonth(buf);
369 if(monnum != -1)
445 (monnum == -1) &&
450 monnum = (val%10000)/100-1; /* month is 0 - 11 */
489 (-1 == monnum) ||
507 if((mdaynum > 31) || (monnum > 11) ||
515 tm.tm_mon = monnum;

Completed in 115 milliseconds