Lines Matching full:if

30  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
83 if (strncasecmp_l (*buf, strs[i], len, locale) == 0) { in match_string()
113 if (timeptr->tm_yday < 0) { in set_week_number_sun()
130 if (timeptr->tm_yday < 0) { in set_week_number_mon()
146 if (fday < 4) in set_week_number_mon4()
150 if (timeptr->tm_yday < 0) { in set_week_number_mon4()
168 if (isspace_l ((unsigned char) c, locale)) { in strptime_l()
171 } else if (c == '%' && format[1] != '\0') { in strptime_l()
173 if (c == 'E' || c == 'O') in strptime_l()
178 if (ret < 0) in strptime_l()
185 if (ret < 0) in strptime_l()
192 if (ret < 0) in strptime_l()
200 if (ret < 0) in strptime_l()
207 if (s == buf) in strptime_l()
215 if (s == NULL) in strptime_l()
222 if (s == NULL) in strptime_l()
230 if (s == buf) in strptime_l()
238 if (s == NULL || s == buf) in strptime_l()
246 if (s == buf) in strptime_l()
254 if (s == buf) in strptime_l()
256 if (ret == 12) in strptime_l()
264 if (s == buf) in strptime_l()
272 if (s == buf) in strptime_l()
280 if (s == buf) in strptime_l()
286 if (*buf == '\n') in strptime_l()
293 if (ret < 0) in strptime_l()
295 if (timeptr->tm_hour > 12) in strptime_l()
297 else if (timeptr->tm_hour == 12) in strptime_l()
304 if (s == buf) in strptime_l()
312 if (s == NULL) in strptime_l()
318 if (s == NULL) in strptime_l()
332 if (s == buf in strptime_l()
344 if (s == buf) in strptime_l()
350 if (*buf == '\t') in strptime_l()
357 if (s == NULL) in strptime_l()
363 if (s == buf) in strptime_l()
371 if (s == buf) in strptime_l()
379 if (s == buf) in strptime_l()
387 if (s == buf) in strptime_l()
395 if (s == buf) in strptime_l()
403 if (s == NULL) in strptime_l()
410 if (s == NULL) in strptime_l()
416 if (s == buf) in strptime_l()
418 if (ret < 70) in strptime_l()
427 if (s == buf) in strptime_l()
440 if (*buf == '%') in strptime_l()
446 if (*buf == '%' || *++buf == c) in strptime_l()
453 if (*buf == c) in strptime_l()
460 if ((ymd & SET_YMD) == SET_YMD) { in strptime_l()
463 if (!(ymd & SET_YDAY)) { in strptime_l()
467 if (!is_leap_year (timeptr->tm_year + tm_year_base) in strptime_l()
475 else if ((ymd & (SET_YEAR | SET_YDAY)) == (SET_YEAR | SET_YDAY)) { in strptime_l()
478 if (!(ymd & SET_MON)) { in strptime_l()
480 if (timeptr->tm_yday < _DAYS_BEFORE_MONTH[1]) in strptime_l()
486 if (timeptr->tm_yday < _DAYS_BEFORE_MONTH[i] + leap) in strptime_l()
493 if (!(ymd & SET_MDAY)) { in strptime_l()
497 if (!is_leap_year (timeptr->tm_year + tm_year_base) in strptime_l()
505 if ((ymd & (SET_YEAR | SET_YDAY | SET_WDAY)) == (SET_YEAR | SET_YDAY)) { in strptime_l()