Searched refs:OPTPROC_ERRSTOP (Results 1 - 25 of 25) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dtime.c51 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
113 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Dgenshell.h142 #define ERRSKIP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet &= ~OPTPROC_ERRSTOP)
143 #define ERRSTOP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dalias.c37 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) {
H A Dfind.c214 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0)
270 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) {
292 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) {
382 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0)
427 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) == 0)
468 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
H A Dcheck.c144 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
H A Dnumeric.c165 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Dautoopts.c274 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
383 if (((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Denv.c88 pOpts->fOptSet &= ~OPTPROC_ERRSTOP;
H A Dinit.c177 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Dconfigfile.c428 opts->fOptSet &= ~OPTPROC_ERRSTOP;
1017 opts->fOptSet &= ~OPTPROC_ERRSTOP;
1178 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0)
1186 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0)
H A Dload.c575 opts->fOptSet &= ~OPTPROC_ERRSTOP;
H A Dgenshell.c337 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h176 #define ERRSKIP_OPTERR STMTS(ntpsnmpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
177 #define ERRSTOP_OPTERR STMTS(ntpsnmpdOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpsnmpd-opts.c398 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.h227 #define ERRSKIP_OPTERR STMTS(ntpdcOptions.fOptSet &= ~OPTPROC_ERRSTOP)
228 #define ERRSTOP_OPTERR STMTS(ntpdcOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpdc-opts.c641 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.h240 #define ERRSKIP_OPTERR STMTS(ntpqOptions.fOptSet &= ~OPTPROC_ERRSTOP)
241 #define ERRSTOP_OPTERR STMTS(ntpqOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpq-opts.c686 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dsntp-opts.h303 #define ERRSKIP_OPTERR STMTS(sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP)
304 #define ERRSTOP_OPTERR STMTS(sntpOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dsntp-opts.c1017 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/util/
H A Dntp-keygen-opts.h319 #define ERRSKIP_OPTERR STMTS(ntp_keygenOptions.fOptSet &= ~OPTPROC_ERRSTOP)
320 #define ERRSTOP_OPTERR STMTS(ntp_keygenOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntp-keygen-opts.c1153 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntpd-opts.h398 #define ERRSKIP_OPTERR STMTS(ntpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
399 #define ERRSTOP_OPTERR STMTS(ntpdOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpd-opts.c1374 + OPTPROC_ERRSTOP
/freebsd-11.0-release/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h349 #define OPTPROC_ERRSTOP 0x000004U macro

Completed in 212 milliseconds