s/qmail  4.0.10
Next generation secure email transport
Macros | Functions | Variables
idedit.c File Reference
#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"
Include dependency graph for idedit.c:

Go to the source code of this file.

Macros

#define WHO   "idedit"
 

Functions

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)
 

Variables

int fd
 
char * args [10]
 

Macro Definition Documentation

◆ WHO

#define WHO   "idedit"

Definition at line 13 of file idedit.c.

Function Documentation

◆ byte()

void byte ( char *  pos,
unsigned int  value 
)

Definition at line 17 of file idedit.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ g()

void g ( char *  group,
char *  pos0,
char *  pos1,
char *  pos2,
char *  pos3 
)

Definition at line 81 of file idedit.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 108 of file idedit.c.

Here is the call graph for this function:

◆ run()

void run ( )

Definition at line 34 of file idedit.c.

Here is the caller graph for this function:

◆ u()

void u ( char *  account,
char *  group,
char *  home,
char *  pos0,
char *  pos1,
char *  pos2,
char *  pos3 
)

Definition at line 52 of file idedit.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ args

char* args[10]

Definition at line 32 of file idedit.c.

◆ fd

int fd

Definition at line 15 of file idedit.c.