Searched refs:fmt_end (Results 1 – 1 of 1) sorted by relevance
815 char *unsafe_ptr = NULL, *tmp_buf = NULL, *tmp_buf_end, *fmt_end; in bpf_bprintf_prepare() local822 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()823 if (!fmt_end) in bpf_bprintf_prepare()825 fmt_size = fmt_end - fmt; in bpf_bprintf_prepare()
Completed in 6 milliseconds