Searched refs:OPTPROC_LONGOPT (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/ntp-92/libopts/
H A Dusage.c37 #define OPTPROC_L_N_S (OPTPROC_LONGOPT | OPTPROC_SHORTOPT)
239 case OPTPROC_LONGOPT: fputs( zNoFlags, option_usage_fp ); break;
487 if ( (pOptions->fOptSet & (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
488 == (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
494 if ( (pOptions->fOptSet & (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
495 == (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
719 case OPTPROC_LONGOPT: argTypes.pzOptFmt = zGnuOptFmt; break;
H A Dmakeshell.c413 switch (pOpts->fOptSet & (OPTPROC_LONGOPT|OPTPROC_SHORTOPT)) {
414 case OPTPROC_LONGOPT:
445 case OPTPROC_LONGOPT|OPTPROC_SHORTOPT:
H A Dautoopts.h78 (((po)->fOptSet & (OPTPROC_SHORTOPT | OPTPROC_LONGOPT)) == 0)
H A Dgenshell.c239 + OPTPROC_LONGOPT
H A Dautoopts.c553 if ((pOpts->fOptSet & OPTPROC_LONGOPT) == 0) {
/macosx-10.10/ntp-92/sntp/libopts/
H A Dusage.c37 #define OPTPROC_L_N_S (OPTPROC_LONGOPT | OPTPROC_SHORTOPT)
239 case OPTPROC_LONGOPT: fputs( zNoFlags, option_usage_fp ); break;
487 if ( (pOptions->fOptSet & (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
488 == (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
494 if ( (pOptions->fOptSet & (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
495 == (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT))
719 case OPTPROC_LONGOPT: argTypes.pzOptFmt = zGnuOptFmt; break;
H A Dmakeshell.c413 switch (pOpts->fOptSet & (OPTPROC_LONGOPT|OPTPROC_SHORTOPT)) {
414 case OPTPROC_LONGOPT:
445 case OPTPROC_LONGOPT|OPTPROC_SHORTOPT:
H A Dautoopts.h78 (((po)->fOptSet & (OPTPROC_SHORTOPT | OPTPROC_LONGOPT)) == 0)
H A Dgenshell.c239 + OPTPROC_LONGOPT
H A Dautoopts.c553 if ((pOpts->fOptSet & OPTPROC_LONGOPT) == 0) {
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h251 #define OPTPROC_LONGOPT (1U << OPTPROC_LONGOPT_ID) macro
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc-opts.c502 + OPTPROC_LONGOPT
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-opts.c469 + OPTPROC_LONGOPT
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h251 #define OPTPROC_LONGOPT (1U << OPTPROC_LONGOPT_ID) macro
/macosx-10.10/ntp-92/sntp/
H A Dsntp-opts.c520 + OPTPROC_LONGOPT
/macosx-10.10/ntp-92/ntpd/
H A Dntpd-opts.c987 + OPTPROC_LONGOPT
/macosx-10.10/ntp-92/util/
H A Dntp-keygen-opts.c774 + OPTPROC_LONGOPT

Completed in 221 milliseconds