ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
install.c File Reference
#include <fcntl.h>
#include <sys/stat.h>
#include "buffer.h"
#include "stralloc.h"
#include "getln.h"
#include "readwrite.h"
#include "exit.h"
#include "open.h"
#include "error.h"
#include "byte.h"
#include "scan.h"
#include "logmsg.h"
Include dependency graph for install.c:

Go to the source code of this file.

Macros

#define WHO   "install"

Functions

void nomem ()
void doit (stralloc *line)
int main (int argc, char **argv)

Variables

stralloc target = {0}
char * to
char inbuf [BUFFER_INSIZE]
char outbuf [BUFFER_OUTSIZE]
buffer bi
buffer bo
char buf [256]
buffer in = BUFFER_INIT(read,0,buf,sizeof(buf))
stralloc line = {0}

Macro Definition Documentation

◆ WHO

#define WHO   "install"

Definition at line 14 of file install.c.

Function Documentation

◆ doit()

void doit ( stralloc * line)

Definition at line 26 of file install.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 117 of file install.c.

Here is the call graph for this function:

◆ nomem()

void nomem ( )

Definition at line 19 of file install.c.

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

Variable Documentation

◆ bi

buffer bi

Definition at line 23 of file install.c.

◆ bo

buffer bo

Definition at line 24 of file install.c.

◆ buf

char buf[256]

Definition at line 113 of file install.c.

◆ in

buffer in = BUFFER_INIT(read,0,buf,sizeof(buf))

Definition at line 114 of file install.c.

◆ inbuf

char inbuf[BUFFER_INSIZE]

Definition at line 21 of file install.c.

◆ line

stralloc line = {0}

Definition at line 115 of file install.c.

◆ outbuf

char outbuf[BUFFER_OUTSIZE]

Definition at line 22 of file install.c.

◆ target

stralloc target = {0}

Definition at line 16 of file install.c.

◆ to

char* to

Definition at line 17 of file install.c.