Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_util.c374 static const char temp_ext[] = ".TEMP"; in stats_config() local
376 static const char temp_ext[] = "-TEMP"; in stats_config() local
441 len + sizeof(temp_ext)); in stats_config()
444 memcpy(stats_temp_file + len, temp_ext, in stats_config()
445 sizeof(temp_ext)); in stats_config()