Home
last modified time | relevance | path

Searched refs:gps_time (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c370 static BOOL convert_ascii_time(l_fp * fp, const char * gps_time);
1559 const char * gps_time; in process_tpv() local
1567 gps_time = json_object_lookup_string( in process_tpv()
1571 if (gps_mode < 2 || NULL == gps_time) { in process_tpv()
1589 save_ltc(pp, gps_time); in process_tpv()
1591 if (convert_ascii_time(&up->sti_stamp, gps_time)) { in process_tpv()
2089 const char * gps_time) in convert_ascii_time() argument
2101 ep = strptime(gps_time, "%Y-%m-%dT%H:%M:%S", &gd); in convert_ascii_time()
H A Drefclock_nmea.c252 u_char gps_time; /* use GPS time, not UTC */ member
760 if (!up->gps_time) { in nmea_procrec()
764 up->gps_time = 1; in nmea_procrec()
767 if (up->gps_time) { in nmea_procrec()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.cppm
H A Dchrono.inc107 using std::chrono::gps_time;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3355 SYMBOL(gps_time, std::chrono::, <chrono>)