Function report |
Source Code:arch\x86\boot\cmdline.c |
Create Date:2022-07-28 07:26:28 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:-*- linux-c -*- ------------------------------------------------------- ** Copyright (C) 1991, 1992 Linus Torvalds* Copyright 2007 rPath, Inc. - All Rights Reserved* -----------------------------------------------------------------------
Proto:static inline int myisspace(u8 c)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| u8 | c |
| 17 | Return c <= ' ' |
| Name | Describe |
|---|---|
| __cmdline_find_option | Find a non-boolean option, that is, "option=argument". In accordance* with standard Linux practice, if this option is repeated, this returns* the last instance on the command line.* Returns the length of the argument (regardless of if it was |
| __cmdline_find_option_bool | Find a boolean option (like quiet,noapic,nosmp....)* Returns the position of that option (starts counting with 1)* or 0 on not found |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |