Main Page | Compound List | File List | Compound Members | File Members

parse_options.h File Reference

#include <stdio.h>

Go to the source code of this file.

Compounds

struct  option_t

Functions

int sprint_options (char *s, int len, char *appl_name, option_t options[])
int fprint_options (FILE *f, char *appl_name, option_t options[])
int print_options (char *appl_name, option_t options[])
int sprint_option_values (char *s, int len, char *prefix, option_t options[])
int fprint_option_values (FILE *f, char *prefix, option_t options[])
int print_option_values (char *prefix, option_t options[])
int parse_options (char *appl_name, int argc, char *argv[], option_t options[])


Function Documentation

int fprint_option_values FILE *  f,
char *  prefix,
option_t  options[]
 

Definition at line 1280 of file parse_options.c.

References gen_print_option_values().

int fprint_options FILE *  f,
char *  appl_name,
option_t  options[]
 

Definition at line 1209 of file parse_options.c.

References gen_print_options().

int parse_options char *  appl_name,
int  argc,
char *  argv[],
option_t  options[]
 

Definition at line 1294 of file parse_options.c.

References ARGUMENT, build_ini_filename(), option_t::default_value, ENUM_OPTION, MAX_FILENAME, MAX_OPTIONS, option_t::name, OPTION, option_class(), parse_cmd_line(), parse_ini_file(), and store_value().

int print_option_values char *  prefix,
option_t  options[]
 

Definition at line 1285 of file parse_options.c.

References gen_print_option_values().

int print_options char *  appl_name,
option_t  options[]
 

Definition at line 1214 of file parse_options.c.

References gen_print_options().

int sprint_option_values char *  s,
int  len,
char *  prefix,
option_t  options[]
 

Definition at line 1275 of file parse_options.c.

References gen_print_option_values().

int sprint_options char *  s,
int  len,
char *  appl_name,
option_t  options[]
 

Definition at line 1204 of file parse_options.c.

References gen_print_options().


Generated on Wed Feb 15 14:52:42 2006 for util by doxygen 1.3.2