Lines Matching defs:str
658 def string_macros(macro: str, val: str):
672 def enum_macros(prop: edtlib.Property, macro: str):
690 def array_macros(prop: edtlib.Property, macro: str):
795 def phandle_macros(prop: edtlib.Property, macro: str) -> dict:
835 def controller_and_data_macros(entry: edtlib.ControllerAndData, i: int, macro: str):
970 def str2ident(s: str) -> str:
976 def list2init(l: Iterable[str]) -> str:
983 macro: str,
984 val: str,
986 deprecation_msg: Optional[str] = None,
1005 macro: str,
1006 val: str,
1008 deprecation_msg: Optional[str] = None,
1024 def out_comment(s: str, blank_before=True) -> None:
1064 def escape(s: str) -> str:
1070 def quote_str(s: str) -> str:
1077 def escape_unquoted(s: str) -> str:
1086 def err(s: str) -> NoReturn: