Home
last modified time | relevance | path

Searched refs:INQUERY_CALL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dtime.c45 if (INQUERY_CALL(opts, od)) in optionTimeVal()
77 if (INQUERY_CALL(opts, od)) in optionTimeDate()
H A Dstack.c52 if (INQUERY_CALL(opts, od)) in optionUnstackArg()
238 if (INQUERY_CALL(opts, od)) in optionStackArg()
H A Dboolean.c53 if (INQUERY_CALL(opts, od)) in optionBooleanVal()
H A Dnumeric.c116 if (INQUERY_CALL(opts, od) || (od->optArg.argString == NULL)) in optionNumericVal()
H A Dautoopts.h394 #define INQUERY_CALL(_o, _d) ( \ macro