Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c964 if (opts->papzHomeList == NULL) in intern_file_load()
978 for (idx = 0; opts->papzHomeList[ idx+1 ] != NULL; ++idx) ; in intern_file_load()
998 path = opts->papzHomeList[ idx ]; in intern_file_load()
H A Dinit.c215 if (opts->papzHomeList == NULL) { in do_presets()
H A Dusage.c834 && ( (opts->papzHomeList != NULL) in prt_extd_usage()
1127 bool need_intro = (opts->papzHomeList == NULL); in prt_prog_detail()
1134 prt_ini_list(opts->papzHomeList, opts->pzRcName, opts->pzProgPath); in prt_prog_detail()
H A Dsave.c62 if (opts->papzHomeList == NULL) in find_dir_name()
72 dir = opts->papzHomeList[idx]; in find_dir_name()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h626 char const * const * const papzHomeList; member