seq_pad (9) Linux Manual Page
seq_pad – write padding spaces to buffer
Synopsis
void seq_pad(struct seq_file *m, char c);
Arguments
m
-
- seq_file identifying the buffer to which data should be written
c
- the byte to append after padding if non-zero
seq_pad – write padding spaces to buffer
void seq_pad(struct seq_file *m, char c);
m
c