Coda Distributed File System
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/param.h>
#include <unistd.h>
#include "coda_string.h"
#include <vcrcommon.h>
#include <olist.h>
#include <inconsist.h>
Go to the source code of this file.
Classes | |
class | objname_t |
class | depname_t |
class | arg_t |
class | command_t |
class | rule_t |
Macros | |
#define | NOREPLICAID -1 |
#define | ALLREPLICAS 9 |
Functions | |
void | expandstring (char *, const char *, char *) |
#define ALLREPLICAS 9 |
#define NOREPLICAID -1 |
void expandstring | ( | char * | s, |
const char * | pattern, | ||
char * | newpattern | ||
) |