Searched refs:pzBugAddr (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dversion.c92 if (pOpts->pzBugAddr != NULL)
93 fprintf( fp, zPlsSendBugs, pOpts->pzBugAddr );
109 if (pOpts->pzBugAddr != NULL)
110 fprintf( fp, zPlsSendBugs, pOpts->pzBugAddr );
H A Dusage.c263 if (pOptions->pzBugAddr != NULL)
264 fprintf( option_usage_fp, zPlsSendBugs, pOptions->pzBugAddr );
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dversion.c94 else if (pOpts->pzBugAddr != NULL)
95 fprintf(fp, zPlsSendBugs, pOpts->pzBugAddr);
116 else if (pOpts->pzBugAddr != NULL)
117 fprintf(fp, zPlsSendBugs, pOpts->pzBugAddr);
H A Dusage.c301 else if (opts->pzBugAddr != NULL)
302 fprintf(option_usage_fp, zPlsSendBugs, opts->pzBugAddr);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/autoopts/
H A Doptions.h429 char const* const pzBugAddr; /* PUBLIC */ member in struct:options
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h437 char const* const pzBugAddr; /* PUBLIC */ member in struct:options

Completed in 217 milliseconds