Searched refs:strpad (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/s390/boot/ |
| H A D | printk.c | 87 static ssize_t strpad(char *dst, size_t dst_size, const char *src, in strpad() function 207 buf += strpad(buf, MAX_NUMLEN, as_dec(ts, ns / NSEC_PER_SEC, 0), 5, 0, 0); in add_timestamp() 209 buf += strpad(buf, MAX_NUMLEN, as_dec(ts, (ns % NSEC_PER_SEC) / NSEC_PER_USEC, 0), 6, 1, 0); in add_timestamp() 285 len = strpad(p, end - p, strval, pad, zero_pad, decimal); in boot_printk()
|