Searched refs:OPTPROC_GNUUSAGE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ntp-92/libopts/
H A Dusage.c104 pOpts->fOptSet |= OPTPROC_GNUUSAGE;
107 pOpts->fOptSet &= ~OPTPROC_GNUUSAGE;
109 return (pOpts->fOptSet & OPTPROC_GNUUSAGE) ? AG_TRUE : AG_FALSE;
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))
/macosx-10.10/ntp-92/sntp/libopts/
H A Dusage.c104 pOpts->fOptSet |= OPTPROC_GNUUSAGE;
107 pOpts->fOptSet &= ~OPTPROC_GNUUSAGE;
109 return (pOpts->fOptSet & OPTPROC_GNUUSAGE) ? AG_TRUE : AG_FALSE;
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))
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h263 #define OPTPROC_GNUUSAGE (1U << OPTPROC_GNUUSAGE_ID) macro
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h263 #define OPTPROC_GNUUSAGE (1U << OPTPROC_GNUUSAGE_ID) macro

Completed in 135 milliseconds