mess822x 1.23
mess822x
|
#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"
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} |
#define WHO "ofmipname" |
Definition at line 13 of file ofmipname.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
int rename | ( | const char * | , |
const char * | |||
) |
struct cdb_make cdb |
Definition at line 29 of file ofmipname.c.
stralloc data = {0} |
Definition at line 35 of file ofmipname.c.
char* fncdb |
Definition at line 17 of file ofmipname.c.
char* fntmp |
Definition at line 18 of file ofmipname.c.
stralloc key = {0} |
Definition at line 34 of file ofmipname.c.
stralloc line = {0} |
Definition at line 31 of file ofmipname.c.
int match |
Definition at line 32 of file ofmipname.c.