Home
last modified time | relevance | path

Searched refs:fmt_end (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c822 char *unsafe_ptr = NULL, *tmp_buf = NULL, *tmp_buf_end, *fmt_end; in bpf_bprintf_prepare() local
829 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()
830 if (!fmt_end) in bpf_bprintf_prepare()
832 fmt_size = fmt_end - fmt; in bpf_bprintf_prepare()