#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/param.h>#include <sys/select.h>#include <sys/un.h>#include <unistd.h>#include <atalk/logger.h>#include "db_param.h"Macros | |
| #define | DB_PARAM_FN "db_param" |
| #define | MAXKEYLEN 64 |
Functions | |
| static size_t | usock_maxlen (void) |
| static int | make_pathname (char *path, char *dir, char *fn, size_t maxlen) |
| static void | default_params (struct db_param *dbp, char *dir) |
| static int | parse_int (char *val) |
| struct db_param * | db_param_read (char *dir) |
Variables | |
| static struct db_param | params |
| static int | parse_err |
| #define DB_PARAM_FN "db_param" |
| #define MAXKEYLEN 64 |
| struct db_param * db_param_read | ( | char * | dir | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |