Home | History | Annotate | Download | only in lib

Lines Matching refs:found

206   bool found = FALSE;
213 found = TRUE;
218 return found?i:-1;
225 bool found = FALSE;
230 found = TRUE;
235 return found?i:-1; /* return the offset or -1, no real offset is -1 */
239 of seconds or -1 if the timezone wasn't found/legal */
245 bool found = FALSE;
250 found = TRUE;
255 return found?what->offset*60:-1;
346 bool found = FALSE;
363 found = TRUE;
365 if(!found && (monnum == -1)) {
368 found = TRUE;
371 if(!found && (tzoff == -1)) {
375 found = TRUE;
378 if(!found)
435 found = TRUE;
448 found = TRUE;
454 if(!found && (dignext == DATE_MDAY) && (mdaynum == -1)) {
457 found = TRUE;
462 if(!found && (dignext == DATE_YEAR) && (yearnum == -1)) {
464 found = TRUE;
475 if(!found)