Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dconfigfile.c966 if (opts->papzHomeList == NULL) in intern_file_load()
980 for (idx = 0; opts->papzHomeList[ idx+1 ] != NULL; ++idx) ; in intern_file_load()
1000 path = opts->papzHomeList[ idx ]; in intern_file_load()
Dinit.c217 if (opts->papzHomeList == NULL) { in do_presets()
Dusage.c836 && ( (opts->papzHomeList != NULL) in prt_extd_usage()
1129 bool need_intro = (opts->papzHomeList == NULL); in prt_prog_detail()
1136 prt_ini_list(opts->papzHomeList, opts->pzRcName, opts->pzProgPath); in prt_prog_detail()
Dsave.c64 if (opts->papzHomeList == NULL) in find_dir_name()
74 dir = opts->papzHomeList[idx]; in find_dir_name()
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Doptions.h628 char const * const * const papzHomeList; member