#include <sys/types.h>
#include <pwd.h>
#include <grp.h>
#include <unistd.h>
#include "exit.h"
#include "scan.h"
#include "fmt.h"
#include "logmsg.h"
#include "open.h"
#include "seek.h"
#include "fork.h"
Go to the source code of this file.
|
void | byte (char *pos, unsigned int value) |
|
void | run () |
|
void | u (char *account, char *group, char *home, char *pos0, char *pos1, char *pos2, char *pos3) |
|
void | g (char *group, char *pos0, char *pos1, char *pos2, char *pos3) |
|
int | main (int argc, char **argv) |
|
◆ WHO
◆ byte()
void byte |
( |
char * |
pos, |
|
|
unsigned int |
value |
|
) |
| |
◆ g()
void g |
( |
char * |
group, |
|
|
char * |
pos0, |
|
|
char * |
pos1, |
|
|
char * |
pos2, |
|
|
char * |
pos3 |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ run()
◆ u()
void u |
( |
char * |
account, |
|
|
char * |
group, |
|
|
char * |
home, |
|
|
char * |
pos0, |
|
|
char * |
pos1, |
|
|
char * |
pos2, |
|
|
char * |
pos3 |
|
) |
| |
◆ args
◆ fd