Searched refs:atoi_for2 (Results 1 – 2 of 2) sorted by relevance
54 static int atoi_for2(char *);403 seconds = atoi_for2(p+1); in parse_time()413 century = atoi_for2(t); in parse_time()417 tm.tm_year = atoi_for2(t); in parse_time()426 tm.tm_mon = atoi_for2(t) - 1; in parse_time()428 tm.tm_mday = atoi_for2(t); in parse_time()430 tm.tm_hour = atoi_for2(t); in parse_time()432 tm.tm_min = atoi_for2(t); in parse_time()465 tm.tm_year = atoi_for2(t+8); in parse_timespec()470 tm.tm_mon = atoi_for2(t) - 1; in parse_timespec()[all …]
93 static int atoi_for2(char *);948 seconds = atoi_for2(p+1); in parse_time()958 century = atoi_for2(t); in parse_time()962 tm.tm_year = atoi_for2(t); in parse_time()971 tm.tm_mon = atoi_for2(t) - 1; in parse_time()973 tm.tm_mday = atoi_for2(t); in parse_time()975 tm.tm_hour = atoi_for2(t); in parse_time()977 tm.tm_min = atoi_for2(t); in parse_time()993 atoi_for2(char *p) in atoi_for2() function