Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:04:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Arguments are '\0' separated strings found at the location bprm->p* points to; chop off the first by relocating brpm->p to right after* the first '\0' encountered.
Proto:int remove_arg_zero(struct linux_binprm *bprm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct linux_binprm * | bprm |
1597 | ret = 0 |
1602 | If Not argc Then Return 0 |
1605 | Do |
1607 | page = get_arg_page(bprm, p, 0) |
1608 | If Not page Then |
1612 | kaddr = kmap_atomic(page) |
1619 | put_arg_page(page) |
1622 | p++ |
1623 | argc-- |
1624 | ret = 0 |
1626 | out : |
1627 | Return ret |
Name | Describe |
---|---|
load_em86 | |
load_misc_binary | he loader itself |
load_script |
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 |