Coda Distributed File System
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <dirent.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "coda_string.h"
#include "coda_assert.h"
#include "coda_wait.h"
#include <errno.h>
#include <venusioctl.h>
#include <vcrcommon.h>
#include "asr.h"
#include <olist.h>
#include <inconsist.h>
#include "ruletypes.h"
Functions | |
void | path (char *, char *, char *) |
int | wildmat (char *text, char *pattern) |
void | expandstring (char *s, const char *pattern, char *newpattern) |
void expandstring | ( | char * | s, |
const char * | pattern, | ||
char * | newpattern | ||
) |
void path | ( | char * | pathname, |
char * | direc, | ||
char * | file | ||
) |
int wildmat | ( | char * | text, |
char * | pattern | ||
) |