Home
last modified time | relevance | path

Searched refs:do_it (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/net80211/wesside/udps/
H A Dudps.c131 int do_it = 0; in main() local
154 assert(do_it >= 0); in main()
178 do_it = 10; in main()
180 do_it = 2; in main()
185 if (do_it) { in main()
189 do_it--; in main()
191 if(do_it == 0) in main()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp162 void ThreadPlanStepOverBreakpoint::SetAutoContinue(bool do_it) { in SetAutoContinue() argument
163 m_auto_continue = do_it; in SetAutoContinue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOverBreakpoint.h32 void SetAutoContinue(bool do_it);
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1582 int do_it; in list_err() local
1590 do_it = (current_time - err->err_last) >= err->err_stage->err_delay; in list_err()
1592 if (do_it) in list_err()
1602 if (!err->err_cnt && do_it) in list_err()
1606 if (!do_it) in list_err()
1611 if (do_it && err->err_suppressed) in list_err()
1619 return do_it; in list_err()
/freebsd/crypto/openssl/apps/
H A Dspeed.c1448 #define stop_it(do_it, test_num)\ argument
1449 memset(do_it + test_num, 0, OSSL_NELEM(do_it) - test_num);