MCPcopy Create free account
hub / github.com/coreboot/coreboot / waddstr

Function waddstr

payloads/libpayload/curses/PDCurses/pdcurses/addstr.c:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int waddstr(WINDOW *win, const char *str)
108{
109 PDC_LOG(("waddstr() - called: string=\"%s\"\n", str));
110
111 return waddnstr(win, str, -1);
112}
113
114int mvaddstr(int y, int x, const char *str)
115{

Callers 15

vwprintwFunction · 0.85
bigfaceFunction · 0.85
bodymsgFunction · 0.85
inputTestFunction · 0.85
outputTestFunction · 0.85
vwprintwFunction · 0.85
wgetnstrFunction · 0.85
wgetn_wstrFunction · 0.85
_nc_Post_ItemFunction · 0.85
print_itemFunction · 0.85
print_arrowsFunction · 0.85
dialog_clearFunction · 0.85

Calls 1

waddnstrFunction · 0.70

Tested by 2

inputTestFunction · 0.68
outputTestFunction · 0.68