Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dhelpers.c766 char *unsafe_ptr = NULL, *tmp_buf = NULL, *tmp_buf_end, *fmt_end; in bpf_bprintf_prepare() local
772 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()
773 if (!fmt_end) in bpf_bprintf_prepare()
775 fmt_size = fmt_end - fmt; in bpf_bprintf_prepare()

Completed in 6 milliseconds