HomeSort by: relevance | last modified time | path
    Searched defs:sfile (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
h_build.h 45 const char *sfile; member in struct:c_o_test
183 const char *sfile; member in struct:cpp_test
282 const char *sfile; member in struct:cxx_o_test
check_test.c 110 FILE *sfile; local
113 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL);
114 fprintf(sfile, "#include <stdio.h>\n");
115 fclose(sfile);
128 FILE *sfile; local
131 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL);
132 fprintf(sfile, "void foo(void) { int a = UNDEFINED_SYMBOL; }\n");
133 fclose(sfile);
146 FILE *sfile; local
152 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL)
172 FILE *sfile; local
190 FILE *sfile; local
208 FILE *sfile; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
cgen-trace.c 312 sim_disasm_sprintf (SFILE *f, const char *format, ...)
327 sim_disasm_styled_sprintf (SFILE *f, enum disassembler_style style,
388 SFILE sfile;
401 sfile.buffer = sfile.current = buf;
402 INIT_DISASSEMBLE_INFO (disasm_info, (FILE *) &sfile,
387 SFILE sfile; local
sim-trace.c 493 FILE *sfile = TRACE_FILE (STATE_TRACE_DATA (sd));
495 if (sfile != NULL)
496 fclose (sfile);
501 if (cfile != NULL && cfile != sfile)
492 FILE *sfile = TRACE_FILE (STATE_TRACE_DATA (sd)); local
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-trace.c 312 sim_disasm_sprintf (SFILE *f, const char *format, ...)
327 sim_disasm_styled_sprintf (SFILE *f, enum disassembler_style style,
388 SFILE sfile;
401 sfile.buffer = sfile.current = buf;
402 INIT_DISASSEMBLE_INFO (disasm_info, (FILE *) &sfile,
387 SFILE sfile; local
sim-trace.c 493 FILE *sfile = TRACE_FILE (STATE_TRACE_DATA (sd));
495 if (sfile != NULL)
496 fclose (sfile);
501 if (cfile != NULL && cfile != sfile)
492 FILE *sfile = TRACE_FILE (STATE_TRACE_DATA (sd)); local
  /src/external/gpl3/gdb/dist/sim/cris/
sim-if.c 1020 SFILE sfile;
1023 sfile.buffer = sfile.current = buf;
1024 INIT_DISASSEMBLE_INFO (disasm_info, (FILE *) &sfile,
1017 SFILE sfile; local
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-if.c 1020 SFILE sfile;
1023 sfile.buffer = sfile.current = buf;
1024 INIT_DISASSEMBLE_INFO (disasm_info, (FILE *) &sfile,
1017 SFILE sfile; local
  /src/usr.bin/diff/
diffreg.c 219 static struct line *sfile[2]; /* shortened by pruning common prefix/suffix */ variable in typeref:struct:line
389 sort(sfile[0], slen[0]);
390 sort(sfile[1], slen[1]);
393 equiv(sfile[0], slen[0], sfile[1], slen[1], member);
397 unsort(sfile[0], slen[0], class);
544 sfile[j] = file[j] + pref;
547 sfile[j][i].serial = i;
  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 141 char *sfile = NULL; local
389 sfile = get_file_name( dirname, file->d_name );
428 if ( !sfile && !rfile && !nfile && !mfile && !bfile && !anum ) {
434 if ( sfile ) {
435 snum = get_search_filters( sfile, sreqs, sattrs, sbase, slud );
439 sfile, -2*(snum + 1));
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.h 218 struct coff_sfile * sfile; member in struct:coff_symbol
srconv.c 272 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first,
309 un.name = sfile->name;
548 wr_dps_start (struct coff_sfile *sfile,
561 dps.address = scope->offset - find_base (sfile, scope->sec);
567 sfile->name,
602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol,
676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
699 walk_tree_symbol (sfile, 0, param, nest);
727 walk_tree_symbol (sfile, 0, member, nest + 1)
1363 struct coff_sfile *sfile; local
1618 struct coff_sfile *sfile; local
    [all...]
objdump.c 1005 printf (_("Idx %-*s Size %-*s%-*sFile off Algn"),
2416 } SFILE;
2421 objdump_sprintf (SFILE *f, const char *format, ...)
2524 objdump_styled_sprintf (SFILE *f, enum disassembler_style style,
3027 SFILE sfile;
3032 sfile.alloc = 120;
3033 sfile.buffer = (char *) xmalloc (sfile.alloc);
3034 sfile.pos = 0
3022 SFILE sfile; local
3284 SFILE sfile; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.h 218 struct coff_sfile * sfile; member in struct:coff_symbol
srconv.c 272 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first,
309 un.name = sfile->name;
548 wr_dps_start (struct coff_sfile *sfile,
561 dps.address = scope->offset - find_base (sfile, scope->sec);
567 sfile->name,
602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol,
676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
699 walk_tree_symbol (sfile, 0, param, nest);
727 walk_tree_symbol (sfile, 0, member, nest + 1)
1363 struct coff_sfile *sfile; local
1618 struct coff_sfile *sfile; local
    [all...]
objdump.c 1005 printf (_("Idx %-*s Size %-*s%-*sFile off Algn"),
2425 } SFILE;
2430 objdump_sprintf (SFILE *f, const char *format, ...)
2533 objdump_styled_sprintf (SFILE *f, enum disassembler_style style,
3036 SFILE sfile;
3041 sfile.alloc = 120;
3042 sfile.buffer = (char *) xmalloc (sfile.alloc);
3043 sfile.pos = 0
3031 SFILE sfile; local
3293 SFILE sfile; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 2616 const char *sfile; local
2621 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
tc-ppc.c 7435 const char *sfile;
7440 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
7418 const char *sfile; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 2606 const char *sfile; local
2611 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
tc-ppc.c 7477 const char *sfile;
7482 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
7460 const char *sfile; local
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 214 unsigned int sfile;
4591 srec->sfile = curr_srec->sfile;
4605 srec->sfile = curr_srec->sfile;
4621 curr_srec->sfile = data;
4642 module->file_table[curr_srec->sfile].srec = data;
4649 module->file_table[curr_srec->sfile].srec = data;
5092 if (srecinfo->sfile > 0)
5094 *file = module->file_table[srecinfo->sfile].name
213 unsigned int sfile; member in struct:srecinfo
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 214 unsigned int sfile;
4578 srec->sfile = curr_srec->sfile;
4592 srec->sfile = curr_srec->sfile;
4608 curr_srec->sfile = data;
4629 module->file_table[curr_srec->sfile].srec = data;
4636 module->file_table[curr_srec->sfile].srec = data;
5079 if (srecinfo->sfile > 0)
5081 *file = module->file_table[srecinfo->sfile].name
213 unsigned int sfile; member in struct:srecinfo
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 214 unsigned int sfile;
4578 srec->sfile = curr_srec->sfile;
4592 srec->sfile = curr_srec->sfile;
4608 curr_srec->sfile = data;
4629 module->file_table[curr_srec->sfile].srec = data;
4636 module->file_table[curr_srec->sfile].srec = data;
5079 if (srecinfo->sfile > 0)
5081 *file = module->file_table[srecinfo->sfile].name
213 unsigned int sfile; member in struct:srecinfo
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 214 unsigned int sfile;
4584 srec->sfile = curr_srec->sfile;
4598 srec->sfile = curr_srec->sfile;
4614 curr_srec->sfile = data;
4635 module->file_table[curr_srec->sfile].srec = data;
4642 module->file_table[curr_srec->sfile].srec = data;
5085 if (srecinfo->sfile > 0)
5087 *file = module->file_table[srecinfo->sfile].name
213 unsigned int sfile; member in struct:srecinfo
    [all...]

Completed in 71 milliseconds