HomeSort by: relevance | last modified time | path
    Searched refs:this_file (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
errors.cc 113 static const char this_file[] = __FILE__; local
114 const char *p = name, *q = this_file;
gengtype.h 67 extern input_file* this_file;
gengtype.cc 157 input_file* this_file;
532 if (!strcmp (s, "CUMULATIVE_ARGS") && pos->file != this_file)
1013 create_field_all (next,type,name, 0, this_file, __LINE__)
1042 this_file, line);
5220 this_file = input_file_by_name (__FILE__);
5251 #define POS_HERE(Call) do { pos.file = this_file; pos.line = __LINE__; \
154 input_file* this_file; variable
diagnostic.cc 1454 static const char this_file[] = __FILE__;
1455 const char *p = name, *q = this_file;
  /src/external/gpl2/texinfo/dist/util/
texi2dvi 326 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do
328 test -s "$this_file" || continue
333 first_character=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`
335 && sed 1q $this_file | grep -v '^\\input *texinfo' >/dev/null) \
338 xref_files="$xref_files ./$this_file"
735 for this_file in $new_xref_files; do
736 $verbose "Comparing xref file `echo $this_file | sed 's|\./||g'` ..."
738 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else
743 $verbose "xref file `echo $this_file | sed 's|\./||g'` differed ...
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 135 static char *this_file = NULL; variable
213 if (this_file == NULL) {
215 for (this_file=relative_path;
216 *this_file && ! isalnum((unsigned char)*this_file);
217 this_file++) ;
219 return this_file;
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
multilib-generator 56 this_file = os.path.abspath(os.path.join( __file__))
58 os.path.join(os.path.dirname(this_file), "arch-canonicalize")

Completed in 42 milliseconds