#include <sys/types.h>
#include <sys/stat.h>
#include "logmsg.h"
#include "readwrite.h"
#include "auto_home.h"
#include "exit.h"
Go to the source code of this file.
|
| void | hier () |
| 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 4 of file hier.c.
◆ main()
◆ p()
| void p |
( |
char * | home, |
|
|
char * | fifo, |
|
|
int | uid, |
|
|
int | gid, |
|
|
int | mode ) |
◆ z()
| void z |
( |
char * | home, |
|
|
char * | file, |
|
|
int | len, |
|
|
int | uid, |
|
|
int | gid, |
|
|
int | mode ) |