Home
last modified time | relevance | path

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

/arch/s390/boot/
A Dprintk.c88 static ssize_t strpad(char *dst, size_t dst_size, const char *src, in strpad() function
208 buf += strpad(buf, MAX_NUMLEN, as_dec(ts, ns / NSEC_PER_SEC, 0), 5, 0, 0); in add_timestamp()
210 buf += strpad(buf, MAX_NUMLEN, as_dec(ts, (ns % NSEC_PER_SEC) / NSEC_PER_USEC, 0), 6, 1, 0); in add_timestamp()
286 len = strpad(p, end - p, strval, pad, zero_pad, decimal); in boot_printk()

Completed in 4 milliseconds