Lines Matching defs:fmt
908 const char *fmt) in dentry_name()
957 struct printf_spec spec, const char *fmt) in file_dentry_name()
967 struct printf_spec spec, const char *fmt) in bdev_name()
990 struct printf_spec spec, const char *fmt) in symbol_string()
1065 struct printf_spec spec, const char *fmt) in resource_string()
1162 struct printf_spec spec, const char *fmt) in range_string()
1187 const char *fmt) in hex_string()
1238 struct printf_spec spec, const char *fmt) in bitmap_string()
1282 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1312 struct printf_spec spec, const char *fmt) in mac_address_string()
1352 char *ip4_string(char *p, const u8 *addr, const char *fmt) in ip4_string()
1485 char *ip6_string(char *p, const char *addr, const char *fmt) in ip6_string()
1502 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1516 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1527 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1589 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1624 struct printf_spec spec, const char *fmt) in ip_addr_string()
1659 const char *fmt) in escaped_string()
1737 struct printf_spec spec, const char *fmt) in uuid_string()
1782 struct printf_spec spec, const char *fmt) in netdev_bits()
1804 struct printf_spec spec, const char *fmt) in fourcc_string()
1864 struct printf_spec spec, const char *fmt) in address_val()
1924 struct printf_spec spec, const char *fmt) in rtc_str()
1974 struct printf_spec spec, const char *fmt) in time64_str()
1997 const char *fmt) in time_and_date()
2011 const char *fmt) in clock()
2123 struct printf_spec spec, const char *fmt) in flags_string()
2178 struct printf_spec spec, const char *fmt) in device_node_string()
2268 struct printf_spec spec, const char *fmt) in fwnode_string()
2297 char *resource_or_range(const char *fmt, char *buf, char *end, void *ptr, in resource_or_range()
2506 char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer()
2602 struct fmt { struct
2603 const char *str;
2604 unsigned char state; // enum format_state
2605 unsigned char size; // size of numbers
2644 struct fmt format_decode(struct fmt fmt, struct printf_spec *spec) in format_decode()
2847 struct fmt fmt = { in vsnprintf() local
2984 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf()
3014 int snprintf(char *buf, size_t size, const char *fmt, ...) in snprintf()
3038 int scnprintf(char *buf, size_t size, const char *fmt, ...) in scnprintf()
3065 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf()
3083 int sprintf(char *buf, const char *fmt, ...) in sprintf()
3122 struct fmt fmt = { in vbin_printf() local
3262 struct fmt fmt = { in bstr_printf() local
3430 int vsscanf(const char *buf, const char *fmt, va_list args) in vsscanf()
3707 int sscanf(const char *buf, const char *fmt, ...) in sscanf()