Searched refs:msg (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/haiku-buildtools/gcc/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr55049-1.c5 extern void __morestack_fail (const char *msg);
9 static const char msg[] = "munmap of stack space failed: errno "; local
10 __morestack_fail (msg);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwrite_zero_array.f906 character(20) :: msg = "" variable in program:zeros
10 write(msg,*) 'itemp(6:0) = ',itemp(6:0),'a'
11 if (msg /= " itemp(6:0) = a") call abort()
14 write(msg,*) 'itemp(ics:0) = ',itemp(ics:0),'a'
15 if (msg /= " itemp(ics:0) = a") call abort()
H A Ddirect_io_7.f906 character(len=80) :: msg variable in program:test
11 msg = " "
12 backspace (95,iostat=ios,iomsg=msg)
14 msg /= "Cannot BACKSPACE a file opened for DIRECT access") call abort
17 msg = " "
18 endfile (95,iostat=ios,iomsg=msg)
20 msg /= "Cannot perform ENDFILE on a file opened for DIRECT access") &
24 msg = " "
25 rewind (95,iostat=ios,iomsg=msg)
27 msg /
[all...]
H A Dstreamio_13.f906 character(len=80) :: msg variable in program:main
11 msg = ' '
12 backspace (2003,iostat=ios,iomsg=msg)
13 if (ios == 0 .or. msg /="Cannot BACKSPACE an unformatted stream file") &
H A Dunf_short_record_1.f905 character(len=50) msg variable in program:main
11 read (10, err=20, iomsg=msg) a
14 if (msg .ne. "I/O past end of record on unformatted file") call abort
H A Dpr59700.f907 character(len=80) msg variable in program:foo
18 msg = 'ok'
19 read(fd, *, err=10, iomsg=msg) i1, i2, i3, i4
20 10 if (msg /= 'Bad integer for item 3 in list input') call abort
22 msg = 'ok'
23 read(fd, *, err=20, iomsg=msg) x1, x2, x3, x4
24 20 if (msg /= 'Bad real number in item 4 of list input') call abort
26 msg = 'ok'
27 read(fd, *, err=30, iomsg=msg) i1, x2, x1, a
28 30 if (msg /
[all...]
H A Dfmt_error_9.f6 character(len=132) :: msg, line variable
11 write (line,str,iostat=istat, iomsg=msg) 1.0d0, 1.234
12 if (istat.ne.5006 .or. msg(1:15).ne."Period required") call abort
16 write (line,str,iostat=istat, iomsg=msg) 1.0d0
18 read (*,str,iostat=istat, iomsg=msg) x
19 if (istat.ne.5006 .or. msg(1:15).ne."Positive width ") call abort
26 msg = " 1.000000000000000D+00 1.233999967575073D+00That's it!"
28 if (line.ne.msg) print *, msg
H A Dopen_errors.f908 character(60) :: msg variable
16 msg=""
17 open(77,file=n,status="new", iomsg=msg, iostat=i)
19 if (msg(1:33) /= "Cannot open file 'temptestfile': ") call abort()
23 open(77,file=n,status="old", iomsg=msg, iostat=i)
25 if (msg(1:33) /= "Cannot open file 'temptestfile': ") call abort()
27 open(77,file="./", iomsg=msg, iostat=i)
28 if (msg(1:23) /= "Cannot open file './': " &
29 .and. msg /= "Invalid argument") call abort()
35 open(77,file=n, iomsg=msg, iosta
[all...]
H A Dbind_c_usage_20.f908 SUBROUTINE foo(msg) BIND(C, name = "Foo")
11 CHARACTER (KIND=C_CHAR), INTENT (out) :: msg(*) local in subroutine:foo
H A Dfmt_error_10.f6 character(len=132) :: msg, line variable
11 write (line,str,iostat=istat, iomsg=msg) 1.0d0, 1.234
15 write (line,'(1pd24.15e6)',iostat=istat, iomsg=msg) 1.0d0, 1.234 ! { dg-warning "Period required" }
20 write (line,str,iostat=istat, iomsg=msg) 1.0d0
21 if (istat.ne.5006 .or. msg(1:15).ne."Positive width ") call abort
22 read (*,str,iostat=istat, iomsg=msg) x
23 if (istat.ne.5006 .or. msg(1:15).ne."Positive width ") call abort
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dpr25328.m7 char msg[100] = "";
8 if (__builtin_strcmp (msg, ""))
/haiku-buildtools/binutils/gas/testsuite/gas/mn10300/
H A Dpr997.s3 msg: .asciz "hello world.\n" label
4 msglen = .-msg-1
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWformat-1.C8 const char *const msg = "abc"; local
9 bar (1, msg);
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dreg-test52 msg() { function
65 msg 0 "error: ${1}"
79 msg 0 "source update failed for id ${TEST_ID}"
84 msg 0 "build failed for id ${TEST_ID}"
127 msg 2 "REG_IDLIST = ${REG_IDLIST}"
128 msg 2 "REG_UPDATE = ${REG_UPDATE}"
129 msg 2 "REG_BUILD = ${REG_BUILD}"
130 msg 2 "REG_TEST = ${REG_TEST}"
131 msg 2 "VERBOSITY = ${VERBOSITY}"
141 msg
[all...]
/haiku-buildtools/gcc/gcc/ada/
H A Dseh_init.c82 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg);
88 __gnat_map_SEH (EXCEPTION_RECORD* ExceptionRecord, const char **msg) argument
100 *msg = "EXCEPTION_ACCESS_VIOLATION";
106 *msg = "stack overflow or erroneous memory access";
111 *msg = "EXCEPTION_ARRAY_BOUNDS_EXCEEDED";
115 *msg = "EXCEPTION_DATATYPE_MISALIGNMENT";
119 *msg = "EXCEPTION_FLT_DENORMAL_OPERAND";
123 *msg = "EXCEPTION_FLT_DENORMAL_OPERAND";
127 *msg = "EXCEPTION_FLT_INVALID_OPERATION";
131 *msg
185 const char *msg; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr55238.c10 char *msg; member in struct:__anon1398
14 void gz_error (gz_state *state, int err, char *msg);
36 void gz_error (gz_state *state, int err, char *msg) argument
38 if (state->msg != 0)
41 foo (state->msg);
43 if (msg == 0)
45 bar (state->msg, msg);
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dpe-run2.exp86 set msg "linking client (.dll) fastcall/stdcall"
89 pass $msg
91 fail $msg
95 set msg "linking client (.sl) fastcall/stdcall"
98 pass $msg
100 fail $msg
106 set msg "linking client (symlink -> .dll) fastcall/stdcall"
109 pass $msg
111 fail $msg
117 set msg "linkin
[all...]
H A Dpe-run.exp84 set msg "linking client (.dll)"
87 pass $msg
89 fail $msg
93 set msg "linking client (.sl)"
96 pass $msg
98 fail $msg
104 set msg "linking client (symlink -> .dll)"
107 pass $msg
109 fail $msg
115 set msg "linkin
[all...]
/haiku-buildtools/gcc/libgomp/
H A Dlibgomp-plugin.c53 GOMP_PLUGIN_debug (int kind, const char *msg, ...) argument
57 va_start (ap, msg);
58 gomp_vdebug (kind, msg, ap);
63 GOMP_PLUGIN_error (const char *msg, ...) argument
67 va_start (ap, msg);
68 gomp_verror (msg, ap);
73 GOMP_PLUGIN_fatal (const char *msg, ...) argument
77 va_start (ap, msg);
78 gomp_vfatal (msg, ap);
/haiku-buildtools/gcc/contrib/reghunt/date_based/
H A Dreg_periodic52 msg() { function
65 msg 0 "error: ${1}"
86 msg 0 "source update failed for ${TEST_DATE}"
91 msg 0 "build failed for ${TEST_DATE}"
134 msg 2 "LOW_DATE = ${LOW_DATE}"
135 msg 2 "HIGH_DATE = ${HIGH_DATE}"
136 msg 2 "INTERVAL = ${INTERVAL}"
137 msg 2 "REG_UPDATE = ${REG_UPDATE}"
138 msg 2 "REG_BUILD = ${REG_BUILD}"
139 msg
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dinline-1.c6 build_message_string (const char *msg, ...) argument
10 __builtin_va_start (ap, msg);

Completed in 290 milliseconds

1234567891011>>