Home
last modified time | relevance | path

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

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