Searched refs:DECIMAL_BASE (Results 1 – 1 of 1) sorted by relevance
256 #define DECIMAL_BASE 10 macro287 offsets.tv_sec = strtoll(buf, &endptr, DECIMAL_BASE); in ProcSetTimensOffset()288 offsets.tv_nsec = strtoll(endptr, NULL, DECIMAL_BASE); in ProcSetTimensOffset()