FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
fstr_ctrl_util.c File Reference
#include "fstr_ctrl_util.h"
#include "hecmw_malloc.h"
Include dependency graph for fstr_ctrl_util.c:

Go to the source code of this file.

Macros

#define fstr_ctrl_util_MAIN
 
#define TRUE   1
 
#define FALSE   0
 
#define buffsize   256
 
#define STR_SIZE   buffsize
 
#define FILE_NAME_SIZE   512
 
#define MAX_DATA_ARRAY_NUMBER   256
 

Functions

void c_fstr_ctrl_get_err_msg (char *buff)
 
int fstr_ctrl_tmp_rewind (fstr_ctrl_data *ctrl)
 
int fstr_ctrl_rewind__ (int *ctrl)
 
int fstr_ctrl_rewind (int *ctrl)
 
int fstr_ctrl_rewind_ (int *ctrl)
 
int FSTR_CTRL_REWIND (int *ctrl)
 
int FSTR_CTRL_REWIND_ (int *ctrl)
 
int FSTR_CTRL_REWIND__ (int *ctrl)
 
fstr_ctrl_datac_fstr_ctrl_open (const char *filename)
 
int c_fstr_ctrl_get_rec_number (fstr_ctrl_data *ctrl)
 
int c_fstr_ctrl_get_line (fstr_ctrl_data *ctrl, int rec_no, char *buff)
 
int c_fstr_ctrl_seek_header (fstr_ctrl_data *ctrl, const char *header_name)
 
int c_fstr_ctrl_seek_next_header (fstr_ctrl_data *ctrl)
 
int c_fstr_ctrl_get_current_header_name (fstr_ctrl_data *ctrl, char *header_name)
 
int c_fstr_ctrl_get_current_header_line_no (fstr_ctrl_data *ctrl)
 
int c_fstr_ctrl_get_current_header_pos (fstr_ctrl_data *ctrl)
 
int c_fstr_ctrl_get_param (fstr_ctrl_data *ctrl, const char *param_name, const char *value_list, char type, void *val)
 
int c_fstr_ctrl_get_param_ex (fstr_ctrl_data *ctrl, const char *param_name, const char *value_list, int necessity, char type, void *val)
 
int c_fstr_ctrl_get_data_line_n (fstr_ctrl_data *ctrl)
 
int c_fstr_ctrl_copy_data_line (fstr_ctrl_data *ctrl, int line_no, char *data_line)
 
int c_fstr_ctrl_get_data_n_in_line (fstr_ctrl_data *ctrl, int line_no, const char *delim)
 
int c_fstr_ctrl_get_data_error_pos (void)
 
int c_fstr_ctrl_get_data_error_line (void)
 
int c_fstr_ctrl_get_data (fstr_ctrl_data *ctrl, int line_no, const char *format,...)
 
int c_fstr_ctrl_get_data_ex (fstr_ctrl_data *ctrl, int line_no, const char *format,...)
 
int c_fstr_ctrl_get_data_v (fstr_ctrl_data *ctrl, int line_no, const char *format, va_list va)
 
int c_fstr_ctrl_get_data_array_v (fstr_ctrl_data *ctrl, const char *format, va_list va)
 
int c_fstr_ctrl_get_data_array (fstr_ctrl_data *ctrl, const char *format,...)
 
int c_fstr_ctrl_get_data_array_ex (fstr_ctrl_data *ctrl, const char *format,...)
 
int c_fstr_ctrl_close (fstr_ctrl_data *ctrl)
 
void c_fstr_ctrl_dump (fstr_ctrl_data *ctrl)
 
void fstr_ctrl_get_err_msg (char *f_buff, int *len)
 
void fstr_ctrl_get_err_msg_ (char *f_buff, int *len)
 
void fstr_ctrl_get_err_msg__ (char *f_buff, int *len)
 
void FSTR_CTRL_GET_ERR_MSG (char *f_buff, int *len)
 
void FSTR_CTRL_GET_ERR_MSG_ (char *f_buff, int *len)
 
void FSTR_CTRL_GET_ERR_MSG__ (char *f_buff, int *len)
 
int fstr_ctrl_open (char *filename)
 
int fstr_ctrl_open_ (char *filename)
 
int fstr_ctrl_open__ (char *filename)
 
int FSTR_CTRL_OPEN (char *filename)
 
int FSTR_CTRL_OPEN_ (char *filename)
 
int FSTR_CTRL_OPEN__ (char *filename)
 
int fstr_ctrl_get_rec_number (int *ctrl)
 
int fstr_ctrl_get_rec_number_ (int *ctrl)
 
int fstr_ctrl_get_rec_number__ (int *ctrl)
 
int FSTR_CTRL_GET_REC_NUMBER (int *ctrl)
 
int FSTR_CTRL_GET_REC_NUMBER_ (int *ctrl)
 
int FSTR_CTRL_GET_REC_NUMBER__ (int *ctrl)
 
int fstr_ctrl_get_line (int *ctrl, int *rec_no, char *buff, int *buff_size)
 
int fstr_ctrl_get_line_ (int *ctrl, int *rec_no, char *buff, int *buff_size)
 
int fstr_ctrl_get_line__ (int *ctrl, int *rec_no, char *buff, int *buff_size)
 
int FSTR_CTRL_GET_LINE (int *ctrl, int *rec_no, char *buff, int *buff_size)
 
int FSTR_CTRL_GET_LINE_ (int *ctrl, int *rec_no, char *buff, int *buff_size)
 
int FSTR_CTRL_GET_LINE__ (int *ctrl, int *rec_no, char *buff, int *buff_size)
 
int fstr_ctrl_seek_header (int *ctrl, const char *header_name)
 
int fstr_ctrl_seek_header_ (int *ctrl, const char *header_name)
 
int fstr_ctrl_seek_header__ (int *ctrl, const char *header_name)
 
int FSTR_CTRL_SEEK_HEADER (int *ctrl, const char *header_name)
 
int FSTR_CTRL_SEEK_HEADER_ (int *ctrl, const char *header_name)
 
int FSTR_CTRL_SEEK_HEADER__ (int *ctrl, const char *header_name)
 
int fstr_ctrl_seek_next_header (int *ctrl)
 
int fstr_ctrl_seek_next_header_ (int *ctrl)
 
int fstr_ctrl_seek_next_header__ (int *ctrl)
 
int FSTR_CTRL_SEEK_NEXT_HEADER (int *ctrl)
 
int FSTR_CTRL_SEEK_NEXT_HEADER_ (int *ctrl)
 
int FSTR_CTRL_SEEK_NEXT_HEADER__ (int *ctrl)
 
int fstr_ctrl_get_c_h_name (int *ctrl, char *header_name, int *buff_size)
 
int fstr_ctrl_get_c_h_name_ (int *ctrl, char *header_name, int *buff_size)
 
int fstr_ctrl_get_c_h_name__ (int *ctrl, char *header_name, int *buff_size)
 
int FSTR_CTRL_GET_C_H_NAME (int *ctrl, char *header_name, int *buff_size)
 
int FSTR_CTRL_GET_C_H_NAME_ (int *ctrl, char *header_name, int *buff_size)
 
int FSTR_CTRL_GET_C_H_NAME__ (int *ctrl, char *header_name, int *buff_size)
 
int fstr_ctrl_get_c_h_line_no (int *ctrl)
 
int fstr_ctrl_get_c_h_line_no_ (int *ctrl)
 
int fstr_ctrl_get_c_h_line_no__ (int *ctrl)
 
int FSTR_CTRL_GET_C_H_LINE_NO (int *ctrl)
 
int FSTR_CTRL_GET_C_H_LINE_NO_ (int *ctrl)
 
int FSTR_CTRL_GET_C_H_LINE_NO__ (int *ctrl)
 
int fstr_ctrl_get_c_h_pos (int *ctrl)
 
int fstr_ctrl_get_c_h_pos_ (int *ctrl)
 
int fstr_ctrl_get_c_h_pos__ (int *ctrl)
 
int FSTR_CTRL_GET_C_H_POS (int *ctrl)
 
int FSTR_CTRL_GET_C_H_POS_ (int *ctrl)
 
int FSTR_CTRL_GET_C_H_POS__ (int *ctrl)
 
int fstr_ctrl_get_param (int *ctrl, const char *param_name, const char *value_list, char *type, void *val)
 
int fstr_ctrl_get_param_ (int *ctrl, const char *param_name, const char *value_list, char *type, void *val)
 
int fstr_ctrl_get_param__ (int *ctrl, const char *param_name, const char *value_list, char *type, void *val)
 
int FSTR_CTRL_GET_PARAM (int *ctrl, const char *param_name, const char *value_list, char *type, void *val)
 
int FSTR_CTRL_GET_PARAM_ (int *ctrl, const char *param_name, const char *value_list, char *type, void *val)
 
int FSTR_CTRL_GET_PARAM__ (int *ctrl, const char *param_name, const char *value_list, char *type, void *val)
 
int fstr_ctrl_get_param_ex (int *ctrl, const char *param_name, const char *value_list, int *necessity, char *type, void *val)
 
int fstr_ctrl_get_param_ex_ (int *ctrl, const char *param_name, const char *value_list, int *necessity, char *type, void *val)
 
int fstr_ctrl_get_param_ex__ (int *ctrl, const char *param_name, const char *value_list, int *necessity, char *type, void *val)
 
int FSTR_CTRL_GET_PARAM_EX (int *ctrl, const char *param_name, const char *value_list, int *necessity, char *type, void *val)
 
int FSTR_CTRL_GET_PARAM_EX_ (int *ctrl, const char *param_name, const char *value_list, int *necessity, char *type, void *val)
 
int FSTR_CTRL_GET_PARAM_EX__ (int *ctrl, const char *param_name, const char *value_list, int *necessity, char *type, void *val)
 
int fstr_ctrl_get_data_line_n (int *ctrl)
 
int fstr_ctrl_get_data_line_n_ (int *ctrl)
 
int fstr_ctrl_get_data_line_n__ (int *ctrl)
 
int FSTR_CTRL_GET_DATA_LINE_N (int *ctrl)
 
int FSTR_CTRL_GET_DATA_LINE_N_ (int *ctrl)
 
int FSTR_CTRL_GET_DATA_LINE_N__ (int *ctrl)
 
int fstr_ctrl_get_data_n_in_line (int *ctrl, int *line_no, const char *delim)
 
int fstr_ctrl_get_data_n_in_line_ (int *ctrl, int *line_no, const char *delim)
 
int fstr_ctrl_get_data_n_in_line__ (int *ctrl, int *line_no, const char *delim)
 
int FSTR_CTRL_GET_DATA_N_IN_LINE (int *ctrl, int *line_no, const char *delim)
 
int FSTR_CTRL_GET_DATA_N_IN_LINE_ (int *ctrl, int *line_no, const char *delim)
 
int FSTR_CTRL_GET_DATA_N_IN_LINE__ (int *ctrl, int *line_no, const char *delim)
 
int fstr_ctrl_get_data_error_pos (void)
 
int fstr_ctrl_get_data_error_pos_ (void)
 
int fstr_ctrl_get_data_error_pos__ (void)
 
int FSTR_CTRL_GET_DATA_ERROR_ (void)
 
int FSTR_CTRL_GET_DATA_ERROR__ (void)
 
int fstr_ctrl_get_data_error_line (void)
 
int fstr_ctrl_get_data_error_line_ (void)
 
int fstr_ctrl_get_data_error_line__ (void)
 
int FSTR_CTRL_GET_DATA_ERROR_LINE (void)
 
int FSTR_CTRL_GET_DATA_ERROR_LINE_ (void)
 
int FSTR_CTRL_GET_DATA_ERROR_LINE__ (void)
 
int fstr_ctrl_get_data_v_f (fstr_ctrl_data *ctrl, int line_no, const char *format, va_list va)
 
int fstr_ctrl_get_data (int *ctrl, int *line_no, const char *format,...)
 
int fstr_ctrl_get_data_ (int *ctrl, int *line_no, const char *format,...)
 
int fstr_ctrl_get_data__ (int *ctrl, int *line_no, const char *format,...)
 
int FSTR_CTRL_GET_DATA (int *ctrl, int *line_no, const char *format,...)
 
int FSTR_CTRL_GET_DATA_ (int *ctrl, int *line_no, const char *format,...)
 
int FSTR_CTRL_GET_DATA__ (int *ctrl, int *line_no, const char *format,...)
 
int fstr_ctrl_get_data_ex_v_f (fstr_ctrl_data *ctrl, int line_no, const char *format, va_list va)
 
int fstr_ctrl_get_data_ex (int *ctrl, int *line_no, const char *format,...)
 
int fstr_ctrl_get_data_ex_ (int *ctrl, int *line_no, const char *format,...)
 
int fstr_ctrl_get_data_ex__ (int *ctrl, int *line_no, const char *format,...)
 
int FSTR_CTRL_GET_DATA_EX (int *ctrl, int *line_no, const char *format,...)
 
int FSTR_CTRL_GET_DATA_EX_ (int *ctrl, int *line_no, const char *format,...)
 
int FSTR_CTRL_GET_DATA_EX__ (int *ctrl, int *line_no, const char *format,...)
 
int fstr_ctrl_get_data_array_ex_v_f (fstr_ctrl_data *ctrl, const char *format, va_list va)
 
int fstr_ctrl_get_data_array_ex (int *ctrl, const char *format,...)
 
int fstr_ctrl_get_data_array_ex_ (int *ctrl, const char *format,...)
 
int fstr_ctrl_get_data_array_ex__ (int *ctrl, const char *format,...)
 
int FSTR_CTRL_GET_DATA_ARRAY_EX (int *ctrl, const char *format,...)
 
int FSTR_CTRL_GET_DATA_ARRAY_EX_ (int *ctrl, const char *format,...)
 
int FSTR_CTRL_GET_DATA_ARRAY_EX__ (int *ctrl, const char *format,...)
 
int fstr_ctrl_close (int *ctrl)
 
int fstr_ctrl_close_ (int *ctrl)
 
int fstr_ctrl_close__ (int *ctrl)
 
int FSTR_CTRL_CLOSE (int *ctrl)
 
int FSTR_CTRL_CLOSE_ (int *ctrl)
 
int FSTR_CTRL_CLOSE__ (int *ctrl)
 
void fstr_ctrl_dump (int *ctrl)
 
void fstr_ctrl_dump_ (int *ctrl)
 
void fstr_ctrl_dump__ (int *ctrl)
 
void FSTR_CTRL_DUMP (int *ctrl)
 
void FSTR_CTRL_DUMP_ (int *ctrl)
 
void FSTR_CTRL_DUMP__ (int *ctrl)
 

Variables

char err_msg [buffsize]
 
int fg_fortran_get_data_array_v = 0
 
int line_no
 
int error_pos = -1
 
int error_line = -1
 
int is_first = 1
 

Macro Definition Documentation

◆ buffsize

#define buffsize   256

Definition at line 16 of file fstr_ctrl_util.c.

◆ FALSE

#define FALSE   0

Definition at line 13 of file fstr_ctrl_util.c.

◆ FILE_NAME_SIZE

#define FILE_NAME_SIZE   512

Definition at line 18 of file fstr_ctrl_util.c.

◆ fstr_ctrl_util_MAIN

#define fstr_ctrl_util_MAIN

Definition at line 6 of file fstr_ctrl_util.c.

◆ MAX_DATA_ARRAY_NUMBER

#define MAX_DATA_ARRAY_NUMBER   256

◆ STR_SIZE

#define STR_SIZE   buffsize

Definition at line 17 of file fstr_ctrl_util.c.

◆ TRUE

#define TRUE   1

Definition at line 12 of file fstr_ctrl_util.c.

Function Documentation

◆ c_fstr_ctrl_close()

int c_fstr_ctrl_close ( fstr_ctrl_data ctrl)

Closing fstr control file

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
Returns
0:success, -1:fail

Definition at line 1050 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_copy_data_line()

int c_fstr_ctrl_copy_data_line ( fstr_ctrl_data ctrl,
int  line_no,
char *  data_line 
)

Definition at line 744 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_fstr_ctrl_dump()

void c_fstr_ctrl_dump ( fstr_ctrl_data ctrl)

Definition at line 1057 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_current_header_line_no()

int c_fstr_ctrl_get_current_header_line_no ( fstr_ctrl_data ctrl)

Obtaining line number of current header in fstr control file

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
Returns
line number or 0:not header seeking, -1:error

Definition at line 446 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_current_header_name()

int c_fstr_ctrl_get_current_header_name ( fstr_ctrl_data ctrl,
char *  header_name 
)

Obtaining current header name

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
header_namebuffer for header name
Returns
0:success, -1:fail

Definition at line 418 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_fstr_ctrl_get_current_header_pos()

int c_fstr_ctrl_get_current_header_pos ( fstr_ctrl_data ctrl)

Obtaining record line number of current header in fstr control file

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
Returns
line number or 0:not header seeking, -1:error

Definition at line 461 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_data()

int c_fstr_ctrl_get_data ( fstr_ctrl_data ctrl,
int  line_no,
const char *  format,
  ... 
)

Definition at line 802 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ c_fstr_ctrl_get_data_array()

int c_fstr_ctrl_get_data_array ( fstr_ctrl_data ctrl,
const char *  format,
  ... 
)

Definition at line 1021 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ c_fstr_ctrl_get_data_array_ex()

int c_fstr_ctrl_get_data_array_ex ( fstr_ctrl_data ctrl,
const char *  format,
  ... 
)

Definition at line 1030 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ c_fstr_ctrl_get_data_array_v()

int c_fstr_ctrl_get_data_array_v ( fstr_ctrl_data ctrl,
const char *  format,
va_list  va 
)

Definition at line 936 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_data_error_line()

int c_fstr_ctrl_get_data_error_line ( void  )

Definition at line 798 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_data_error_pos()

int c_fstr_ctrl_get_data_error_pos ( void  )

Obtaining converting error position in previous fstr_ctrl_get_data execution

Returns
Position of error, 0: no error, or, -1 : non converting error

Definition at line 794 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_data_ex()

int c_fstr_ctrl_get_data_ex ( fstr_ctrl_data ctrl,
int  line_no,
const char *  format,
  ... 
)

Definition at line 812 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ c_fstr_ctrl_get_data_line_n()

int c_fstr_ctrl_get_data_line_n ( fstr_ctrl_data ctrl)

Obtaining data line number of current header

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
Returns
Data line number or -1 (Error)

Definition at line 724 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_data_n_in_line()

int c_fstr_ctrl_get_data_n_in_line ( fstr_ctrl_data ctrl,
int  line_no,
const char *  delim 
)

Definition at line 765 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ c_fstr_ctrl_get_data_v()

int c_fstr_ctrl_get_data_v ( fstr_ctrl_data ctrl,
int  line_no,
const char *  format,
va_list  va 
)

Definition at line 828 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_err_msg()

void c_fstr_ctrl_get_err_msg ( char *  buff)

Get error message (for _ex function )

Parameters
buffbuffer for copied message

Definition at line 22 of file fstr_ctrl_util.c.

◆ c_fstr_ctrl_get_line()

int c_fstr_ctrl_get_line ( fstr_ctrl_data ctrl,
int  rec_no,
char *  buff 
)

Obtaining line

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
rec_noSpecify record no
buffPointer to copy the record string line
Returns
record number without comment and blank lines

Definition at line 344 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_param()

int c_fstr_ctrl_get_param ( fstr_ctrl_data ctrl,
const char *  param_name,
const char *  value_list,
char  type,
void *  val 
)

Obtaining value of parameter in current header line

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
paran_nameSpecify parameter name
value_listSpecify value list by csv string
typeSpecify type of parameter's value as character 'I':integer(int), 'C' or 'S':string(char*), 'R':real(double), 'P':Pattern Input(first string in value_list is 0) (int) 'E':exist or not(int, 1 or 0)
valPut pointer to store the parameter's value
Returns
0:success, 1:nothing parameter, 2:nothing value of param., 3:type change error 4:value range error

Definition at line 581 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_get_param_ex()

int c_fstr_ctrl_get_param_ex ( fstr_ctrl_data ctrl,
const char *  param_name,
const char *  value_list,
int  necessity,
char  type,
void *  val 
)

Obtaining value of parameter in current header line This function uses "fstr_ctrl_get_param" and prints message in error occurrence.

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
paran_nameSpecify parameter name
necessityNecessity of parameter (1 or 0)
typeSpecify type of parameter's value as character 'I':integer(int), 'C' or 'S':string(char*), 'R':real(double), 'P':Pattern Input(first string in value_list is 1) (int) 'E':exist or not(int, 1 or 0)
valPut pointer to store the parameter's value
Returns
0:success, 1:nothing parameter, 2:nothing value of param., 3:type change error 4:value range error

Definition at line 674 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ c_fstr_ctrl_get_rec_number()

int c_fstr_ctrl_get_rec_number ( fstr_ctrl_data ctrl)

Obtaining record number

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
Returns
record number without comment and blank lines

Definition at line 333 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ c_fstr_ctrl_open()

fstr_ctrl_data* c_fstr_ctrl_open ( const char *  filename)

Open FSTR control file

Parameters
filenameSpecify FSTR control file name (included path)
Returns
fstr_ctrl_data* pointer or NULL

Definition at line 250 of file fstr_ctrl_util.c.

◆ c_fstr_ctrl_seek_header()

int c_fstr_ctrl_seek_header ( fstr_ctrl_data ctrl,
const char *  header_name 
)

Seeking to specified header (current header)

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
header_nameSpecify header name or NULL pointer to seek next header When this function is called from fortran, use blank string instead of NULL
Returns
1:success, 0:fail ( REMARK! )

Definition at line 360 of file fstr_ctrl_util.c.

◆ c_fstr_ctrl_seek_next_header()

int c_fstr_ctrl_seek_next_header ( fstr_ctrl_data ctrl)

Seeking next header (current header)

Parameters
ctrlSpecify fstr_ctrl_data* pointer obtained from fstr_ctrl_open
Returns
1:success, 0:fail ( REMARK! )

Definition at line 400 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ fstr_ctrl_close()

int fstr_ctrl_close ( int *  ctrl)

Definition at line 1757 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_CLOSE()

int FSTR_CTRL_CLOSE ( int *  ctrl)

Definition at line 1766 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_close_()

int fstr_ctrl_close_ ( int *  ctrl)

Definition at line 1764 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_CLOSE_()

int FSTR_CTRL_CLOSE_ ( int *  ctrl)

Definition at line 1767 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_close__()

int fstr_ctrl_close__ ( int *  ctrl)

Definition at line 1765 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_CLOSE__()

int FSTR_CTRL_CLOSE__ ( int *  ctrl)

Definition at line 1768 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_dump()

void fstr_ctrl_dump ( int *  ctrl)

Definition at line 1772 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_DUMP()

void FSTR_CTRL_DUMP ( int *  ctrl)

Definition at line 1778 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_dump_()

void fstr_ctrl_dump_ ( int *  ctrl)

Definition at line 1774 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_DUMP_()

void FSTR_CTRL_DUMP_ ( int *  ctrl)

Definition at line 1780 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_dump__()

void fstr_ctrl_dump__ ( int *  ctrl)

Definition at line 1776 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_DUMP__()

void FSTR_CTRL_DUMP__ ( int *  ctrl)

Definition at line 1782 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_line_no()

int fstr_ctrl_get_c_h_line_no ( int *  ctrl)

Definition at line 1305 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_LINE_NO()

int FSTR_CTRL_GET_C_H_LINE_NO ( int *  ctrl)

Definition at line 1317 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_line_no_()

int fstr_ctrl_get_c_h_line_no_ ( int *  ctrl)

Definition at line 1309 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_LINE_NO_()

int FSTR_CTRL_GET_C_H_LINE_NO_ ( int *  ctrl)

Definition at line 1321 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_line_no__()

int fstr_ctrl_get_c_h_line_no__ ( int *  ctrl)

Definition at line 1313 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_LINE_NO__()

int FSTR_CTRL_GET_C_H_LINE_NO__ ( int *  ctrl)

Definition at line 1325 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_name()

int fstr_ctrl_get_c_h_name ( int *  ctrl,
char *  header_name,
int *  buff_size 
)

Definition at line 1272 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_C_H_NAME()

int FSTR_CTRL_GET_C_H_NAME ( int *  ctrl,
char *  header_name,
int *  buff_size 
)

Definition at line 1291 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_name_()

int fstr_ctrl_get_c_h_name_ ( int *  ctrl,
char *  header_name,
int *  buff_size 
)

Definition at line 1283 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_NAME_()

int FSTR_CTRL_GET_C_H_NAME_ ( int *  ctrl,
char *  header_name,
int *  buff_size 
)

Definition at line 1295 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_name__()

int fstr_ctrl_get_c_h_name__ ( int *  ctrl,
char *  header_name,
int *  buff_size 
)

Definition at line 1287 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_NAME__()

int FSTR_CTRL_GET_C_H_NAME__ ( int *  ctrl,
char *  header_name,
int *  buff_size 
)

Definition at line 1299 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_pos()

int fstr_ctrl_get_c_h_pos ( int *  ctrl)

Definition at line 1331 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_C_H_POS()

int FSTR_CTRL_GET_C_H_POS ( int *  ctrl)

Definition at line 1343 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_pos_()

int fstr_ctrl_get_c_h_pos_ ( int *  ctrl)

Definition at line 1335 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_POS_()

int FSTR_CTRL_GET_C_H_POS_ ( int *  ctrl)

Definition at line 1347 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_c_h_pos__()

int fstr_ctrl_get_c_h_pos__ ( int *  ctrl)

Definition at line 1339 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_C_H_POS__()

int FSTR_CTRL_GET_C_H_POS__ ( int *  ctrl)

Definition at line 1351 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data()

int fstr_ctrl_get_data ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1558 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA()

int FSTR_CTRL_GET_DATA ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1585 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_()

int fstr_ctrl_get_data_ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1567 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_()

int FSTR_CTRL_GET_DATA_ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1594 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data__()

int fstr_ctrl_get_data__ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1576 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA__()

int FSTR_CTRL_GET_DATA__ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1603 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_array_ex()

int fstr_ctrl_get_data_array_ex ( int *  ctrl,
const char *  format,
  ... 
)

Definition at line 1701 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_DATA_ARRAY_EX()

int FSTR_CTRL_GET_DATA_ARRAY_EX ( int *  ctrl,
const char *  format,
  ... 
)

Definition at line 1728 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_array_ex_()

int fstr_ctrl_get_data_array_ex_ ( int *  ctrl,
const char *  format,
  ... 
)

Definition at line 1710 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_ARRAY_EX_()

int FSTR_CTRL_GET_DATA_ARRAY_EX_ ( int *  ctrl,
const char *  format,
  ... 
)

Definition at line 1737 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_array_ex__()

int fstr_ctrl_get_data_array_ex__ ( int *  ctrl,
const char *  format,
  ... 
)

Definition at line 1719 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_ARRAY_EX__()

int FSTR_CTRL_GET_DATA_ARRAY_EX__ ( int *  ctrl,
const char *  format,
  ... 
)

Definition at line 1746 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_array_ex_v_f()

int fstr_ctrl_get_data_array_ex_v_f ( fstr_ctrl_data ctrl,
const char *  format,
va_list  va 
)

Definition at line 1684 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_GET_DATA_ERROR_()

int FSTR_CTRL_GET_DATA_ERROR_ ( void  )

Definition at line 1525 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_ERROR__()

int FSTR_CTRL_GET_DATA_ERROR__ ( void  )

Definition at line 1526 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_error_line()

int fstr_ctrl_get_data_error_line ( void  )

Definition at line 1530 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_ERROR_LINE()

int FSTR_CTRL_GET_DATA_ERROR_LINE ( void  )

Definition at line 1539 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_error_line_()

int fstr_ctrl_get_data_error_line_ ( void  )

Definition at line 1533 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_ERROR_LINE_()

int FSTR_CTRL_GET_DATA_ERROR_LINE_ ( void  )

Definition at line 1542 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_error_line__()

int fstr_ctrl_get_data_error_line__ ( void  )

Definition at line 1536 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_ERROR_LINE__()

int FSTR_CTRL_GET_DATA_ERROR_LINE__ ( void  )

Definition at line 1545 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_error_pos()

int fstr_ctrl_get_data_error_pos ( void  )

Definition at line 1516 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_error_pos_()

int fstr_ctrl_get_data_error_pos_ ( void  )

Definition at line 1519 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_error_pos__()

int fstr_ctrl_get_data_error_pos__ ( void  )

Definition at line 1522 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_ex()

int fstr_ctrl_get_data_ex ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1628 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_DATA_EX()

int FSTR_CTRL_GET_DATA_EX ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1655 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_ex_()

int fstr_ctrl_get_data_ex_ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1637 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_EX_()

int FSTR_CTRL_GET_DATA_EX_ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1664 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_ex__()

int fstr_ctrl_get_data_ex__ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1646 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_EX__()

int FSTR_CTRL_GET_DATA_EX__ ( int *  ctrl,
int *  line_no,
const char *  format,
  ... 
)

Definition at line 1673 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_ex_v_f()

int fstr_ctrl_get_data_ex_v_f ( fstr_ctrl_data ctrl,
int  line_no,
const char *  format,
va_list  va 
)

Definition at line 1613 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ fstr_ctrl_get_data_line_n()

int fstr_ctrl_get_data_line_n ( int *  ctrl)

Definition at line 1462 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_DATA_LINE_N()

int FSTR_CTRL_GET_DATA_LINE_N ( int *  ctrl)

Definition at line 1474 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_line_n_()

int fstr_ctrl_get_data_line_n_ ( int *  ctrl)

Definition at line 1466 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_LINE_N_()

int FSTR_CTRL_GET_DATA_LINE_N_ ( int *  ctrl)

Definition at line 1478 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_line_n__()

int fstr_ctrl_get_data_line_n__ ( int *  ctrl)

Definition at line 1470 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_LINE_N__()

int FSTR_CTRL_GET_DATA_LINE_N__ ( int *  ctrl)

Definition at line 1482 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_n_in_line()

int fstr_ctrl_get_data_n_in_line ( int *  ctrl,
int *  line_no,
const char *  delim 
)

Definition at line 1488 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_GET_DATA_N_IN_LINE()

int FSTR_CTRL_GET_DATA_N_IN_LINE ( int *  ctrl,
int *  line_no,
const char *  delim 
)

Definition at line 1502 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_n_in_line_()

int fstr_ctrl_get_data_n_in_line_ ( int *  ctrl,
int *  line_no,
const char *  delim 
)

Definition at line 1494 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_N_IN_LINE_()

int FSTR_CTRL_GET_DATA_N_IN_LINE_ ( int *  ctrl,
int *  line_no,
const char *  delim 
)

Definition at line 1506 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_n_in_line__()

int fstr_ctrl_get_data_n_in_line__ ( int *  ctrl,
int *  line_no,
const char *  delim 
)

Definition at line 1498 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_DATA_N_IN_LINE__()

int FSTR_CTRL_GET_DATA_N_IN_LINE__ ( int *  ctrl,
int *  line_no,
const char *  delim 
)

Definition at line 1510 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_data_v_f()

int fstr_ctrl_get_data_v_f ( fstr_ctrl_data ctrl,
int  line_no,
const char *  format,
va_list  va 
)

Definition at line 1551 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ fstr_ctrl_get_err_msg()

void fstr_ctrl_get_err_msg ( char *  f_buff,
int *  len 
)

Definition at line 1076 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_GET_ERR_MSG()

void FSTR_CTRL_GET_ERR_MSG ( char *  f_buff,
int *  len 
)

Definition at line 1088 of file fstr_ctrl_util.c.

◆ fstr_ctrl_get_err_msg_()

void fstr_ctrl_get_err_msg_ ( char *  f_buff,
int *  len 
)

Definition at line 1080 of file fstr_ctrl_util.c.

◆ FSTR_CTRL_GET_ERR_MSG_()

void FSTR_CTRL_GET_ERR_MSG_ ( char *  f_buff,
int *  len 
)

Definition at line 1092 of file fstr_ctrl_util.c.

◆ fstr_ctrl_get_err_msg__()

void fstr_ctrl_get_err_msg__ ( char *  f_buff,
int *  len 
)

Definition at line 1084 of file fstr_ctrl_util.c.

◆ FSTR_CTRL_GET_ERR_MSG__()

void FSTR_CTRL_GET_ERR_MSG__ ( char *  f_buff,
int *  len 
)

Definition at line 1096 of file fstr_ctrl_util.c.

◆ fstr_ctrl_get_line()

int fstr_ctrl_get_line ( int *  ctrl,
int *  rec_no,
char *  buff,
int *  buff_size 
)

Definition at line 1179 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_LINE()

int FSTR_CTRL_GET_LINE ( int *  ctrl,
int *  rec_no,
char *  buff,
int *  buff_size 
)

Definition at line 1198 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_line_()

int fstr_ctrl_get_line_ ( int *  ctrl,
int *  rec_no,
char *  buff,
int *  buff_size 
)

Definition at line 1190 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_LINE_()

int FSTR_CTRL_GET_LINE_ ( int *  ctrl,
int *  rec_no,
char *  buff,
int *  buff_size 
)

Definition at line 1202 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_line__()

int fstr_ctrl_get_line__ ( int *  ctrl,
int *  rec_no,
char *  buff,
int *  buff_size 
)

Definition at line 1194 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_LINE__()

int FSTR_CTRL_GET_LINE__ ( int *  ctrl,
int *  rec_no,
char *  buff,
int *  buff_size 
)

Definition at line 1206 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_param()

int fstr_ctrl_get_param ( int *  ctrl,
const char *  param_name,
const char *  value_list,
char *  type,
void *  val 
)

Definition at line 1357 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_GET_PARAM()

int FSTR_CTRL_GET_PARAM ( int *  ctrl,
const char *  param_name,
const char *  value_list,
char *  type,
void *  val 
)

Definition at line 1387 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_param_()

int fstr_ctrl_get_param_ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
char *  type,
void *  val 
)

Definition at line 1377 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_PARAM_()

int FSTR_CTRL_GET_PARAM_ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
char *  type,
void *  val 
)

Definition at line 1392 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_param__()

int fstr_ctrl_get_param__ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
char *  type,
void *  val 
)

Definition at line 1382 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_PARAM__()

int FSTR_CTRL_GET_PARAM__ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
char *  type,
void *  val 
)

Definition at line 1397 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_param_ex()

int fstr_ctrl_get_param_ex ( int *  ctrl,
const char *  param_name,
const char *  value_list,
int *  necessity,
char *  type,
void *  val 
)

Definition at line 1404 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_GET_PARAM_EX()

int FSTR_CTRL_GET_PARAM_EX ( int *  ctrl,
const char *  param_name,
const char *  value_list,
int *  necessity,
char *  type,
void *  val 
)

Definition at line 1439 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_param_ex_()

int fstr_ctrl_get_param_ex_ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
int *  necessity,
char *  type,
void *  val 
)

Definition at line 1425 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_PARAM_EX_()

int FSTR_CTRL_GET_PARAM_EX_ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
int *  necessity,
char *  type,
void *  val 
)

Definition at line 1446 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_param_ex__()

int fstr_ctrl_get_param_ex__ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
int *  necessity,
char *  type,
void *  val 
)

Definition at line 1432 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_PARAM_EX__()

int FSTR_CTRL_GET_PARAM_EX__ ( int *  ctrl,
const char *  param_name,
const char *  value_list,
int *  necessity,
char *  type,
void *  val 
)

Definition at line 1453 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_rec_number()

int fstr_ctrl_get_rec_number ( int *  ctrl)

Definition at line 1153 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_GET_REC_NUMBER()

int FSTR_CTRL_GET_REC_NUMBER ( int *  ctrl)

Definition at line 1165 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_rec_number_()

int fstr_ctrl_get_rec_number_ ( int *  ctrl)

Definition at line 1157 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_REC_NUMBER_()

int FSTR_CTRL_GET_REC_NUMBER_ ( int *  ctrl)

Definition at line 1169 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_get_rec_number__()

int fstr_ctrl_get_rec_number__ ( int *  ctrl)

Definition at line 1161 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_GET_REC_NUMBER__()

int FSTR_CTRL_GET_REC_NUMBER__ ( int *  ctrl)

Definition at line 1173 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_open()

int fstr_ctrl_open ( char *  filename)

Definition at line 1106 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_OPEN()

int FSTR_CTRL_OPEN ( char *  filename)

Definition at line 1147 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_open_()

int fstr_ctrl_open_ ( char *  filename)

Definition at line 1145 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_OPEN_()

int FSTR_CTRL_OPEN_ ( char *  filename)

Definition at line 1148 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_open__()

int fstr_ctrl_open__ ( char *  filename)

Definition at line 1146 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_OPEN__()

int FSTR_CTRL_OPEN__ ( char *  filename)

Definition at line 1149 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_rewind()

int fstr_ctrl_rewind ( int *  ctrl)

Definition at line 81 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_REWIND()

int FSTR_CTRL_REWIND ( int *  ctrl)

Definition at line 85 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_rewind_()

int fstr_ctrl_rewind_ ( int *  ctrl)

Definition at line 83 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_REWIND_()

int FSTR_CTRL_REWIND_ ( int *  ctrl)

Definition at line 87 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_rewind__()

int fstr_ctrl_rewind__ ( int *  ctrl)

Definition at line 77 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_REWIND__()

int FSTR_CTRL_REWIND__ ( int *  ctrl)

Definition at line 89 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_seek_header()

int fstr_ctrl_seek_header ( int *  ctrl,
const char *  header_name 
)

Definition at line 1212 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

◆ FSTR_CTRL_SEEK_HEADER()

int FSTR_CTRL_SEEK_HEADER ( int *  ctrl,
const char *  header_name 
)

Definition at line 1232 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_seek_header_()

int fstr_ctrl_seek_header_ ( int *  ctrl,
const char *  header_name 
)

Definition at line 1224 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_SEEK_HEADER_()

int FSTR_CTRL_SEEK_HEADER_ ( int *  ctrl,
const char *  header_name 
)

Definition at line 1236 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_seek_header__()

int fstr_ctrl_seek_header__ ( int *  ctrl,
const char *  header_name 
)

Definition at line 1228 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_SEEK_HEADER__()

int FSTR_CTRL_SEEK_HEADER__ ( int *  ctrl,
const char *  header_name 
)

Definition at line 1240 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_seek_next_header()

int fstr_ctrl_seek_next_header ( int *  ctrl)

Definition at line 1246 of file fstr_ctrl_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FSTR_CTRL_SEEK_NEXT_HEADER()

int FSTR_CTRL_SEEK_NEXT_HEADER ( int *  ctrl)

Definition at line 1258 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_seek_next_header_()

int fstr_ctrl_seek_next_header_ ( int *  ctrl)

Definition at line 1250 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_SEEK_NEXT_HEADER_()

int FSTR_CTRL_SEEK_NEXT_HEADER_ ( int *  ctrl)

Definition at line 1262 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_seek_next_header__()

int fstr_ctrl_seek_next_header__ ( int *  ctrl)

Definition at line 1254 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ FSTR_CTRL_SEEK_NEXT_HEADER__()

int FSTR_CTRL_SEEK_NEXT_HEADER__ ( int *  ctrl)

Definition at line 1266 of file fstr_ctrl_util.c.

Here is the call graph for this function:

◆ fstr_ctrl_tmp_rewind()

int fstr_ctrl_tmp_rewind ( fstr_ctrl_data ctrl)

Definition at line 72 of file fstr_ctrl_util.c.

Here is the caller graph for this function:

Variable Documentation

◆ err_msg

char err_msg[buffsize]

Definition at line 20 of file fstr_ctrl_util.c.

◆ error_line

int error_line = -1

Definition at line 796 of file fstr_ctrl_util.c.

◆ error_pos

int error_pos = -1

Definition at line 792 of file fstr_ctrl_util.c.

◆ fg_fortran_get_data_array_v

int fg_fortran_get_data_array_v = 0

Definition at line 42 of file fstr_ctrl_util.c.

◆ is_first

int is_first = 1

Definition at line 1104 of file fstr_ctrl_util.c.

◆ line_no

int line_no

Definition at line 93 of file fstr_ctrl_util.c.