Home
last modified time | relevance | path

Searched refs:mtext (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/tests/kernel/
H A Dt_sysv.c75 char mtext[MESSAGE_TEXT_LEN]; member
255 strcpy(m.mtext, m1_str); in ATF_TC_BODY()
269 strcpy(m.mtext, m2_str); in ATF_TC_BODY()
358 printf("%s\n", m.mtext); in receiver()
359 if (strcmp(m.mtext, m1_str) != 0) in receiver()
376 printf("%s\n", m.mtext); in receiver()
377 if (strcmp(m.mtext, m2_str) != 0) in receiver()
/netbsd-src/games/adventure/
H A Dio.c332 mtext[oldloc].seekadr = seekhere; in rdesc()
333 mtext[oldloc].txtlen = maystart - seekstart; in rdesc()
533 speak(&mtext[msg]); in mspeak()
H A Dhdr.h94 extern struct text mtext[MAGSIZE]; /* magic messages */
H A Dinit.c77 struct text mtext[MAGSIZE]; /* magic messages */ variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.opt37 mtext-section-literals
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.opt37 mtext-section-literals
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dmsg.d200 char[1] mtext = 0;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi1388 -mtext-section-literals -mno-text-section-literals @gol
30530 @item -mtext-section-literals
30532 @opindex mtext-section-literals
30539 improve code size. With @option{-mtext-section-literals}, the literals
30550 section in the output file unless @option{-mtext-section-literals} is
30558 @option{-mtext-section-literals}.
H A Dgcc.info1713 -mtext-section-literals -mno-text-section-literals
27709 '-mtext-section-literals'
27717 '-mtext-section-literals', the literals are interspersed in the
27726 section in the output file unless '-mtext-section-literals' is
27734 '-mtext-section-literals'.
63342 * mtext-section-literals: Xtensa Options. (line 47)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi1468 -mtext-section-literals -mno-text-section-literals @gol
33407 @item -mtext-section-literals
33409 @opindex mtext-section-literals
33416 improve code size. With @option{-mtext-section-literals}, the literals
33427 section in the output file unless @option{-mtext-section-literals} is
33435 @option{-mtext-section-literals}.
H A Dgcc.info1791 -mtext-section-literals -mno-text-section-literals
30307 '-mtext-section-literals'
30315 '-mtext-section-literals', the literals are interspersed in the
30324 section in the output file unless '-mtext-section-literals' is
30332 '-mtext-section-literals'.
66493 * mtext-section-literals: Xtensa Options. (line 47)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200517363 * config/arc/arc.opt (mcpu=, mtext=, mdata=, mrodata=): Add Var()s