Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:next_non_spacetab

Proto:static inline char *next_non_spacetab(char *first, const char *last)

Type:char

Parameter:

TypeParameterName
char *first
const char *last
21  When first <= last cycle If Not spacetab( * first) Then
23  Return first
24  Return NULL
Caller
NameDescribe
load_script