Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c156 size_t sz = strlen(res) + strlen(opts->pzRcName) + 2; in find_file_name()
158 if ( snprintf(pzPath, sz, "%s/%s", res, opts->pzRcName) in find_file_name()
H A Dconfigfile.c1022 size_t nln = strlen(opts->pzRcName) + 1; in intern_file_load()
1030 memcpy(pz, opts->pzRcName, nln); in intern_file_load()
H A Dusage.c1134 prt_ini_list(opts->papzHomeList, opts->pzRcName, opts->pzProgPath); in prt_prog_detail()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h618 char const * const pzRcName; member