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

12

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dtime.c79 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Dgenshell.h112 #define ERRSKIP_OPTERR STMTS( genshelloptOptions.fOptSet &= ~OPTPROC_ERRSTOP )
113 #define ERRSTOP_OPTERR STMTS( genshelloptOptions.fOptSet |= OPTPROC_ERRSTOP )
H A Dautoopts.c228 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
398 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
466 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
830 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
866 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
1016 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
1170 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
H A Dnumeric.c166 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Denvironment.c85 pOpts->fOptSet &= ~OPTPROC_ERRSTOP;
H A Dconfigfile.c820 pOpts->fOptSet &= ~OPTPROC_ERRSTOP;
971 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) == 0)
981 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) == 0)
H A Dgenshell.c239 + OPTPROC_ERRSTOP
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dtime.c51 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
110 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Dgenshell.h119 #define ERRSKIP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet &= ~OPTPROC_ERRSTOP)
120 #define ERRSTOP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dautoopts.c230 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
403 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
471 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
834 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
872 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
1023 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
1176 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) {
H A Dnumeric.c158 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0)
H A Denvironment.c85 pOpts->fOptSet &= ~OPTPROC_ERRSTOP;
H A Dgenshell.c263 + OPTPROC_ERRSTOP
H A Dconfigfile.c982 pOpts->fOptSet &= ~OPTPROC_ERRSTOP;
1138 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) == 0)
1148 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) == 0)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpsnmpd-opts.h138 #define ERRSKIP_OPTERR STMTS(ntpsnmpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
139 #define ERRSTOP_OPTERR STMTS(ntpsnmpdOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpsnmpd-opts.c303 + OPTPROC_ERRSTOP
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc-opts.h187 #define ERRSKIP_OPTERR STMTS(ntpdcOptions.fOptSet &= ~OPTPROC_ERRSTOP)
188 #define ERRSTOP_OPTERR STMTS(ntpdcOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpdc-opts.c508 + OPTPROC_ERRSTOP
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.h180 #define ERRSKIP_OPTERR STMTS(ntpqOptions.fOptSet &= ~OPTPROC_ERRSTOP)
181 #define ERRSTOP_OPTERR STMTS(ntpqOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpq-opts.c482 + OPTPROC_ERRSTOP
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.h205 #define ERRSKIP_OPTERR STMTS(sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP)
206 #define ERRSTOP_OPTERR STMTS(sntpOptions.fOptSet |= OPTPROC_ERRSTOP)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dntp-keygen-opts.h255 #define ERRSKIP_OPTERR STMTS(ntp_keygenOptions.fOptSet &= ~OPTPROC_ERRSTOP)
256 #define ERRSTOP_OPTERR STMTS(ntp_keygenOptions.fOptSet |= OPTPROC_ERRSTOP)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntpd-opts.h341 #define ERRSKIP_OPTERR STMTS(ntpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
342 #define ERRSTOP_OPTERR STMTS(ntpdOptions.fOptSet |= OPTPROC_ERRSTOP)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/autoopts/
H A Doptions.h255 #define OPTPROC_ERRSTOP (1U << OPTPROC_ERRSTOP_ID) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h269 #define OPTPROC_ERRSTOP (1U << OPTPROC_ERRSTOP_ID) macro

Completed in 106 milliseconds

12