Searched refs:config_file_storage (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ntp-92/ntpdate/
H A Dntptime_config.c164 char config_file_storage[MAX_PATH]; local
185 if (!ExpandEnvironmentStrings((LPCTSTR)temp, (LPTSTR)config_file_storage, (DWORD)sizeof(config_file_storage))) {
189 config_file = config_file_storage;
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c164 char config_file_storage[MAX_PATH]; variable
3785 if (!ExpandEnvironmentStrings((LPCTSTR)temp, (LPTSTR)config_file_storage, (DWORD)sizeof(config_file_storage))) {
3789 config_file = config_file_storage;

Completed in 77 milliseconds