Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:04:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE5
Proto:SYSCALL_DEFINE5(execveat, int, fd, const char __user *, filename, const char __user *const *, argv, const char __user *const *, envp, int, flags)
Type:
Parameter:Nothing
1969 | lookup_flags = If flags & Allow empty relative pathname Then accept empty path [user_... only] Else 0 |
1971 | Return do_execveat(fd, getname_flags(filename, lookup_flags, NULL), argv, envp, flags) |
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 |