Lines Matching refs:Stoi
114 #define STOI(x, y) \
115 Stoi(&buffer[OFFS(x)], y, \
117 if ( STOI(O_DAY, &clock_time->day) ||
118 STOI(O_MONTH, &clock_time->month) ||
119 STOI(O_YEAR, &clock_time->year) ||
120 STOI(O_HOUR, &clock_time->hour) ||
121 STOI(O_MIN, &clock_time->minute) ||
122 STOI(O_SEC, &clock_time->second) ||
123 STOI(O_USEC, &clock_time->usecond)||
124 STOI(O_GPSFIX, &gpsfix)