Searched refs:strtomem_pad (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dstring.h380 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer
393 #define strtomem_pad(dest, src, pad) do { \ macro
411 * without trailing padding. If padding is required, use strtomem_pad().
/linux-master/drivers/auxdisplay/
H A Dpanel.c1452 strtomem_pad(key->u.kbd.press_str, press, '\0');
1453 strtomem_pad(key->u.kbd.repeat_str, repeat, '\0');
1454 strtomem_pad(key->u.kbd.release_str, release, '\0');
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c146 strtomem_pad(message.str, msg, '\0');
/linux-master/lib/
H A Dmemcpy_kunit.c531 strtomem_pad(wrap.output, input, 0xAA);

Completed in 262 milliseconds