Lines Matching full:u_char
121 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize)
159 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize)
169 static off_t search(off_t *I,u_char *old,off_t oldsize,
170 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos)
195 static void offtout(off_t x,u_char *buf)
224 int bsdiff(u_char* old, off_t oldsize, off_t** IP, u_char* new, off_t newsize,
236 u_char *db,*eb;
237 u_char buf[8];
238 u_char header[32];