Lines Matching refs:compr
192 } compr[] = { variable
230 file_private size_t ncompr = __arraycount(compr);
302 if (nbytes < CAST(size_t, abs(compr[i].maglen))) in file_zmagic()
304 if (compr[i].maglen < 0) { in file_zmagic()
305 zm = (*compr[i].u.func)(buf); in file_zmagic()
307 zm = memcmp(buf, compr[i].u.magic, in file_zmagic()
308 CAST(size_t, compr[i].maglen)) == 0; in file_zmagic()
1082 return compr[method].argv[0]; in methodname()
1181 args = RCAST(char *const *, RCAST(intptr_t, compr[method].argv)); in uncompressbuf()
1187 DPRINTF("Executing %s\n", compr[method].argv[0]); in uncompressbuf()
1188 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
1195 compr[method].argv[0], strerror(errno)); in uncompressbuf()
1213 DPRINTF("Executing %s\n", compr[method].argv[0]); in uncompressbuf()
1215 (void)execvp(compr[method].argv[0], args); in uncompressbuf()
1217 compr[method].argv[0], strerror(errno)); in uncompressbuf()