Searched refs:STOI (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_rcc8000.c88 #define STOI(x, y) Stoi(&buffer[OFFS(x)], y, format->field_offsets[(x)].length) macro
89 if ( STOI(O_DAY, &clock_time->day) ||
90 STOI(O_MONTH, &clock_time->month) ||
91 STOI(O_YEAR, &clock_time->year) ||
92 STOI(O_HOUR, &clock_time->hour) ||
93 STOI(O_MIN, &clock_time->minute) ||
94 STOI(O_SEC, &clock_time->second) ||
95 STOI(O_USEC, &clock_time->usecond)
H A Dclk_trimtaip.c114 #define STOI(x, y) \ macro
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)
H A Dclk_hopf6021.c117 #define STOI(x, y) Stoi(&buffer[OFFS(x)], y, format->field_offsets[(x)].length) macro
151 if ( STOI(O_DAY, &clock_time->day) ||
152 STOI(O_MONTH, &clock_time->month) ||
153 STOI(O_YEAR, &clock_time->year) ||
154 STOI(O_HOUR, &clock_time->hour) ||
155 STOI(O_MIN, &clock_time->minute) ||
156 STOI(O_SEC, &clock_time->second)

Completed in 98 milliseconds