Searched refs:def_opt (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dautoopts.c503 tAoUS * def_opt; local
516 def_opt = (void *)(intptr_t)&(pOpts->specOptIdx.default_opt);
517 def = *def_opt;
518 *def_opt = NO_EQUIVALENT;
520 *def_opt = def;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.c508 tAoUS * def_opt; local
521 def_opt = (void *)(intptr_t)&(pOpts->specOptIdx.default_opt);
522 def = *def_opt;
523 *def_opt = NO_EQUIVALENT;
525 *def_opt = def;

Completed in 56 milliseconds