|
|
|
|
| Function | get_config_file |
| Include file | PRC_CNFG.H |
| Prototype | char *get_config_file( void ) |
| Remarks | Return either a user provided config_file name or the module subsystem default name. |
![]()
| Function | process_config_file |
| Include file | PRC_CNFG.H |
| Prototype | void process_config_file( char *input_line ) |
| Remarks | Called by ld_ascii_data_file to process a individual config file entry. After preping the input_line, it will call process_one_config_entry. |
![]()
| Function | process_one_config_entry |
| Include file | PRC_CNFG.H |
| Prototype | int process_one_config_entry( char *input_line ) |
| Remarks | Lookup, validate and store one entry. |
![]()
| Function | lookup_config_index |
| Include file | PRC_CNFG.H |
| Prototype | int lookup_config_index( char *token ) |
| Remarks | Check the file token string against the CNF table. Return table index if found else return cnf_table_size as not found. |
![]()
| Function | normal_cnf_table_store |
| Include file | PRC_CNFG.H |
| Prototype | void normal_cnf_table_store( int cnf_index , char *str ) |
| Remarks | Store a config entry back into the caller's data space. |
![]()
![]()