Searched refs:warned (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/src/
H A Dldlex.l240 bool warned = false;
254 if (empty && ! isspace (c) && ! warned)
257 warned = true;
H A Dldlex.c2811 bool warned = false; local
2825 if (empty && ! isspace (c) && ! warned)
2828 warned = true;
/external/oprofile/libutil++/
H A Dbfd_support.cpp197 static bool warned = false; local
198 if (!warned) {
202 warned = true;
/external/oprofile/module/
H A Doprofile.c173 static int warned; local
174 if (!warned) {
177 warned = 1;
/external/stressapptest/src/
H A Dos.cc247 static bool warned = false; local
259 if (!warned) {
262 warned = true;
/external/dnsmasq/src/
H A Ddnsmasq.c937 static int warned = 0; local
941 warned = 0;
949 if (!warned)
952 warned = 1;
/external/icu4c/tools/tzcode/
H A Dzdump.c162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
/external/kernel-headers/original/linux/
H A Dtty.h188 unsigned char low_latency:1, warned:1; member in struct:tty_struct
/external/libsepol/src/
H A Dwrite.c1549 int warned = 0; local
1562 if (!warned)
1566 warned = 1;
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c955 static dbus_bool_t warned = FALSE; local
1093 static dbus_bool_t warned = FALSE;
/external/libvorbis/doc/
H A D07-floor1.tex248 optimizations, implementors are warned to follow the details closely.
/external/openssh/contrib/redhat/
H A Dopenssh.spec456 - update to SNAP-20020220 for testing purposes (you've been warned, if there's
457 anything to be warned about, gss patches won't apply, I don't mind)
/external/regex-re2/lib/codereview/
H A Dcodereview.py1551 warned = False
1554 if not warned and not ui.quiet:
1557 warned = True
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1621 static Bool warned; local
1622 if (!warned) {
1625 warned = True;
/external/grub/docs/
H A Dtexinfo.tex5846 \newif\ifwarnedxrefs % True if we warned once that they aren't known.

Completed in 466 milliseconds