Lines Matching refs:strptime
42 * strptime.c: rewrite str[pf]time for testing.
297 * strptime.c: cast to unsigned char to make sure its not negative
387 * strptime.c: Write a new parse_number function that is possible
388 to limit that amount of numbers used, with this strptime can
389 handle strptime("200505", "%Y%m", &tm);
397 * strptime.c: UNCONST return value from strptime
433 * strptime.c: use english spelling of March
500 * strptime.c: cast to unsigned char to make sure its not negative
725 * strptime.c: let t and n match zero or more whitespaces
1635 * Makefile.am: add strptime and strpftime-test
1640 * strptime.c (strptime): implement '%U', '%V', '%W'
1649 * strptime.c : new file