Searched refs:OPTPROC_ERRSTOP (Results 1 – 25 of 25) sorted by relevance
184 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()
51 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionTimeVal()115 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionTimeDate()
150 #define ERRSKIP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet &= ~OPTPROC_ERRSTOP)151 #define ERRSTOP_GENSHELL_OPTERR STMTS(genshelloptOptions.fOptSet |= OPTPROC_ERRSTOP)
268 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in regular_opts()377 if (((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionProcess()
37 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) { in too_many_occurrences()
384 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()
144 if ((pOpts->fOptSet & OPTPROC_ERRSTOP) != 0) { in is_consistent()
166 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in optionNumericVal()
173 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0) in immediate_opts()
82 pOpts->fOptSet &= ~OPTPROC_ERRSTOP; in doPrognameEnv()
565 opts->fOptSet &= ~OPTPROC_ERRSTOP; in optionLoadLine()
342 + OPTPROC_ERRSTOP
184 #define ERRSKIP_OPTERR STMTS(ntpsnmpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)185 #define ERRSTOP_OPTERR STMTS(ntpsnmpdOptions.fOptSet |= OPTPROC_ERRSTOP)
403 + OPTPROC_ERRSTOP
242 #define ERRSKIP_OPTERR STMTS(ntpdcOptions.fOptSet &= ~OPTPROC_ERRSTOP)243 #define ERRSTOP_OPTERR STMTS(ntpdcOptions.fOptSet |= OPTPROC_ERRSTOP)
673 + OPTPROC_ERRSTOP
255 #define ERRSKIP_OPTERR STMTS(ntpqOptions.fOptSet &= ~OPTPROC_ERRSTOP)256 #define ERRSTOP_OPTERR STMTS(ntpqOptions.fOptSet |= OPTPROC_ERRSTOP)
718 + OPTPROC_ERRSTOP
311 #define ERRSKIP_OPTERR STMTS(sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP)312 #define ERRSTOP_OPTERR STMTS(sntpOptions.fOptSet |= OPTPROC_ERRSTOP)
1024 + OPTPROC_ERRSTOP
327 #define ERRSKIP_OPTERR STMTS(ntp_keygenOptions.fOptSet &= ~OPTPROC_ERRSTOP)328 #define ERRSTOP_OPTERR STMTS(ntp_keygenOptions.fOptSet |= OPTPROC_ERRSTOP)
1158 + OPTPROC_ERRSTOP
406 #define ERRSKIP_OPTERR STMTS(ntpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)407 #define ERRSTOP_OPTERR STMTS(ntpdOptions.fOptSet |= OPTPROC_ERRSTOP)
1379 + OPTPROC_ERRSTOP
350 #define OPTPROC_ERRSTOP 0x000004U macro