Searched refs:file (Results 151 - 175 of 9227) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/nios2/
H A Dsync.s1 # Source file used to test the sync instructions
H A Dtret.s1 # Source file used to test the ret instructions
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcow-sstream-inst.cc1 // Explicit instantiation file.
5 // This file is part of the GNU ISO C++ Library. This library is free
33 # error This file should not be compiled for this configuration.
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dlist_read_11.f9011 open(11,file="testcase.txt",form='unformatted',access='stream',status='new')
15 open(11,file="testcase.txt",form='formatted')
27 open(11,file="testcase.txt",form='unformatted',access='stream',status='new')
31 open(11,file="testcase.txt",form='formatted')
H A Dconvert_2.f909 open(20,file="convert.dat",form="unformatted",convert="swap") ! { dg-warning "CONVERT" }
12 open(20,file="convert.dat",form="unformatted",access="stream")
16 open(20,file="convert.dat",form="unformatted",convert="swap") ! { dg-warning "CONVERT" }
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.svr47 # This file is part of GNU CC.
20 # along with GNU CC; see the file COPYING. If not, write to
89 for file in $files; do
90 rm -rf $LIB/$file
91 if [ ! -d $LIB/$file ]
92 then mkdir $LIB/$file
103 for file in $files; do
104 dest=`ls -ld $file | sed -n 's/.*-> //p'`
107 # In case $dest is relative, get to $file's dir first.
109 cd `echo ./$file | se
[all...]
H A Dfixinc.dgux7 # This file is part of GNU CC.
20 # along with GNU CC; see the file COPYING. If not, write to
81 for file in $files; do
82 rm -rf $LIB/$file
83 if [ ! -d $LIB/$file ]
84 then mkdir $LIB/$file
95 for file in $files; do
96 dest=`ls -ld $file | sed -n 's/.*-> //p'`
99 # In case $dest is relative, get to $file's dir first.
101 cd `echo ./$file | se
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dfiles.c20 along with this program; see the file COPYING3. If not see
51 /* This structure represents a file searched for by CPP, whether it
59 /* The full path used to find the file. */
62 /* The full path of the pch file. */
65 /* The file's path with the basename stripped. NULL if it hasn't
87 /* As filled in by stat(2) for the file. */
93 /* Zero if this file was successfully opened and stat()-ed,
97 /* Number of times the file has been stacked for preprocessing. */
106 /* If this file is the main file
150 _cpp_file *file; member in union:cpp_file_hash_entry::__anon252
221 open_file(_cpp_file *file) argument
279 pch_open_file(cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) argument
354 maybe_shorter_path(const char * file) argument
374 find_file_in_dir(cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) argument
454 search_path_exhausted(cpp_reader *pfile, const char *header, _cpp_file *file) argument
476 _cpp_find_failed(_cpp_file *file) argument
505 _cpp_file *file; local
663 read_file_guts(cpp_reader *pfile, _cpp_file *file) argument
744 read_file(cpp_reader *pfile, _cpp_file *file) argument
770 should_stack_file(cpp_reader *pfile, _cpp_file *file, bool import) argument
878 _cpp_stack_file(cpp_reader *pfile, _cpp_file *file, bool import) argument
922 _cpp_mark_file_once_only(cpp_reader *pfile, _cpp_file *file) argument
936 _cpp_file *file; local
973 dir_name_of_file(_cpp_file *file) argument
996 _cpp_file *file; local
1044 open_file_failed(cpp_reader *pfile, _cpp_file *file, int angle_brackets) argument
1097 _cpp_file *file; local
1110 destroy_cpp_file(_cpp_file *file) argument
1371 _cpp_file *file = entry->u.file; local
1435 _cpp_file *file; local
1475 _cpp_pop_file_buffer(cpp_reader *pfile, _cpp_file *file, const unsigned char *to_free) argument
1500 _cpp_get_file_name(_cpp_file *file) argument
1507 _cpp_get_file_stat(_cpp_file *file) argument
1649 remap_filename(cpp_reader *pfile, _cpp_file *file) argument
1693 validate_pch(cpp_reader *pfile, _cpp_file *file, const char *pchname) argument
1979 _cpp_file *file = _cpp_find_file (pfile, fname, start_dir, local
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-log.c5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
44 /* This file supplies some functions for AVR back-end developers
114 avr_log_vadump (FILE *file, const char *caller, va_list ap) argument
126 fputc (*(fmt-1), file);
131 fputs (bs, file);
138 fputc ('%', file);
145 fprintf (file, "<NULL-TREE>");
148 if (stderr == file)
152 print_node (file, "",
176 fputc (va_arg (ap, int), file); local
198 fputs (current_function_name(), file); local
210 file); local
[all...]
/haiku-buildtools/legacy/gcc/libchill/
H A Dexisting.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
32 __existing( Association_Mode* the_assoc, char* file, int line ) argument
35 CHILLEXCEPTION( file, line, EMPTY, NULL_ASSOCIATION );
37 CHILLEXCEPTION( file, line, NOTASSOCIATED, IS_NOT_ASSOCIATED );
H A Dindexable.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
32 __indexable( Association_Mode* the_assoc, char* file, int line ) argument
35 CHILLEXCEPTION( file, line, EMPTY, NULL_ASSOCIATION );
37 CHILLEXCEPTION( file, line, NOTASSOCIATED, IS_NOT_ASSOCIATED );
H A Dreadable.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
32 __readable( Association_Mode* the_assoc, char* file, int line ) argument
35 CHILLEXCEPTION( file, line, EMPTY, NULL_ASSOCIATION );
37 CHILLEXCEPTION( file, line, NOTASSOCIATED, IS_NOT_ASSOCIATED );
H A Dsequencible.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
32 __sequencible( Association_Mode* the_assoc, char* file, int line ) argument
35 CHILLEXCEPTION( file, line, EMPTY, NULL_ASSOCIATION );
37 CHILLEXCEPTION( file, line, NOTASSOCIATED, IS_NOT_ASSOCIATED );
H A Dsettextaccess.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
34 char* file,
38 CHILLEXCEPTION( file, line, EMPTY, NULL_TEXT );
41 CHILLEXCEPTION( file, line, EMPTY, NULL_ACCESS );
32 __settextaccess( Text_Mode* the_text, Access_Mode* the_access, char* file, int line ) argument
H A Dsettextindex.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
34 char* file,
38 CHILLEXCEPTION( file, line, EMPTY, NULL_TEXT );
42 CHILLEXCEPTION( file, line, TEXTFAIL, BAD_TEXTINDEX );
32 __settextindex( Text_Mode* the_text, signed long the_text_index, char* file, int line ) argument
H A Dsettextrecord.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
34 char* file,
38 CHILLEXCEPTION( file, line, EMPTY, NULL_TEXT );
41 CHILLEXCEPTION( file, line, EMPTY, NULL_TEXTREC );
32 __settextrecord( Text_Mode* the_text, VarString* the_text_rec, char* file, int line ) argument
H A Dunhex.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
40 * file filename
53 unhandled_exception (exname, file, lineno, user_arg)
55 char *file;
60 fprintf (stderr, "ChillLib: unhandled exception `%s' in file %s at line %d\n",
61 exname, file, lineno);
H A Dvariable.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
32 __variable( Association_Mode* the_assoc, char* file, int line ) argument
35 CHILLEXCEPTION( file, line, EMPTY, NULL_ASSOCIATION );
37 CHILLEXCEPTION( file, line, NOTASSOCIATED, IS_NOT_ASSOCIATED );
H A Dwriteable.c5 This file is part of GNU CC.
18 along with GNU CC; see the file COPYING. If not, write to
27 the executable file might be covered by the GNU General Public License. */
32 __writeable( Association_Mode* the_assoc, char* file, int line ) argument
35 CHILLEXCEPTION( file, line, EMPTY, NULL_ASSOCIATION );
37 CHILLEXCEPTION( file, line, NOTASSOCIATED, IS_NOT_ASSOCIATED );
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Ddw2-decodedline.S1 .file "dw2-decodedline.c"
2 .file 1 "dw2-decodedline.c"
3 .file 2 "directory/file1.c"
H A Ddw2-decodedline-1.S1 .file "dw2-decodedline.c"
2 .file 1 "dw2-decodedline.c"
3 .file 2 "directory/file1.c"
/haiku-buildtools/cloog/osl/autoconf/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/haiku-buildtools/cloog/autoconf/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/haiku-buildtools/gcc/mpc/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/haiku-buildtools/gcc/mpfr/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]

Completed in 298 milliseconds

1234567891011>>