Searched refs:source_file (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/ee/
H A Dgenstr7 echo usage $0 source_file dest_file
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.h56 char *source_file; member in struct:tracepoint
H A Dbreakpoint.h309 char *source_file;
308 char *source_file; member in struct:breakpoint
H A Dtracepoint.c345 t->source_file = NULL;
347 t->source_file = savestring (sal.symtab->filename,
437 if (addressprint || (tp->source_file == NULL))
442 if (tp->source_file)
444 tp->source_file, tp->line_number);
507 if (t->source_file)
517 fputs_filtered (t->source_file, gdb_stdout);
587 if (t->source_file)
588 xfree (t->source_file);
H A Dbreakpoint.c3494 if (b->source_file)
3505 ui_out_field_string (uiout, "file", b->source_file);
4076 b->source_file = NULL;
4078 b->source_file = savestring (sal.symtab->filename,
4838 if (addressprint || b->source_file == NULL)
4843 if (b->source_file)
4845 b->source_file, b->line_number);
6778 && b->source_file != NULL
6780 && strcmp (b->source_file, sal.symtab->filename) == 0
7013 if (bpt->source_file !
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.h41 char *source_file; /* File where this macro is defined. */ member in struct:__anon4258
H A Dmacro.c105 add_macro (char *name, char **arglist, char *body, char *source_file,
132 input_filename = def->source_file;
148 free (def->source_file);
152 def->source_file = xstrdup (source_file);
762 free (def->source_file);
103 add_macro(char *name, char **arglist, char *body, char *source_file, int source_lineno, int flags) argument
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c488 const char *source_file = "terminfo"; local
641 source_file = argv[optind++];
653 source_file = "/etc/termcap";
658 source_file = termcap;
662 source_file = my_tmpname;
665 tmp_fp = open_input(source_file);
666 to_remove = source_file;
684 tmp_fp = open_input(source_file);
698 _nc_set_source(source_file);
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c1784 FILE *source_file;
1799 source_file = fopen (src->name, "r");
1800 if (!source_file)
1809 if (!fstat (fileno (source_file), &status)
1859 retval = fgets (string, STRING_SIZE, source_file);
1902 for (; (retval = fgets (string, STRING_SIZE, source_file)); line_num++)
1908 retval = fgets (string, STRING_SIZE, source_file);
1916 if (source_file)
1917 fclose (source_file);
1782 FILE *source_file; local
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-winsource.c418 && bp->source_file
419 && (strcmp (src->filename, bp->source_file) == 0)

Completed in 119 milliseconds