Searched refs:pbuf (Results 1 - 15 of 15) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c503 char pbuf[BUFSZ];
521 Sprintf(pbuf, "%s%s (worth %ld %s and %ld points)",
526 putstr(endwin, 0, pbuf);
540 char kilbuf[BUFSZ], pbuf[BUFSZ];
562 * pbuf: holds Sprintf'd output for raw_print and putstr
664 Sprintf(pbuf, "%s, %s%s", plname,
668 make_grave(u.ux, u.uy, pbuf);
774 Sprintf(pbuf, "%s %s the %s...", Goodbye(), plname,
779 putstr(endwin, 0, pbuf);
808 if (!done_stopprint) Strcpy(pbuf, "Yo
[all...]
H A Dtopten.c355 char pbuf[BUFSZ]; local
357 Sprintf(pbuf,
360 topten_print(pbuf);
419 char pbuf[BUFSZ]; local
420 Sprintf(pbuf,
423 topten_print(pbuf);
459 char pbuf[BUFSZ]; local
460 Sprintf(pbuf,
463 topten_print(pbuf);
755 char pbuf[BUFS local
[all...]
H A Dpline.c50 char pbuf[BUFSZ];
55 Vsprintf(pbuf,line,VA_ARGS);
56 line = pbuf;
239 char pbuf[BUFSZ];
240 Vsprintf(pbuf,line,VA_ARGS);
241 raw_print(pbuf);
255 char pbuf[BUFSZ];
256 Vsprintf(pbuf,s,VA_ARGS);
257 paniclog("impossible", pbuf);
H A Ddo_name.c695 char pbuf[BUFSZ]; local
697 Strcpy(pbuf, name);
698 pbuf[bp - name + 5] = '\0'; /* adjectives right after " the " */
700 Strcat(pbuf, buf);
701 Strcat(pbuf, bp + 5); /* append the rest of the name */
702 Strcpy(buf, pbuf);
710 char pbuf[BUFSZ]; local
711 Strcpy(pbuf, rank_of((int)mtmp->m_lev,
714 Strcat(buf, lcase(pbuf));
H A Dpickup.c2082 char qbuf[BUFSZ], emptymsg[BUFSZ], pbuf[QBUFSZ]; local
2175 Strcpy(pbuf, ":ynq");
2176 if (cnt) Strcat(pbuf, "m");
2177 switch (yn_function(qbuf, pbuf, 'n')) {
2226 Strcpy(pbuf, ynqchars);
2228 Strcat(pbuf, "m");
2229 switch (yn_function(qbuf, pbuf, 'n')) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c503 char pbuf[BUFSZ];
521 Sprintf(pbuf, "%s%s (worth %ld %s and %ld points)",
526 putstr(endwin, 0, pbuf);
540 char kilbuf[BUFSZ], pbuf[BUFSZ];
562 * pbuf: holds Sprintf'd output for raw_print and putstr
664 Sprintf(pbuf, "%s, %s%s", plname,
668 make_grave(u.ux, u.uy, pbuf);
774 Sprintf(pbuf, "%s %s the %s...", Goodbye(), plname,
779 putstr(endwin, 0, pbuf);
808 if (!done_stopprint) Strcpy(pbuf, "Yo
[all...]
H A Dtopten.c355 char pbuf[BUFSZ]; local
357 Sprintf(pbuf,
360 topten_print(pbuf);
419 char pbuf[BUFSZ]; local
420 Sprintf(pbuf,
423 topten_print(pbuf);
459 char pbuf[BUFSZ]; local
460 Sprintf(pbuf,
463 topten_print(pbuf);
755 char pbuf[BUFS local
[all...]
H A Dpline.c50 char pbuf[BUFSZ];
55 Vsprintf(pbuf,line,VA_ARGS);
56 line = pbuf;
239 char pbuf[BUFSZ];
240 Vsprintf(pbuf,line,VA_ARGS);
241 raw_print(pbuf);
255 char pbuf[BUFSZ];
256 Vsprintf(pbuf,s,VA_ARGS);
257 paniclog("impossible", pbuf);
H A Ddo_name.c695 char pbuf[BUFSZ]; local
697 Strcpy(pbuf, name);
698 pbuf[bp - name + 5] = '\0'; /* adjectives right after " the " */
700 Strcat(pbuf, buf);
701 Strcat(pbuf, bp + 5); /* append the rest of the name */
702 Strcpy(buf, pbuf);
710 char pbuf[BUFSZ]; local
711 Strcpy(pbuf, rank_of((int)mtmp->m_lev,
714 Strcat(buf, lcase(pbuf));
H A Dpickup.c2082 char qbuf[BUFSZ], emptymsg[BUFSZ], pbuf[QBUFSZ]; local
2175 Strcpy(pbuf, ":ynq");
2176 if (cnt) Strcat(pbuf, "m");
2177 switch (yn_function(qbuf, pbuf, 'n')) {
2226 Strcpy(pbuf, ynqchars);
2228 Strcat(pbuf, "m");
2229 switch (yn_function(qbuf, pbuf, 'n')) {
/seL4-refos-master/projects/util_libs/libethdrivers/src/
H A Dlwip.c101 struct pbuf *p;
127 /* fill the pbuf chain */
128 struct pbuf *q = p;
187 static err_t ethif_link_output(struct netif *netif, struct pbuf *p)
191 struct pbuf *q;
246 struct pbuf *p = pbuf_alloc(PBUF_RAW, buf_size, PBUF_RAM);
275 struct pbuf *p = (struct pbuf *)cookie;
293 struct pbuf *p = NULL;
299 * of traversing pbuf chain
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/include/ethdrivers/
H A Draw.h165 void *pbuf; member in struct:dma_buf_cookie
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c323 char pbuf[QBUFSZ], plbuf[QBUFSZ]; local
336 char *prompt = build_plselection_prompt(pbuf, QBUFSZ, flags.initrole,
424 Sprintf(pbuf, "Pick a role for your %s", plbuf);
425 end_menu(win, pbuf);
495 Sprintf(pbuf, "Pick the race of your %s", plbuf);
496 end_menu(win, pbuf);
567 Sprintf(pbuf, "Pick the gender of your %s", plbuf);
568 end_menu(win, pbuf);
638 Sprintf(pbuf, "Pick the alignment of your %s", plbuf);
639 end_menu(win, pbuf);
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c323 char pbuf[QBUFSZ], plbuf[QBUFSZ]; local
336 char *prompt = build_plselection_prompt(pbuf, QBUFSZ, flags.initrole,
424 Sprintf(pbuf, "Pick a role for your %s", plbuf);
425 end_menu(win, pbuf);
495 Sprintf(pbuf, "Pick the race of your %s", plbuf);
496 end_menu(win, pbuf);
567 Sprintf(pbuf, "Pick the gender of your %s", plbuf);
568 end_menu(win, pbuf);
638 Sprintf(pbuf, "Pick the alignment of your %s", plbuf);
639 end_menu(win, pbuf);
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c51 #include <lwip/pbuf.h>

Completed in 205 milliseconds