File er/er_arrays.c

  $Revision: 1.5 $

Error reporting (er) er_arrays.c - auxiliary routines for parameter arrays
Status: NOT REVUED, PARTLY TESTED
Design and implementation by: Marek Bukowy

Included Files


Global Variable Lock

pthread_mutex_t Lock
Included from /home/shane/code/RIP/include/ca_defs.h
Visible in:  aa/aa.c
   ac/access_control.c
   ca/ca_configFns.c
   ca/ca_initFn.c
   ca/ca_sanityCheck.c
   ca/ca_sourceLoader.c
   ca/ca_values.c
   co/constants.c
   df/defs.c
   er/er.c
   er/er_arrays.c
Used in: ca_get_adminIntElement()ca/ca_configFns.c
  ca_get_adminStrElement()ca/ca_configFns.c
  ca_get_boolean()ca/ca_configFns.c
  ca_get_dirlist()ca/ca_configFns.c
  ca_get_int()ca/ca_configFns.c
  ca_get_string()ca/ca_configFns.c
  ca_set_boolean()ca/ca_configFns.c
  ca_srchandle2Intelement()ca/ca_configFns.c
  ca_srchandle2Strelement()ca/ca_configFns.c

Global Function er_getaspsym()

void er_getaspsym ( mask_t facmask, int asp, GString* g_reply )
Prototyped in: /home/shane/code/RIP/include/er_arrays.h
Calls: MA_isset(), g_string_sprintfa(), g_string_truncate(), strlen()

Global Function er_getaspval()

unsigned int er_getaspval ( char* key )
Prototyped in: /home/shane/code/RIP/include/erroutines.h
Calls: strcasecmp()
Called by: er_yyparse()er/er.yacc.tab.c

Global Function er_getfacallmask()

mask_t er_getfacallmask ( void )
Prototyped in: /home/shane/code/RIP/include/er_arrays.h
Calls: MA_new(), MA_set()
Called by: er_yyparse()er/er.yacc.tab.c

Global Function er_getfacsym()

char* er_getfacsym ( er_fac_code_t faccode )
Prototyped in: /home/shane/code/RIP/include/erroutines.h
Called by: er_format_line()er/er.c

Global Function er_getfacval()

er_mask_t er_getfacval ( char* key )
Prototyped in: /home/shane/code/RIP/include/erroutines.h
Calls: strcasecmp()
Called by: er_yyparse()er/er.yacc.tab.c

Global Function er_getformatval()

int er_getformatval ( char* key )
Prototyped in: /home/shane/code/RIP/include/er_arrays.h
Calls: strcasecmp()
Called by: er_yyparse()er/er.yacc.tab.c

Global Function er_getpathval()

er_path_mt er_getpathval ( char* key )
Prototyped in: /home/shane/code/RIP/include/erroutines.h
Calls: strcasecmp()

Global Function er_getsevsym()

char* er_getsevsym ( int sev, int mode )
Prototyped in: /home/shane/code/RIP/include/erroutines.h
Called by: er_format_line()er/er.c

Global Function er_getsevval()

er_ret_t er_getsevval ( char* sev )
Prototyped in: /home/shane/code/RIP/include/er_arrays.h
Calls: strcasecmp()
Called by: mysetsev()er/er.yacc.tab.c

Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()

Local Function getlogin_r()

static int getlogin_r ( char* __name, int __len )
Included from: /usr/include/unistd.h
Calls: __posix_getlogin_r()

Local Function readdir_r()

static int readdir_r ( DIR* __dp, struct dirent* __ent, struct dirent** __res )
Included from: /usr/include/dirent.h
Calls: __posix_readdir_r()

Local Function sigwait()

static int sigwait ( const sigset_t* __setp, int* __signo )
Included from: /usr/include/signal.h
Calls: __posix_sigwait()

Local Function ttyname_r()

static int ttyname_r ( int __fildes, char* __buf, size_t __size )
Included from: /usr/include/unistd.h
Calls: __posix_ttyname_r()