Lines Matching refs:format
68 /* vsprintf() in __base_pr() uses nonliteral format string. It may break
73 #define __printf(a, b) __attribute__((format(printf, a, b)))
226 static int __base_pr(enum libbpf_print_level level, const char *format,
232 return vfprintf(stderr, format, args);
247 void libbpf_print(enum libbpf_print_level level, const char *format, ...)
259 va_start(args, format);
260 __libbpf_pr(level, format, args);
477 /* e.g. struct tcp_congestion_ops in bpf_prog's btf format */
480 * btf_vmlinux's format.
10648 * given file using scanf format string fmt. If actual parsed value is
10692 const char *file = "/sys/bus/event_source/devices/kprobe/format/retprobe";
10699 const char *file = "/sys/bus/event_source/devices/uprobe/format/retprobe";
11465 /* handle SEC("u[ret]probe") - format is valid, but auto-attach is impossible. */
11474 pr_warn("prog '%s': invalid format of section definition '%s'\n", prog->name,
11975 * specified (and auto-attach is not possible) or the above format is specified for
11991 /* handle SEC("u[ret]probe") - format is valid, but auto-attach is impossible. */
12022 pr_warn("prog '%s': invalid format of section definition '%s'\n", prog->name,
13371 /* Each sub string separated by ',' has format \d+-\d+ or \d+ */