mess822x 1.24
mess822x
Loading...
Searching...
No Matches
ofmipname.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "cdbmake.h"
#include "logmsg.h"
#include "open.h"
#include "buffer.h"
#include "stralloc.h"
#include "getln.h"
#include "exit.h"
#include "byte.h"
Include dependency graph for ofmipname.c:

Go to the source code of this file.

Macros

#define WHO   "ofmipname"

Functions

int rename (const char *, const char *)
int main (int argc, char **argv)

Variables

char * fncdb
char * fntmp
struct cdb_make cdb
stralloc line = {0}
int match
stralloc key = {0}
stralloc data = {0}

Macro Definition Documentation

◆ WHO

#define WHO   "ofmipname"

Definition at line 13 of file ofmipname.c.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 64 of file ofmipname.c.

Here is the call graph for this function:

◆ rename()

int rename ( const char * ,
const char *  )
Here is the caller graph for this function:

Variable Documentation

◆ cdb

struct cdb_make cdb

Definition at line 29 of file ofmipname.c.

◆ data

stralloc data = {0}

Definition at line 35 of file ofmipname.c.

◆ fncdb

char* fncdb

Definition at line 17 of file ofmipname.c.

◆ fntmp

char* fntmp

Definition at line 18 of file ofmipname.c.

◆ key

stralloc key = {0}

Definition at line 34 of file ofmipname.c.

◆ line

stralloc line = {0}

Definition at line 31 of file ofmipname.c.

◆ match

int match

Definition at line 32 of file ofmipname.c.