Go to the source code of this file.
|
| #define | IF_HL_LOCK_TRIES_AUTO(a) |
| |
| #define | privileged_check(...) |
| |
| #define | privileged_lstat64(a, b, c) |
| |
| #define | privileged_fts_open(a, b, c, d) |
| |
| #define | privileged_fts_read(a, b) |
| |
| #define | privileged_fts_close(a, b) |
| |
| #define | privileged_inotify_init inotify_init |
| |
| #define | privileged_inotify_init1 inotify_init1 |
| |
| #define | privileged_inotify_add_watch(a, b, c, d) |
| |
| #define | privileged_inotify_rm_watch inotify_rm_watch |
| |
| #define | privileged_waitpid waitpid |
| |
| #define | privileged_kill_child _privileged_kill_child |
| |
| #define | privileged_fork_execvp _privileged_fork_execvp |
| |
◆ IF_HL_LOCK_TRIES_AUTO
| #define IF_HL_LOCK_TRIES_AUTO |
( |
| a | ) |
|
◆ privileged_check
| #define privileged_check |
( |
| ... | ) |
|
◆ privileged_fork_execvp
◆ privileged_fts_close
| #define privileged_fts_close |
( |
| a, |
|
|
| b ) |
◆ privileged_fts_open
| #define privileged_fts_open |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d ) |
◆ privileged_fts_read
| #define privileged_fts_read |
( |
| a, |
|
|
| b ) |
◆ privileged_inotify_add_watch
| #define privileged_inotify_add_watch |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d ) |
◆ privileged_inotify_init
| #define privileged_inotify_init inotify_init |
◆ privileged_inotify_init1
| #define privileged_inotify_init1 inotify_init1 |
◆ privileged_inotify_rm_watch
| #define privileged_inotify_rm_watch inotify_rm_watch |
◆ privileged_kill_child
◆ privileged_lstat64
| #define privileged_lstat64 |
( |
| a, |
|
|
| b, |
|
|
| c ) |
◆ privileged_waitpid
| #define privileged_waitpid waitpid |
◆ privileged_deinit()
| int privileged_deinit |
( |
struct ctx * | ctx_p | ) |
|
|
extern |
◆ privileged_init()
| int privileged_init |
( |
struct ctx * | ctx_p | ) |
|
|
extern |
◆ _privileged_fork_execvp
| int(* _privileged_fork_execvp) (const char *file, char *const argv[]) |
( |
const char * | file, |
|
|
char *const | argv[] ) |
|
extern |
◆ _privileged_kill_child
| int(* _privileged_kill_child) (pid_t pid, int sig, char ignoreerrors) |
( |
pid_t | pid, |
|
|
int | sig, |
|
|
char | ignoreerrors ) |
|
extern |