函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\kdb\kdb_main.c Create Date:2022-07-27 12:45:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:drop_newline

函数原型:static void drop_newline(char *buf)

返回类型:void

参数:

类型参数名称
char *buf
1155  len等于strlen - Find the length of a string*@s: The string to be sized
1157  如果len恒等于0则返回
1159  如果*buflen减1的差恒等于'\n'则*buflen减1的差等于'\0'
调用者
名称描述
kdb_localkdb_local - The main code for kdb