Lines Matching defs:atoi_for2
54 static int atoi_for2(char *);
403 seconds = atoi_for2(p+1);
413 century = atoi_for2(t);
417 tm.tm_year = atoi_for2(t);
426 tm.tm_mon = atoi_for2(t) - 1;
428 tm.tm_mday = atoi_for2(t);
430 tm.tm_hour = atoi_for2(t);
432 tm.tm_min = atoi_for2(t);
465 tm.tm_year = atoi_for2(t+8);
470 tm.tm_mon = atoi_for2(t) - 1;
472 tm.tm_mday = atoi_for2(t);
474 tm.tm_hour = atoi_for2(t);
476 tm.tm_min = atoi_for2(t);
492 atoi_for2(char *p)