Searched refs:msgbuf (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/include/sys/
H A Dmsg.h42 struct msgbuf { struct
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Duhitm.c1758 #ifdef LINT /* static char msgbuf[BUFSZ]; */
1759 char msgbuf[BUFSZ]; local
1761 static char msgbuf[BUFSZ];
1770 Sprintf(msgbuf, "unwisely tried to eat %s",
1772 killer = msgbuf;
1806 Sprintf(msgbuf, "You totally digest %s.",
1817 nomovemsg = msgbuf;
1818 } else pline("%s", msgbuf);
1820 Sprintf(msgbuf, "%s isn't sitting well with you.",
H A Deat.c47 char msgbuf[BUFSZ]; variable
1367 Sprintf(msgbuf, "eating %s", food_xname(otmp, TRUE));
1368 set_occupation(eatfood, msgbuf, 0);
H A Dtrap.c326 char msgbuf[BUFSZ]; local
380 Sprintf(msgbuf, "The hole in the %s above you closes up.",
383 (char *)0, !td ? msgbuf : (char *)0);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Duhitm.c1758 #ifdef LINT /* static char msgbuf[BUFSZ]; */
1759 char msgbuf[BUFSZ]; local
1761 static char msgbuf[BUFSZ];
1770 Sprintf(msgbuf, "unwisely tried to eat %s",
1772 killer = msgbuf;
1806 Sprintf(msgbuf, "You totally digest %s.",
1817 nomovemsg = msgbuf;
1818 } else pline("%s", msgbuf);
1820 Sprintf(msgbuf, "%s isn't sitting well with you.",
H A Deat.c47 char msgbuf[BUFSZ]; variable
1367 Sprintf(msgbuf, "eating %s", food_xname(otmp, TRUE));
1368 set_occupation(eatfood, msgbuf, 0);
H A Dtrap.c326 char msgbuf[BUFSZ]; local
380 Sprintf(msgbuf, "The hole in the %s above you closes up.",
383 (char *)0, !td ? msgbuf : (char *)0);

Completed in 122 milliseconds