Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dsave.c219 char * pzPath = (char *)AGALOC(sz, "file name"); in find_file_name() local
221 snprintf(pzPath, sz, "%s/%s", pzDir, opts->pzRcName); in find_file_name()
223 sprintf(pzPath, "%s/%s", pzDir, opts->pzRcName); in find_file_name()
227 pzDir = pzPath; in find_file_name()