OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_formats
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/ia64/stand/ia64/efi/
conf.c
82
struct file_format *
file_formats
[] = {
variable in typeref:struct:file_format
/src/sys/arch/ia64/stand/ia64/ski/
conf.c
96
struct file_format *
file_formats
[] = {
variable in typeref:struct:file_format
/src/sys/arch/ia64/stand/common/
fileload.c
154
for (i = 0, fp = NULL;
file_formats
[i] && fp == NULL; i++) {
155
error = (
file_formats
[i]->l_load)(filename, dest, &fp);
boot.c
111
command_seterr("%s", strerror(
file_formats
[fp->f_loader]->l_exec(fp)));
bootstrap.h
209
extern struct file_format *
file_formats
[]; /* supplied by consumer */
/src/external/bsd/file/dist/src/
apprentice.c
116
static int
file_formats
[FILE_NAMES_SIZE];
variable
443
file_formats
[p->type] = p->format;
2608
switch (
file_formats
[type]) {
2812
if (
file_formats
[m->type] == FILE_FMT_NONE) {
Completed in 26 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026