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

/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_file.c252 pdc_file *sfile; local
254 sfile = (pdc_file *) pdc_calloc(pdc, sizeof(pdc_file), fn);
257 sfile->data = data;
258 sfile->pos = sfile->data;
259 sfile->end = sfile->data + size;
263 sfile->fp = fopen(filename,
265 if (sfile->fp == NULL)
267 pdc_free(pdc, sfile);
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dminsyms.c159 lookup_minimal_symbol (const char *name, const char *sfile, argument
172 if (sfile != NULL)
174 char *p = strrchr (sfile, '/');
176 sfile = p + 1;
216 if (sfile == NULL
217 || strcmp (msymbol->filename, sfile) == 0)
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c3913 char *sfile, *t; local
4003 sfile = shell_fn ? shell_fn->source_file : "";
4006 array_push (bash_source_a, sfile);

Completed in 125 milliseconds