|
Coda Distributed File System
|
#include <stdio.h>#include <stdlib.h>#include <sys/param.h>#include <sys/types.h>#include <sys/stat.h>#include "coda_string.h"#include "coda_assert.h"#include <errno.h>#include <venusioctl.h>#include <vcrcommon.h>#include <inconsist.h>
Functions | |
| int | path (char *, char *, char *) |
| int | wildmat (char *text, char *pattern) |
| int | getfid (char *path, ViceFid *outfid, char *outrealm, ViceVersionVector *outvv) |
| int | main (int argc, char **argv) |
| int getfid | ( | char * | path, |
| ViceFid * | outfid, | ||
| char * | outrealm, | ||
| ViceVersionVector * | outvv | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int path | ( | char * | pathname, |
| char * | direc, | ||
| char * | file | ||
| ) |
| int wildmat | ( | char * | text, |
| char * | pattern | ||
| ) |