Searched refs:status (Results 1 - 25 of 1052) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_huge.f904 open (10, status="scratch")
H A Dlist_read_9.f905 & status="replace")
8 close(10, status="keep")
9 open(unit=10,file="atest",form='formatted',status="old")
12 close(10, status="delete")
H A Dinquire_15.f9025 close(99, status="delete")
27 10 close(99, status="delete")
H A Dpr20163-2.f2 open(10,status="foo",err=100) ! { dg-warning "STATUS specifier in OPEN statement .* has invalid value" }
5 open(10,status="scratch")
H A Dopen_status_1.f902 ! Test reopening with io status='old'
4 open (1, file='foo', status='replace') ! Make sure file exists.
5 open (1, file='foo', status='old')
6 open (1, file='foo', status='old')
7 close (1, status='delete')
H A Dread_empty_file.f3 open(8,status='scratch',form='formatted') ! Create empty file
H A Dread_eof_6.f3 open(8,status='scratch',form='formatted') ! Create empty file
H A Dopen_status_3.f905 OPEN(8, FORM = 'unformatted', status = 'scratch')
8 open(8, status = 'old')
9 close(8, status="delete")
H A Dshape_3.f907 open(10,status="scratch")
9 close(10,status="delete")
H A Dopen_new_segv.f903 ! PR 64770 SIGSEGV when trying to open an existing file with status="new"
7 open(99, file="pr64770test.dat", status="replace")
10 status="new")
H A Dopen_status_2.f903 ! Test reopening file without status specifier or with
4 ! status='unknown'. The standard says that these two must behave
7 open(10, file="f", form='unformatted', status='unknown')
8 open(10, file="f", form='unformatted', status='unknown')
10 close(10, status='delete')
H A Dbackspace_3.f7 open(unit=11,status='scratch',form='unformatted')
H A Dbackspace_4.f7 open(unit=11,status='scratch',form='unformatted')
H A Dendfile.f7 open(unit=11,status='scratch',form='unformatted')
H A Derror_format.f907 open(99, status="scratch")
H A Dread_eof_2.f907 open(unit=11,status='scratch', form='unformatted')
H A Dread_eof_3.f907 open(unit=11,status='scratch', form='unformatted')
H A Dendfile_3.f905 action='write', position='rewind', status="scratch")
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr36978.c4 unsigned short status; variable
7 if (status == 2 || status == 7)
9 while (status != 2 && (status != 7 || !flag))
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dpr25328.m6 int status = 0;
9 status = 200;
10 return status;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D20040112-1.c7 char status; local
12 status = *(volatile char *) sp;
13 if (status & 0x80)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030120-2.c5 int foo(int status) argument
8 if (status == 1) s=1;
9 if (status == 3) s=3;
10 if (status == 4) s=4;
H A D950607-1.c3 struct { long status; } h; member in struct:__anon1746
5 h.status = 0;
6 if (((h.status & 128) == 1) && ((h.status & 32) == 0))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dva-arg-pack-2.c4 extern void noreturn (int status, ...);
7 error (int status, ...) argument
9 if (__builtin_constant_p (status))
10 noreturn (status, __builtin_va_arg_pack ());
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dread_eof.f902 open(unit=8,status='scratch')

Completed in 186 milliseconds

1234567891011>>