Searched refs:exec_formats (Results 1 - 3 of 3) sorted by last modified time

/netbsd-6-1-5-RELEASE/usr.bin/crunch/crunchide/
H A Dcrunchide.c217 } exec_formats[] = { variable in typeref:struct:__anon9796
248 n = sizeof exec_formats / sizeof exec_formats[0];
254 if ((*exec_formats[i].check)(fd, filename) != 0)
264 exec_formats[i].name);
270 rv = (*exec_formats[i].hide)(fd, filename);
/netbsd-6-1-5-RELEASE/usr.sbin/mdsetimage/
H A Dmdsetimage.c196 } exec_formats[] = { variable in typeref:struct:__anon10008
225 n = sizeof exec_formats / sizeof exec_formats[0];
227 if ((*exec_formats[i].check)(mappedfile, mappedsize) == 0)
237 exec_formats[i].name);
245 if ((*exec_formats[i].findoff)(mappedfile, mappedsize,
260 if ((*exec_formats[i].findoff)(mappedfile, mappedsize,
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c105 } exec_formats[] = { variable in typeref:struct:__anon5788
243 n = __arraycount(exec_formats);
245 if ((*exec_formats[i].check)(mappedfile, sb.st_size) == 0)
253 exec_formats[i].name);
261 if ((*exec_formats[i].findoff)(mappedfile, sb.st_size,

Completed in 99 milliseconds