Searched refs:SUCCESSFUL (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | autoopts.c | 219 if (! SUCCESSFUL(res)) in next_opt() 264 if (! SUCCESSFUL(handle_opt(opts, &opt_st))) in regular_opts() 329 if (! SUCCESSFUL(validate_struct(opts, a_v[0]))) in optionProcess() 348 if (! SUCCESSFUL(regular_opts(opts))) in optionProcess()
|
H A D | init.c | 169 if (! SUCCESSFUL(handle_opt(opts, &opt_st))) in immediate_opts() 192 if (! SUCCESSFUL(immediate_opts(opts))) in do_presets() 258 if (! SUCCESSFUL(do_presets(opts))) in ao_initialize()
|
H A D | reset.c | 109 if (! SUCCESSFUL(succ)) { in optionResetOpt() 117 if (! SUCCESSFUL(succ)) { in optionResetOpt()
|
H A D | load.c | 485 if (! SUCCESSFUL(opt_find_long(opts, line, opt_state))) in load_opt_line() 488 } else if (! SUCCESSFUL(opt_find_short(opts, *line, opt_state))) in load_opt_line()
|
H A D | find.c | 302 || ! SUCCESSFUL(opt_find_long(pOpts, vopt_str, &opt_st)) in optionVendorOption() 303 || ! SUCCESSFUL(get_opt_arg(pOpts, &opt_st)) ) in optionVendorOption()
|
H A D | configfile.c | 1087 if (! SUCCESSFUL(validate_struct(opts, prog))) in optionFileLoad()
|
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | project.h | 46 #undef SUCCESSFUL 57 #define SUCCESSFUL(p) SUCCEEDED(p) macro
|