Searched refs:buf (Results 301 - 325 of 349) sorted by relevance

<<11121314

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c481 char buf[BUFSZ]; local
484 Strcpy(buf, s_suffix(mon_nam(u.ustuck)));
485 You("drop %s into %s %s.", doname(obj), buf,
1302 char buf[BUFSZ]; local
1310 Sprintf(buf, mesg, !Blind ? "looks" : "seems");
1311 mesg = buf;
1623 static NEARDATA char buf[39]; local
1625 Sprintf(buf, "wiping off your %s", body_part(FACE));
1626 set_occupation(wipeoff, buf, 0);
H A Ddo_wear.c1764 char buf[BUFSZ]; local
1767 *buf = '\0'; /* lint suppresion */
1777 Sprintf(buf, "free a weapon %s", body_part(HAND));
1780 Sprintf(buf, "take off your %s", c_gloves);
1784 You("cannot %s to remove the ring.", buf);
1822 Sprintf(buf, "remove your %s", cloak_simple_name(uarmc));
1826 Sprintf(buf, "remove your %s", c_suit);
1830 Sprintf(buf, "release your %s",
1836 You("cannot %s to take off %s.", buf, the(xname(otmp)));
H A Dsteed.c196 char buf[BUFSZ]; local
322 Sprintf(buf, "slipped while mounting %s",
327 losehp(rn1(5,10), buf, NO_KILLER_PREFIX);
H A Dwield.c696 char buf[BUFSZ]; local
698 Sprintf(buf, "Your %s %s.", makeplural(body_part(HAND)),
700 strange_feeling(otmp, buf);
H A Dpolyself.c224 char buf[BUFSZ]; local
248 buf);
249 mntmp = name_to_mon(buf);
486 char buf[BUFSZ]; local
490 Sprintf(buf, "riding %s", an(u.usteed->data->mname));
491 instapetrify(buf);
H A Dmkroom.c487 static coord buf; local
490 buf.x = troom->lx + ((troom->hx - troom->lx) / 2);
491 buf.y = troom->ly + ((troom->hy - troom->ly) / 2);
492 return(&buf);
H A Dhack.c1103 char buf[BUFSZ]; local
1104 Sprintf(buf,"a vacant spot on the %s", surface(x,y));
1108 is_pool(x,y) ? "empty water" : buf);
1436 char buf[BUFSZ]; local
1441 if (u.usteed) Sprintf(buf, "beneath %s", y_monnam(u.usteed));
1444 if (Levitation || Flying) Strcpy(buf, "beneath you");
1445 else Sprintf(buf, "under your %s", makeplural(body_part(FOOT)));
1447 You_feel("a strange vibration %s.", buf);
1587 static char buf[5]; local
1588 char rno, *ptr = &buf[
[all...]
H A Dmon.c756 char buf[BUFSZ]; local
758 buf[0] = '\0';
818 Sprintf(buf, "%s engulfs %s.", Monnam(mtmp),
821 Sprintf(buf, "%s engulfs several objects.", Monnam(mtmp));
829 if (cansee(mtmp->mx, mtmp->my) && flags.verbose && buf[0])
830 pline("%s", buf);
2361 char pprompt[BUFSZ], buf[BUFSZ]; local
2367 getlin(pprompt,buf);
2368 mndx = name_to_mon(buf);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c481 char buf[BUFSZ]; local
484 Strcpy(buf, s_suffix(mon_nam(u.ustuck)));
485 You("drop %s into %s %s.", doname(obj), buf,
1302 char buf[BUFSZ]; local
1310 Sprintf(buf, mesg, !Blind ? "looks" : "seems");
1311 mesg = buf;
1623 static NEARDATA char buf[39]; local
1625 Sprintf(buf, "wiping off your %s", body_part(FACE));
1626 set_occupation(wipeoff, buf, 0);
H A Ddo_wear.c1764 char buf[BUFSZ]; local
1767 *buf = '\0'; /* lint suppresion */
1777 Sprintf(buf, "free a weapon %s", body_part(HAND));
1780 Sprintf(buf, "take off your %s", c_gloves);
1784 You("cannot %s to remove the ring.", buf);
1822 Sprintf(buf, "remove your %s", cloak_simple_name(uarmc));
1826 Sprintf(buf, "remove your %s", c_suit);
1830 Sprintf(buf, "release your %s",
1836 You("cannot %s to take off %s.", buf, the(xname(otmp)));
H A Dsteed.c196 char buf[BUFSZ]; local
322 Sprintf(buf, "slipped while mounting %s",
327 losehp(rn1(5,10), buf, NO_KILLER_PREFIX);
H A Dwield.c696 char buf[BUFSZ]; local
698 Sprintf(buf, "Your %s %s.", makeplural(body_part(HAND)),
700 strange_feeling(otmp, buf);
H A Dpolyself.c224 char buf[BUFSZ]; local
248 buf);
249 mntmp = name_to_mon(buf);
486 char buf[BUFSZ]; local
490 Sprintf(buf, "riding %s", an(u.usteed->data->mname));
491 instapetrify(buf);
H A Dmkroom.c487 static coord buf; local
490 buf.x = troom->lx + ((troom->hx - troom->lx) / 2);
491 buf.y = troom->ly + ((troom->hy - troom->ly) / 2);
492 return(&buf);
H A Dhack.c1103 char buf[BUFSZ]; local
1104 Sprintf(buf,"a vacant spot on the %s", surface(x,y));
1108 is_pool(x,y) ? "empty water" : buf);
1436 char buf[BUFSZ]; local
1441 if (u.usteed) Sprintf(buf, "beneath %s", y_monnam(u.usteed));
1444 if (Levitation || Flying) Strcpy(buf, "beneath you");
1445 else Sprintf(buf, "under your %s", makeplural(body_part(FOOT)));
1447 You_feel("a strange vibration %s.", buf);
1587 static char buf[5]; local
1588 char rno, *ptr = &buf[
[all...]
H A Dmon.c756 char buf[BUFSZ]; local
758 buf[0] = '\0';
818 Sprintf(buf, "%s engulfs %s.", Monnam(mtmp),
821 Sprintf(buf, "%s engulfs several objects.", Monnam(mtmp));
829 if (cansee(mtmp->mx, mtmp->my) && flags.verbose && buf[0])
830 pline("%s", buf);
2361 char pprompt[BUFSZ], buf[BUFSZ]; local
2367 getlin(pprompt,buf);
2368 mndx = name_to_mon(buf);
/seL4-refos-master/libs/libplatsupport/src/plat/tk1/
H A Di2c.c1085 tk1_i2c_mmode_read(i2c_slave_t* slave, void* buf, size_t size, argument
1121 s->master.buff = buf;
1144 tk1_i2c_mmode_write(i2c_slave_t *slave, const void* buf, size_t size, argument
1187 s->master.buff = (uint8_t *)buf;
1202 ret = tk1_i2c_fill_tx_fifo(slave->bus, I2C_MODE_MASTER, buf, size);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Di2c.c1085 tk1_i2c_mmode_read(i2c_slave_t* slave, void* buf, size_t size, argument
1121 s->master.buff = buf;
1144 tk1_i2c_mmode_write(i2c_slave_t *slave, const void* buf, size_t size, argument
1187 s->master.buff = (uint8_t *)buf;
1202 ret = tk1_i2c_fill_tx_fifo(slave->bus, I2C_MODE_MASTER, buf, size);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_lex.c802 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
806 #define YY_INPUT(buf,result,max_size) \
812 buf[n] = (char) c; \
814 buf[n++] = (char) c; \
819 else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
/seL4-refos-master/projects/refos/impl/apps/selfloader/src/
H A Dselfloader.c321 @param buf The buffer to be pushed onto the stack.
325 static uintptr_t stack_write(uintptr_t stack_top, void *buf, size_t n) argument
328 memcpy((void*)new_stack_top, buf, n);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_lex.c802 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
806 #define YY_INPUT(buf,result,max_size) \
812 buf[n] = (char) c; \
814 buf[n++] = (char) c; \
819 else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
/seL4-refos-master/apps/selfloader/src/
H A Dselfloader.c321 @param buf The buffer to be pushed onto the stack.
325 static uintptr_t stack_write(uintptr_t stack_top, void *buf, size_t n) argument
328 memcpy((void*)new_stack_top, buf, n);
/seL4-refos-master/libs/libmuslc/src/time/
H A D__tz.c120 char buf[NAME_MAX+25], *pathname=buf+24; local
/seL4-refos-master/libs/libutils/include/utils/
H A Dzf_log.h177 char *buf; /* Buffer start */ member in struct:zf_log_output_ctx
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dzf_log.h177 char *buf; /* Buffer start */ member in struct:zf_log_output_ctx

Completed in 119 milliseconds

<<11121314