Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsprintf.h29 char *rust_fmt_argument(char *buf, char *end, const void *ptr);
/linux/rust/kernel/
H A Dprint.rs19 unsafe extern "C" fn rust_fmt_argument( in rust_fmt_argument() function
/linux/lib/
H A Dvsprintf.c2581 return rust_fmt_argument(buf, end, ptr); in pointer()