Searched refs:pzCurOpt (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/ntp-92/libopts/
H A Dautoopts.c452 (pOpts->pzCurOpt)--;
485 if ((pOpts->pzCurOpt != NULL) && (*pOpts->pzCurOpt != NUL))
486 return shortOptionFind( pOpts, (tAoUC)*(pOpts->pzCurOpt), pOptState );
491 pOpts->pzCurOpt = pOpts->origArgVect[ pOpts->curOptIdx ];
497 char * pz = pOpts->pzCurOpt;
524 if (*((pOpts->pzCurOpt)++) != '-')
530 if (*(pOpts->pzCurOpt) == NUL)
542 if (pOpts->pzCurOpt[0] == '-') {
543 if (*++(pOpts->pzCurOpt)
[all...]
H A Denvironment.c86 pOpts->pzCurOpt = NULL;
96 pOpts->pzCurOpt = NULL;
H A Dgenshell.h114 genshelloptOptions.pzCurOpt = NULL )
H A Dsort.c210 pOpts->pzCurOpt = NULL;
/macosx-10.10/ntp-92/sntp/libopts/
H A Dautoopts.c452 (pOpts->pzCurOpt)--;
485 if ((pOpts->pzCurOpt != NULL) && (*pOpts->pzCurOpt != NUL))
486 return shortOptionFind( pOpts, (tAoUC)*(pOpts->pzCurOpt), pOptState );
491 pOpts->pzCurOpt = pOpts->origArgVect[ pOpts->curOptIdx ];
497 char * pz = pOpts->pzCurOpt;
524 if (*((pOpts->pzCurOpt)++) != '-')
530 if (*(pOpts->pzCurOpt) == NUL)
542 if (pOpts->pzCurOpt[0] == '-') {
543 if (*++(pOpts->pzCurOpt)
[all...]
H A Denvironment.c86 pOpts->pzCurOpt = NULL;
96 pOpts->pzCurOpt = NULL;
H A Dgenshell.h114 genshelloptOptions.pzCurOpt = NULL )
H A Dsort.c210 pOpts->pzCurOpt = NULL;
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc-opts.h184 ntpdcOptions.pzCurOpt = NULL )
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-opts.h177 ntpqOptions.pzCurOpt = NULL )
/macosx-10.10/ntp-92/sntp/
H A Dsntp-opts.h202 sntpOptions.pzCurOpt = NULL )
/macosx-10.10/ntp-92/util/
H A Dntp-keygen-opts.h252 ntp_keygenOptions.pzCurOpt = NULL )
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h413 char* pzCurOpt; member in struct:options
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h413 char* pzCurOpt; member in struct:options
/macosx-10.10/ntp-92/ntpd/
H A Dntpd-opts.h334 ntpdOptions.pzCurOpt = NULL )

Completed in 238 milliseconds