Lines Matching defs:fmt

98 format_decode(const char *fmt, struct printf_spec *spec)  in format_decode()
356 static void ip4(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip4()
405 static void ip6(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip6()
423 static void ipS(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ipS()
452 static void hex_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in hex_string()
465 static void escaped_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in escaped_string()
476 static void resource_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaid… in resource_string()
487 static void mac_address_string(const char *fmt, struct symbol *type, struct symbol *basetype, int v… in mac_address_string()
507 static void dentry_file(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in dentry_file()
526 static void time_and_date(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in time_and_date()
535 static void check_clock(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in check_clock()
549 static void va_format(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in va_format()
558 static void netdev_feature(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in netdev_feature()
578 static void address_val(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in address_val()
611 static void block_device(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in block_device()
624 static void flag_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in flag_string()
651 static void device_node_string(const char *fmt, struct symbol *type, struct symbol *basetype, int v… in device_node_string()
663 pointer(const char *fmt, struct expression *arg, int vaidx) in pointer()
808 hexbyte(const char *fmt, int fmt_len, struct expression *arg, int vaidx, struct printf_spec spec) in hexbyte()
832 check_format_string(const char *fmt, const char *caller) in check_format_string()
984 check_cast_from_pointer(const char *fmt, int len, struct expression *arg, int va_idx) in check_cast_from_pointer()
1004 const char *fmt, *orig_fmt; in do_check_printf_call() local
1215 #define printf_hook(func, fmt, first_to_check) \ in check_kernel_printf() argument