#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "logmsg.h"
#include "exit.h"
Go to the source code of this file.
|
void | hier () |
|
void | perm (char *prefix1, char *prefix2, char *prefix3, char *file, int type, int uid, int gid, int mode) |
|
void | h (char *home, int uid, int gid, int mode) |
|
void | d (char *home, char *subdir, int uid, int gid, int mode) |
|
void | p (char *home, char *fifo, int uid, int gid, int mode) |
|
void | c (char *home, char *subdir, char *file, int uid, int gid, int mode) |
|
void | z (char *home, char *file, int len, int uid, int gid, int mode) |
|
int | main () |
|
◆ WHO
◆ c()
void c |
( |
char * |
home, |
|
|
char * |
subdir, |
|
|
char * |
file, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ d()
void d |
( |
char * |
home, |
|
|
char * |
subdir, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ h()
void h |
( |
char * |
home, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ hier()
Definition at line 7 of file hier.c.
◆ main()
◆ p()
void p |
( |
char * |
home, |
|
|
char * |
fifo, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ perm()
void perm |
( |
char * |
prefix1, |
|
|
char * |
prefix2, |
|
|
char * |
prefix3, |
|
|
char * |
file, |
|
|
int |
type, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ z()
void z |
( |
char * |
home, |
|
|
char * |
file, |
|
|
int |
len, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |