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

/linux-master/drivers/soc/qcom/
H A Dcmd-db.c156 strtomem_pad(query, id, 0);
/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/include/linux/
H A Dstring.h385 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer
398 #define strtomem_pad(dest, src, pad) do { \ macro
416 * without trailing padding. If padding is required, use strtomem_pad().
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c146 strtomem_pad(message.str, msg, '\0');
/linux-master/lib/
H A Dstring_kunit.c562 strtomem_pad(wrap.output, input, 0xAA);
/linux-master/fs/ext4/
H A Dfile.c847 strtomem_pad(sbi->s_es->s_last_mounted, cp, 0);
H A Dsuper.c6110 strtomem_pad(es->s_first_error_func,
6124 strtomem_pad(es->s_last_error_func, sbi->s_last_error_func, 0);

Completed in 357 milliseconds