Home
last modified time | relevance | path

Searched refs:_aof_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.h443 _aof_(gnu, OPTPROC_GNUUSAGE ) \
444 _aof_(autoopts, ~OPTPROC_GNUUSAGE) \
445 _aof_(no_misuse_usage, OPTPROC_MISUSE ) \
446 _aof_(misuse_usage, ~OPTPROC_MISUSE ) \
447 _aof_(compute, OPTPROC_COMPUTE )
449 #define _aof_(_n, _f) AOUF_ ## _n ## _ID, macro
451 #undef _aof_
453 #define _aof_(_n, _f) AOUF_ ## _n = (1 << AOUF_ ## _n ## _ID), macro
455 #undef _aof_
H A Dusage.c122 # define _aof_(_n, _f) { sizeof(#_n)-1, _f, #_n }, in set_usage_flags() macro
126 # undef _aof_ in set_usage_flags()