Searched refs:dirprefix (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/pax/
H A Dmisc.c968 if (state.descend && dirprefix(p->pattern, s, p->directory))
990 if (state.descend && dirprefix(p->pattern, s, 0) || strmatch(s, p->pattern))
1000 dirprefix(register char* p, register char* s, int proper) function
H A Dpax.h691 extern int dirprefix(char*, char*, int);
H A Dfile.c812 if (state.files && state.operation == (IN|OUT) && dirprefix(state.destination, name, 0))

Completed in 395 milliseconds