Coda Distributed File System
Functions
removeinc.c File Reference
#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>
Include dependency graph for removeinc.c:

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)
 

Function Documentation

◆ IsObjInc()

int IsObjInc ( char *  name,
ViceFid *  fid,
char *  realm 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ path()

int path ( char *  pathname,
char *  direc,
char *  file 
)

◆ wildmat()

int wildmat ( char *  text,
char *  pattern 
)