Searched refs:spec (Results 1 - 2 of 2) sorted by relevance

/lib/
H A Dvsprintf.c383 struct printf_spec spec)
391 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10);
397 locase = (spec.flags & SMALL);
398 if (spec.flags & LEFT)
399 spec.flags &= ~ZEROPAD;
401 if (spec.flags & SIGN) {
405 spec.field_width--;
406 } else if (spec.flags & PLUS) {
408 spec
382 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) argument
507 string(char *buf, char *end, const char *s, struct printf_spec spec) argument
556 dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, const char *fmt) argument
613 symbol_string(char *buf, char *end, void *ptr, struct printf_spec spec, const char *fmt) argument
644 resource_string(char *buf, char *end, struct resource *res, struct printf_spec spec, const char *fmt) argument
752 hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, const char *fmt) argument
796 mac_address_string(char *buf, char *end, u8 *addr, struct printf_spec spec, const char *fmt) argument
983 ip6_addr_string(char *buf, char *end, const u8 *addr, struct printf_spec spec, const char *fmt) argument
997 ip4_addr_string(char *buf, char *end, const u8 *addr, struct printf_spec spec, const char *fmt) argument
1008 ip6_addr_string_sa(char *buf, char *end, const struct sockaddr_in6 *sa, struct printf_spec spec, const char *fmt) argument
1070 ip4_addr_string_sa(char *buf, char *end, const struct sockaddr_in *sa, struct printf_spec spec, const char *fmt) argument
1105 escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, const char *fmt) argument
1161 uuid_string(char *buf, char *end, const u8 *addr, struct printf_spec spec, const char *fmt) argument
1208 netdev_feature_string(char *buf, char *end, const u8 *addr, struct printf_spec spec) argument
1220 address_val(char *buf, char *end, const void *addr, struct printf_spec spec, const char *fmt) argument
1327 pointer(const char *fmt, char *buf, char *end, void *ptr, struct printf_spec spec) argument
1494 format_decode(const char *fmt, struct printf_spec *spec) argument
1727 struct printf_spec spec = {0}; local
2022 struct printf_spec spec = {0}; local
2148 struct printf_spec spec = {0}; local
[all...]
H A Ddynamic_debug.c289 pr_err("match-spec:%s val:%s overridden by %s\n",
319 pr_err("expecting pairs of match-spec <value>\n");
344 pr_err("match-spec: line used 2x\n");
446 /* check flags 1st (last arg) so query is pairs of spec,val */

Completed in 691 milliseconds