Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/dntpd/
H A Dmain.c50 int debug_opt = 0; variable
87 debug_opt = 1; in main()
120 debug_opt = 1; in main()
200 if (debug_opt == 0) in main()
251 if (debug_opt == 0) { in main()
H A Ddefs.h68 extern int debug_opt;
H A Dlog.c131 if (debug_opt == 0) { in vlogline()
/dflybsd-src/usr.bin/pkill/
H A Dpkill.c132 int ancestors, debug_opt, did_action; in main() local
176 debug_opt = 0; in main()
186 debug_opt++; in main()
357 if (debug_opt > 0) in main()
392 if (debug_opt > 1) { in main()
/dflybsd-src/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd.c291 int debug_opt = 0; in main() local
315 debug_opt = 1; in main()
354 if (debug_opt && !check_local_clvmd()) { in main()