Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\seq_file.c Create Date:2022-07-28 20:09:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_pad - write padding spaces to buffer*@m: seq_file identifying the buffer to which data should be written*@c: the byte to append after padding if non-zero

Proto:void seq_pad(struct seq_file *m, char c)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
charc
842  size = pad_until - count
843  If size > 0 Then
844  If size + count > size Then
846  Return
848  memset(buf + count, ' ', size)
849  count += size
851  If c Then seq_putc(m, c)