Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c427 (pOpts->pzCurOpt)--; in opt_find_short()
465 if (*++(opts->pzCurOpt) == NUL) in get_opt_arg_must()
466 opts->pzCurOpt = opts->origArgVect[ opts->curOptIdx++ ]; in get_opt_arg_must()
467 o_st->pzOptArg = opts->pzCurOpt; in get_opt_arg_must()
501 opts->pzCurOpt = NULL; /* next time advance to next arg */ in get_opt_arg_must()
524 if (*++pOpts->pzCurOpt != NUL) in get_opt_arg_may()
525 o_st->pzOptArg = pOpts->pzCurOpt; in get_opt_arg_may()
577 pOpts->pzCurOpt = NULL; in get_opt_arg_may()
596 (pOpts->pzCurOpt)++; in get_opt_arg_none()
610 pOpts->pzCurOpt = NULL; in get_opt_arg_none()
[all …]
H A Dinit.c147 opts->pzCurOpt = NULL; in immediate_opts()
278 opts->pzCurOpt = NULL; in ao_initialize()
H A Denv.c85 pOpts->pzCurOpt = NULL; in doPrognameEnv()
95 pOpts->pzCurOpt = NULL; in doPrognameEnv()
H A Dgenshell.h154 genshelloptOptions.pzCurOpt = NULL )
H A Dsort.c198 opts->pzCurOpt = NULL; in optionSort()
H A Dautoopts.c345 opts->pzCurOpt = NULL; in optionProcess()
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h188 ntpsnmpdOptions.pzCurOpt = NULL )
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.h246 ntpdcOptions.pzCurOpt = NULL )
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.h259 ntpqOptions.pzCurOpt = NULL )
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h609 char * pzCurOpt; ///< current option text member
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h315 sntpOptions.pzCurOpt = NULL )
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.h331 ntp_keygenOptions.pzCurOpt = NULL )
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.h410 ntpdOptions.pzCurOpt = NULL )