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

/ast/src/lib/libvcodex/
H A Dvclzparse.c197 static int hashparse(Vclzparse_t* vcpa, ssize_t prune) argument
199 static int hashparse(vcpa, prune)
201 ssize_t prune; /* prune target by this amount */
256 if(prune > 0) /* prune target data outside of search window */
258 { if((obj - m) > prune)
327 if(prune > 0) /* prune target data outside of search window */
329 { if((obj - m) > prune)
[all...]
/ast/src/cmd/pax/
H A Dfile.c476 if (exists && prune(ap, f, &st))
512 if (exists && (prune(ap, f, &st) || state.update && f->st->st_dev != st.st_dev))
518 if (exists && prune(ap, f, &st))
1292 prune(register Archive_t* ap, register File_t* f, register struct stat* st) function
H A Dpax.h726 extern int prune(Archive_t*, File_t*, struct stat*);

Completed in 21 milliseconds