Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 4323) sorted by relevance

12345678910>>...173

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.svr4166 cp $file $2/$file >/dev/null 2>&1 || echo "Can't copy $file"
217 ' $2/$file > $2/$file.sed
218 mv $2/$file.sed $2/$file
219 if cmp $file $2/$file >/dev/null 2>&1; then
232 if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
233 cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
259 ${LIB}/$file > ${LIB}/${file}.sed
260 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
261 if cmp $file ${LIB}/$file >/dev/null 2>&1; then
401 file=dbm.h
[all …]
H A Dfixinc.ptx85 if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
86 cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
110 ${LIB}/$file >> ${LIB}/${file}.sed
112 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
143 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
153 cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
164 ${LIB}/$file > ${LIB}/${file}.sed
165 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
201 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
230 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
[all …]
H A Dfixinc.winnt98 rm -rf $LIB/$file
118 echo $file
121 cp $file $2/$file >NUL 2>&1 || echo "Can't copy $file"
132 ' $2/$file > $2/$file.sed
133 mv $2/$file.sed $2/$file
134 if cmp $file $2/$file >NUL 2>&1; then
135 rm $2/$file
137 echo Fixed $file
147 file=direct.h
172 file=rpcndr.h
[all …]
/openbsd/gnu/gcc/gcc/
H A Dprint-tree.c85 fprintf (file, " "); in print_node_brief()
108 fprintf (file, " %s", in print_node_brief()
143 fprintf (file, " Nan"); in print_node_brief()
152 fprintf (file, ">"); in print_node_brief()
162 fprintf (file, "\n"); in indent_to()
164 fprintf (file, " "); in indent_to()
431 fprintf (file, " file %s line %d", xloc.file, xloc.line); in print_node()
690 fprintf (file, " "); in print_node()
754 putc (ch, file); in print_node()
872 fprintf (file, "%s:%d", xloc.file, xloc.line); in print_node()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprint-tree.c61 FILE *file; in print_node_brief()
76 fprintf (file, " ");
112 fprintf (file, "-");
129 fprintf (file, " Inf");
131 fprintf (file, " Nan");
140 fprintf (file, ">");
144 indent_to (file, column) in indent_to() argument
145 FILE *file; in indent_to()
154 fprintf (file, " ");
162 FILE *file; in print_node()
[all …]
H A Dra-debug.c72 FILE *file; in ra_print_rtx_1op()
83 fputs (")", file);
88 fputs (")", file);
108 FILE *file; in ra_print_rtx_2op()
173 FILE *file; in ra_print_rtx_3op()
210 FILE *file; in ra_print_rtx_object()
346 FILE *file; in ra_print_rtx()
519 FILE *file; in ra_print_rtx_top()
580 FILE *file; in ra_print_rtl_with_bb()
914 FILE *file; in dump_static_insn_cost()
[all …]
/openbsd/sys/conf/
H A Dfiles686 file dev/cons.c
695 file dev/rnd.c
780 file kern/tty.c
830 file net/art.c
833 file net/if.c
834 file net/ifq.c
853 file net/rtable.c
854 file net/route.c
855 file net/rtsock.c
897 file netinet/in.c
[all …]
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dfile.c51 file->fabn = 0; in f_selectfork()
52 file->pos = 0; in f_selectfork()
140 if (v_extsearch(file, fabn, &file->ext, 0) <= 0) in f_doblock()
208 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_alloc()
265 v_extsearch(file, file->fabn, 0, &n) <= 0) || in f_alloc()
343 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_trunc()
387 v_freeblocks(file->vol, &file->ext[i]); in f_trunc()
396 v_extsearch(file, file->fabn, 0, &n) <= 0) in f_trunc()
417 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_trunc()
445 file->cat.u.fil.filClpSize = file->clump; in f_flush()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dptree.c31 FILE *file; in cxx_print_decl()
70 FILE *file; in cxx_print_type()
116 fputs (" ~X()", file);
118 fputs (" X()", file);
126 fputs (" X(X&)", file);
129 fputs (" new", file);
139 fputs (" op()", file);
141 fputs (" op[]", file);
143 fputs (" op->", file);
170 FILE *file; in cxx_print_identifier()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dui-file.c73 file->to_delete (file); in ui_file_delete()
125 file->to_fputs (b, file); in null_file_write()
150 file->to_write (file, buf, strlen (buf)); in null_file_fputs()
172 file->to_flush (file); in gdb_flush()
178 return file->to_isatty (file); in ui_file_isatty()
184 file->to_rewind (file); in ui_file_rewind()
192 file->to_put (file, write, dest); in ui_file_put()
200 file->to_write (file, buf, length_buf); in ui_file_write()
206 return file->to_read (file, buf, length_buf); in ui_file_read()
212 file->to_fputs (buf, file); in fputs_unfiltered()
[all …]
/openbsd/sys/dev/pci/drm/
H A Dfiles.drm3 #file dev/pci/drm/aperture.c drm
4 file dev/pci/drm/dma-resv.c drm
6 file dev/pci/drm/drm_aperture.c drm
7 file dev/pci/drm/drm_atomic.c drm
11 file dev/pci/drm/drm_auth.c drm
12 file dev/pci/drm/drm_blend.c drm
13 file dev/pci/drm/drm_bridge.c drm
14 file dev/pci/drm/drm_buddy.c drm
15 #file dev/pci/drm/drm_bufs.c drm
22 file dev/pci/drm/drm_crtc.c drm
[all …]
/openbsd/gnu/gcc/libcpp/
H A Dfiles.c213 if (fstat (file->fd, &file->st) == 0) in open_file()
319 path = file->dir->construct (file->name, file->dir); in find_file_in_dir()
339 file->path = file->name; in find_file_in_dir()
367 file->path = file->name; in search_path_exhausted()
422 file->dir = file->dir->next; in _cpp_find_file()
465 file = entry->u.file; in _cpp_find_file()
478 entry->u.file = file; in _cpp_find_file()
573 if (file->dont_read || file->err_no) in read_file()
620 pfile->cb.read_pch (pfile, file->pchname, file->fd, file->path); in should_stack_file()
726 buffer->file = file; in _cpp_stack_file()
[all …]
/openbsd/sys/arch/sh/conf/
H A Dfiles.sh4 file arch/sh/sh/cache.c
7 file arch/sh/sh/clock.c
13 file arch/sh/sh/interrupt.c
14 file arch/sh/sh/locore_c.c
16 file arch/sh/sh/mem.c
17 file arch/sh/sh/mmu.c
20 file arch/sh/sh/pmap.c
24 file arch/sh/sh/trap.c
25 file arch/sh/sh/vectors.S
29 file netinet/in4_cksum.c
[all …]
/openbsd/sys/arch/m88k/conf/
H A Dfiles.m88k8 file arch/m88k/m88k/fpu.c
16 file arch/m88k/m88k/mem.c
17 file arch/m88k/m88k/mutex.c
18 file arch/m88k/m88k/pmap.c
23 file arch/m88k/m88k/subr.S
24 file arch/m88k/m88k/trap.c
37 file lib/libkern/adddi3.c
38 file lib/libkern/anddi3.c
41 file lib/libkern/cmpdi2.c
42 file lib/libkern/divdi3.c
[all …]
/openbsd/sys/arch/arm/conf/
H A Dfiles.arm5 file arch/arm/arm/in_cksum_arm.S
15 file arch/arm/arm/fiq.c fiq
42 file arch/arm/arm/ast.c
58 file arch/arm/arm/cpu.c
61 file arch/arm/arm/fault.c
62 file arch/arm/arm/mem.c
65 file arch/arm/arm/stubs.c
85 file lib/libkern/adddi3.c
86 file lib/libkern/anddi3.c
89 file lib/libkern/cmpdi2.c
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dptree.c39 fprintf (file, " mutable "); in cxx_print_decl()
47 indent_to (file, indent + 3); in cxx_print_decl()
105 fputs (" X()", file); in cxx_print_type()
111 fputs (" X(constX&)", file); in cxx_print_type()
113 fputs (" X(X&)", file); in cxx_print_type()
116 fputs (" new", file); in cxx_print_type()
118 fputs (" new[]", file); in cxx_print_type()
120 fputs (" delete", file); in cxx_print_type()
132 fprintf (file, " no-binfo"); in cxx_print_type()
154 fprintf (file, " "); in cxx_print_identifier()
[all …]
/openbsd/regress/bin/ksh/
H A Dglob.t5 file-setup: file 644 "[x/foo"
34 file-setup: file 644 ".bc"
35 file-setup: file 644 "abc"
36 file-setup: file 644 "bbc"
37 file-setup: file 644 "cbc"
38 file-setup: file 644 "-bc"
57 file-setup: file 644 "abc"
67 file-setup: file 644 "a�c"
77 file-setup: file 644 ".bc"
88 file-setup: file 644 "abc"
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c118 expected_out(file); in call_execv()
119 create_source(file); in call_execv()
132 expected_out(file); in call_execve()
145 expected_out(file); in call_execvp()
158 expected_out(file); in call_execvP()
172 expected_out(file); in call_execvpe()
186 expected_out(file); in call_exect()
198 expected_out(file); in call_execl()
210 expected_out(file); in call_execlp()
223 expected_out(file); in call_execle()
[all …]
/openbsd/games/sail/
H A Ddr_3.c58 if (sp->file->captain[0] || sp->file->dir == 0) in moveall()
145 sq->file->row = sp->file->row - 1; in moveall()
148 sq->file->col = in moveall()
151 sq->file->col = sp->file->col; in moveall()
152 sq->file->dir = sp->file->dir; in moveall()
226 sp->file->dir = 1; in step()
230 sp->file->dir = 8; in step()
238 sp->file->row -= dr[sp->file->dir] * dist; in step()
239 sp->file->col -= dc[sp->file->dir] * dist; in step()
264 bp = isdefense ? from->file->DBP : from->file->OBP; in sendbp()
[all …]
/openbsd/sys/arch/powerpc/conf/
H A Dfiles.powerpc6 file arch/powerpc/powerpc/fpu.c
26 file lib/libkern/adddi3.c
27 file lib/libkern/anddi3.c
30 file lib/libkern/cmpdi2.c
31 file lib/libkern/divdi3.c
32 file lib/libkern/iordi3.c
35 file lib/libkern/moddi3.c
36 file lib/libkern/muldi3.c
37 file lib/libkern/negdi2.c
38 file lib/libkern/notdi2.c
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A Dbump-perl-version244 open my $fh, '<', $file;
246 my @stat = stat $file;
297 my $file;
305 $file = $1;
306 die "No such file in MANIFEST: '$file'\n" unless $mani_files{$file};
307 die "file already seen; '$file'\n" if exists $changes{$file};
333 open my $fh, '<', $file;
355 my $nfile = "$file-new";
363 my $nfile = "$file-new";
369 my @stat = stat $file;
[all …]
H A Dadd-package.pl208 { my $file = 'installperl';
219 push @ChangedFiles, $file;
226 { my $file = 'utils.lst';
245 my $file = "utils/${bin}.PL";
248 unless( -e "$Repo/$file" ) {
283 push @NewFiles, $file;
312 "' $Repo/$file"
333 "' $Repo/$file"
377 { open my $fh, '<', $file or die "Could not open $file: $!";
416 { chmod 0644, $file;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSource.pm256 my $file = {};
259 $meta->{file} = $file;
285 ( $file->{basename}, $file->{dir}, $file->{ext} )
288 $file->{lc_ext} = lc( $file->{ext} );
289 $file->{basename} .= $file->{ext} if $file->{ext};
291 if ( !$file->{is_dir} && $file->{read} ) {
326 my ( $class, $file ) = @_;
327 open my $fh, '<', $file or die "Can't read $file: $!\n";
337 my ( $class, $file ) = @_;
338 $shebang_for{$file} = $class->_read_shebang($file)
[all …]
/openbsd/regress/usr.bin/rcs/
H A DMakefile18 file file,v newfile newfile,v merge-noeol.out test test,v \
216 @touch file
334 @touch file
339 @mv -f RCS/file,abcd RCS/file,v
347 @touch file
429 @touch file
545 @rm -f file
553 @touch file
563 @touch file
566 -wfoo file
[all …]
/openbsd/sys/arch/alpha/conf/
H A Dfiles.alpha30 file arch/alpha/alpha/cpu.c cpu
116 file dev/ic/i82365.c pcic
247 file dev/ic/hme.c hme
274 file arch/alpha/alpha/clock.c
275 file arch/alpha/alpha/conf.c
283 file arch/alpha/alpha/locore.s
284 file arch/alpha/alpha/mem.c
285 file arch/alpha/alpha/pmap.c
287 file arch/alpha/alpha/prom.c
289 file arch/alpha/alpha/trap.c
[all …]

12345678910>>...173