Coda Distributed File System
|
#include <stdlib.h>
#include <stdio.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 <codadir.h>
Functions | |
int | path (char *, char *, char *) |
int | wildmat (char *text, char *pattern) |
int | IsObjInc (char *name, ViceFid *fid, char *realm) |
int | main (int argc, char **argv) |
int IsObjInc | ( | char * | name, |
ViceFid * | fid, | ||
char * | realm | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
int path | ( | char * | pathname, |
char * | direc, | ||
char * | file | ||
) |
int wildmat | ( | char * | text, |
char * | pattern | ||
) |