Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c184 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0) in opt_set()
240 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) { in opt_unknown()
262 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) { in opt_ambiguous()
352 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0) in opt_find_long()
397 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) == 0) in opt_find_short()
438 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) { in opt_find_short()
H A Dtime.c51 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionTimeVal()
115 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionTimeDate()
H A Dgenshell.h150 #define ERRSKIP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet &= ~OPTPROC_ERRSTOP)
151 #define ERRSTOP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dautoopts.c268 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in regular_opts()
377 if (((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionProcess()
H A Dalias.c37 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) { in too_many_occurrences()
H A Dconfigfile.c384 opts->fOptSet &= ~OPTPROC_ERRSTOP; in file_preset()
973 opts->fOptSet &= ~OPTPROC_ERRSTOP; in intern_file_load()
1134 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0) in optionLoadOpt()
1142 if ((opts->fOptSet & OPTPROC_ERRSTOP) == 0) in optionLoadOpt()
H A Dcheck.c144 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) { in is_consistent()
H A Dnumeric.c166 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionNumericVal()
H A Dinit.c173 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in immediate_opts()
H A Denv.c82 pOpts->fOptSet &= ~OPTPROC_ERRSTOP; in doPrognameEnv()
H A Dload.c565 opts->fOptSet &= ~OPTPROC_ERRSTOP; in optionLoadLine()
H A Dgenshell.c342 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h184 #define ERRSKIP_OPTERR STMTS(ntpsnmpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
185 #define ERRSTOP_OPTERR STMTS(ntpsnmpdOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpsnmpd-opts.c403 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.h242 #define ERRSKIP_OPTERR STMTS(ntpdcOptions.fOptSet &= ~OPTPROC_ERRSTOP)
243 #define ERRSTOP_OPTERR STMTS(ntpdcOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpdc-opts.c673 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.h255 #define ERRSKIP_OPTERR STMTS(ntpqOptions.fOptSet &= ~OPTPROC_ERRSTOP)
256 #define ERRSTOP_OPTERR STMTS(ntpqOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpq-opts.c718 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h311 #define ERRSKIP_OPTERR STMTS(sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP)
312 #define ERRSTOP_OPTERR STMTS(sntpOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dsntp-opts.c1024 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.h327 #define ERRSKIP_OPTERR STMTS(ntp_keygenOptions.fOptSet &= ~OPTPROC_ERRSTOP)
328 #define ERRSTOP_OPTERR STMTS(ntp_keygenOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntp-keygen-opts.c1158 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.h406 #define ERRSKIP_OPTERR STMTS(ntpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
407 #define ERRSTOP_OPTERR STMTS(ntpdOptions.fOptSet |= OPTPROC_ERRSTOP)
H A Dntpd-opts.c1379 + OPTPROC_ERRSTOP
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h350 #define OPTPROC_ERRSTOP 0x000004U macro