Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py605 BOOL_STR[self.print_warnings],
607 BOOL_STR[self.print_undef_assign])
1726 "Is choice item : " + BOOL_STR[sc.is_choice_sym],
1727 "Is defined : " + BOOL_STR[sc.is_defined_],
1728 "Is from env. : " + BOOL_STR[sc.is_from_env],
1729 "Is special : " + BOOL_STR[sc.is_special_] + "\n")
1787 "Optional : " + BOOL_STR[sc.optional],
3499 BOOL_STR = {False: "false", True: "true"} variable