Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDtime.c45 if (INQUERY_CALL(opts, od)) in optionTimeVal()
77 if (INQUERY_CALL(opts, od)) in optionTimeDate()
HDstack.c52 if (INQUERY_CALL(opts, od)) in optionUnstackArg()
238 if (INQUERY_CALL(opts, od)) in optionStackArg()
HDboolean.c53 if (INQUERY_CALL(opts, od)) in optionBooleanVal()
HDnumeric.c116 if (INQUERY_CALL(opts, od) || (od->optArg.argString == NULL)) in optionNumericVal()
HDautoopts.h394 #define INQUERY_CALL(_o, _d) ( \ macro