Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-MDEV-29644-a-potential-bug-of-null-pointer-dereferen.patch5 spider_db_mbase::print_warnings()
7 The function spider_db_mbase::print_warnings() can potentially result
39 +# MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::print_warnings()
95 +--echo # MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::print_warnings
158 - print_warnings(l_time);
167 -int spider_db_mbase::print_warnings(
173 - DBUG_ENTER("spider_db_mbase::print_warnings");
300 - if ((error_num = ((spider_db_mbase *) conn->db_conn)->print_warnings(NULL)))
313 - int print_warnings(
/OK3568_Linux_fs/buildroot/utils/
H A Dcheck-package103 def print_warnings(warnings): function
134 nwarnings += print_warnings(cf.before())
145 nwarnings += print_warnings(cf.check_line(lineno + 1, text))
149 nwarnings += print_warnings(cf.after())
/OK3568_Linux_fs/kernel/scripts/
H A Dfaddr2line96 local print_warnings=$4
212 [[ $print_warnings = 1 ]] &&
219 [[ $print_warnings = 1 ]] &&
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py104 def __init__(self, filename="Kconfig", base_dir=None, print_warnings=True, argument
205 self.print_warnings = print_warnings
565 def set_print_warnings(self, print_warnings): argument
571 self.print_warnings = print_warnings
600 BOOL_STR[self.print_warnings],
1772 if self.print_warnings:
/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py127 self._conf = kconfiglib.Config(print_warnings=False)