Searched refs:ATOI2 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_recover/
H A Ddb_recover.c203 #define ATOI2(ar) ((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; macro
259 t->tm_sec = ATOI2(p);
265 t->tm_year = ATOI2(arg);
271 yearset = ATOI2(arg);
274 yearset = ATOI2(arg);
283 t->tm_mon = ATOI2(arg);
285 t->tm_mday = ATOI2(arg);
286 t->tm_hour = ATOI2(arg);
287 t->tm_min = ATOI2(arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c188 #define ATOI2(ar) ((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; macro
244 t->tm_sec = ATOI2(p);
250 t->tm_year = ATOI2(arg);
256 yearset = ATOI2(arg);
259 yearset = ATOI2(arg);
268 t->tm_mon = ATOI2(arg);
270 t->tm_mday = ATOI2(arg);
271 t->tm_hour = ATOI2(arg);
272 t->tm_min = ATOI2(arg);

Completed in 48 milliseconds