File util_front.c
FileList > cubrid > src > executables > util_front.c
Go to the source code of this file
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <errno.h>
#include <unistd.h>
#include "utility.h"
#include "error_code.h"
Classes
Public Attributes
Public Static Attributes
Public Functions
Public Static Functions
Public Attributes Documentation
variable ua_Util_table
UTIL_MAP_TABLE ua_Util_table[];
Public Static Attributes Documentation
variable ua_Acldb_map
ARG_MAP_TABLE ua_Acldb_map[];
variable ua_Addvol_map
ARG_MAP_TABLE ua_Addvol_map[];
variable ua_Backup_map
ARG_MAP_TABLE ua_Backup_map[];
variable ua_Check_map
ARG_MAP_TABLE ua_Check_map[];
variable ua_Compact_map
ARG_MAP_TABLE ua_Compact_map[];
variable ua_Copy_map
ARG_MAP_TABLE ua_Copy_map[];
variable ua_Create_map
ARG_MAP_TABLE ua_Create_map[];
variable ua_Delete_map
ARG_MAP_TABLE ua_Delete_map[];
variable ua_Diag_map
ARG_MAP_TABLE ua_Diag_map[];
variable ua_Install_map
ARG_MAP_TABLE ua_Install_map[];
variable ua_Killtran_map
ARG_MAP_TABLE ua_Killtran_map[];
variable ua_Load_map
ARG_MAP_TABLE ua_Load_map[];
variable ua_Lock_map
ARG_MAP_TABLE ua_Lock_map[];
variable ua_Optimize_map
ARG_MAP_TABLE ua_Optimize_map[];
variable ua_Rename_map
ARG_MAP_TABLE ua_Rename_map[];
variable ua_Restore_map
ARG_MAP_TABLE ua_Restore_map[];
variable ua_Space_map
ARG_MAP_TABLE ua_Space_map[];
variable ua_Sqlx_map
ARG_MAP_TABLE ua_Sqlx_map[];
variable ua_Tranlist_map
ARG_MAP_TABLE ua_Tranlist_map[];
variable ua_Unload_map
ARG_MAP_TABLE ua_Unload_map[];
variable us_Commdb_map
ARG_MAP_TABLE us_Commdb_map[];
Public Functions Documentation
function main
int main (
int argc,
char ** argv
)
Public Static Functions Documentation
function convert_argv
static int convert_argv (
int argc,
char ** argv,
ARG_MAP_TABLE * match_table
)
function get_long_arg_by_old_arg
static char * get_long_arg_by_old_arg (
char * old_arg,
ARG_MAP_TABLE * match_table
)
The documentation for this class was generated from the following file cubrid/src/executables/util_front.c