Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/gen/
H A Darc4random-compat.c54 static bool warned = false; in __arc4random_stir_fbsd11() local
56 if (!warned) in __arc4random_stir_fbsd11()
58 warned = true; in __arc4random_stir_fbsd11()
64 static bool warned = false; in __arc4random_addrandom_fbsd11() local
66 if (!warned) in __arc4random_addrandom_fbsd11()
68 warned = true; in __arc4random_addrandom_fbsd11()
/freebsd-13.1/sys/kern/
H A Dsubr_autoconf.c95 run_interrupt_driven_config_hooks_warning(int warned) in run_interrupt_driven_config_hooks_warning() argument
101 if (warned < 6) { in run_interrupt_driven_config_hooks_warning()
103 "seconds for", warned * WARNING_INTERVAL_SECS); in run_interrupt_driven_config_hooks_warning()
114 KASSERT(warned < 6, in run_interrupt_driven_config_hooks_warning()
154 int warned; in boot_run_interrupt_driven_config_hooks() local
161 warned = 0; in boot_run_interrupt_driven_config_hooks()
167 warned++; in boot_run_interrupt_driven_config_hooks()
168 run_interrupt_driven_config_hooks_warning(warned); in boot_run_interrupt_driven_config_hooks()
H A Dkern_pmc.c250 static int warned = 0; in pmc_soft_ev_register() local
269 if (!warned) { in pmc_soft_ev_register()
272 warned = 1; in pmc_soft_ev_register()
/freebsd-13.1/lib/libc/stdio/
H A Dgets.c53 static int warned; in __gets_unsafe() local
59 if (!warned) { in __gets_unsafe()
61 warned = 1; in __gets_unsafe()
/freebsd-13.1/bin/dd/
H A Dposition.c95 int warned; in pos_in() local
117 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) { in pos_in()
147 if (!warned) { in pos_in()
149 warned = 1; in pos_in()
H A Ddd.c547 static int warned; in dd_out() local
626 if (out.flags & ISCHR && !warned) { in dd_out()
627 warned = 1; in dd_out()
/freebsd-13.1/lib/libc/stdlib/
H A Drand.c161 static bool warned = false; in __sranddev_fbsd12() local
163 if (!warned) { in __sranddev_fbsd12()
165 warned = true; in __sranddev_fbsd12()
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dcommit-cmd.c54 svn_boolean_t warned; member
72 if ((! b->warned) in copy_warning_notify_func()
88 b->warned = TRUE; in copy_warning_notify_func()
165 cwnb.warned = FALSE; in svn_cl__commit()
H A Dpropget-cmd.c323 svn_boolean_t warned = FALSE; in svn_cl__propget() local
496 warned = TRUE; in svn_cl__propget()
519 if (warned) in svn_cl__propget()
/freebsd-13.1/usr.bin/wc/
H A Dwc.c226 int fd, len, warned; in cnt() local
301 warned = 0; in cnt()
318 if (!warned) { in cnt()
322 warned = 1; in cnt()
352 if (mbrtowc(NULL, NULL, 0, &mbs) == (size_t)-1 && !warned) in cnt()
/freebsd-13.1/usr.bin/cut/
H A Dcut.c282 int canwrite, clen, warned; in b_n_cut() local
286 warned = 0; in b_n_cut()
290 if (!warned) { in b_n_cut()
292 warned = 1; in b_n_cut()
336 return (warned); in b_n_cut()
/freebsd-13.1/usr.bin/col/
H A Dcol.c139 int adjust, opt, warned, width; in main() local
184 adjust = cur_col = extra_lines = warned = 0; in main()
287 if (!warned++) in main()
/freebsd-13.1/contrib/tzcode/zic/
H A Dzdump.c153 static int warned; variable
211 if (warned)
230 warned = TRUE;
337 warned = FALSE;
/freebsd-13.1/tools/pkgbase/
H A DREADME.md60 by default, this is not warned. if the option is enabled, this will be warned
/freebsd-13.1/usr.bin/calendar/
H A Dio.c124 static bool warned = false; in cal_fopen() local
154 if (!warned && stat(_PATH_INCLUDE_LOCAL, &sb) != 0) { in cal_fopen()
156 warned = true; in cal_fopen()
H A Dparsedata.c321 static int warned = 0; in remember() local
324 if (warned == 0) in remember()
326 warned++; in remember()
/freebsd-13.1/contrib/less/
H A Dch.c419 int warned = FALSE; in sync_logfile() local
437 if (!wrote && !warned) in sync_logfile()
441 warned = TRUE; in sync_logfile()
/freebsd-13.1/contrib/apr/atomic/unix/
H A Dmutex64.c35 # warning Be warned: using stubs for all atomic operations
H A Dmutex.c35 # warning Be warned: using stubs for all atomic operations
/freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c640 int warned = 0; in ZDICT_optimizeTrainFromBuffer_fastCover() local
692 if (!warned) { in ZDICT_optimizeTrainFromBuffer_fastCover()
694 warned = 1; in ZDICT_optimizeTrainFromBuffer_fastCover()
/freebsd-13.1/lib/libpmc/pmu-events/
H A Djevents.c232 static bool warned; in lookup_msr() local
239 if (!warned) { in lookup_msr()
240 warned = true; in lookup_msr()
/freebsd-13.1/contrib/ofed/libibverbs/
H A Dverbs.c376 static int warned; in ibv_create_comp_channel_v2() local
381 if (!warned) { in ibv_create_comp_channel_v2()
385 ++warned; in ibv_create_comp_channel_v2()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c126 static int warned; in c4iw_alloc_ucontext() local
144 if (!warned++) in c4iw_alloc_ucontext()
/freebsd-13.1/contrib/sendmail/mail.local/
H A DREADME10 ones that are compatible with the BSD interface. You have been warned!
/freebsd-13.1/sys/x86/xen/
H A Dxen_intr.c310 static int warned; in xen_intr_alloc_isrc() local
316 if (!warned) { in xen_intr_alloc_isrc()
317 warned = 1; in xen_intr_alloc_isrc()

12