#include <unistd.h>
#include <sys/stat.h>
#include "buffer.h"
#include "logmsg.h"
#include "error.h"
#include "open.h"
#include "readwrite.h"
#include "exit.h"
#include "install.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 | c (char *home, char *subdir, char *file, int uid, int gid, int mode) |
void | z (char *home, char *subdir, 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()
◆ z()
void z |
( |
char * | home, |
|
|
char * | subdir, |
|
|
char * | file, |
|
|
int | len, |
|
|
int | uid, |
|
|
int | gid, |
|
|
int | mode ) |
◆ bi
◆ bo
◆ fdsourcedir
◆ inbuf
char inbuf[BUFFER_INSIZE] |
◆ outbuf
char outbuf[BUFFER_OUTSIZE] |