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