Coda Distributed File System
Classes | Macros | Typedefs | Functions | Variables
codaconf.c File Reference
#include <sys/param.h>
#include <stdio.h>
#include "coda_string.h"
#include <assert.h>
#include <stdlib.h>
#include <unistd.h>
#include "codaconf.h"
#include "coda_config.h"
Include dependency graph for codaconf.c:

Classes

struct  _item
 

Macros

#define MAXLINELEN   256
 

Typedefs

typedef struct _itemitem_t
 

Functions

int codaconf_init_one (const char *cf)
 
char * codaconf_file (const char *confname)
 
int codaconf_init (const char *confname)
 
const char * codaconf_lookup (const char *name, const char *defaultvalue)
 
void codaconf_free (void)
 

Variables

int codaconf_quiet = 0
 

Macro Definition Documentation

◆ MAXLINELEN

#define MAXLINELEN   256

Typedef Documentation

◆ item_t

typedef struct _item * item_t

Function Documentation

◆ codaconf_file()

char * codaconf_file ( const char *  confname)

◆ codaconf_free()

void codaconf_free ( void  )

◆ codaconf_init()

int codaconf_init ( const char *  confname)

◆ codaconf_init_one()

int codaconf_init_one ( const char *  cf)

◆ codaconf_lookup()

const char * codaconf_lookup ( const char *  name,
const char *  defaultvalue 
)

Variable Documentation

◆ codaconf_quiet

int codaconf_quiet = 0