s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions | Variables
auto-gid.c File Reference
#include <unistd.h>
#include <sys/types.h>
#include <grp.h>
#include "buffer.h"
#include "exit.h"
#include "scan.h"
#include "fmt.h"
Include dependency graph for auto-gid.c:

Go to the source code of this file.

Functions

void outs (char *s)
 
int main (int argc, char **argv)
 

Variables

char inbuf [256]
 
buffer b = BUFFER_INIT(write,1,inbuf,sizeof(inbuf))
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 17 of file auto-gid.c.

Here is the call graph for this function:

◆ outs()

void outs ( char *  s)

Definition at line 12 of file auto-gid.c.

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

Variable Documentation

◆ b

buffer b = BUFFER_INIT(write,1,inbuf,sizeof(inbuf))

Definition at line 10 of file auto-gid.c.

◆ inbuf

char inbuf[256]

Definition at line 9 of file auto-gid.c.