Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
int 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
114
int mvaddstr(int y, int x, const char *str)
115
{
Callers
15
vwprintw
Function · 0.85
bigface
Function · 0.85
bodymsg
Function · 0.85
inputTest
Function · 0.85
outputTest
Function · 0.85
vwprintw
Function · 0.85
wgetnstr
Function · 0.85
wgetn_wstr
Function · 0.85
_nc_Post_Item
Function · 0.85
print_item
Function · 0.85
print_arrows
Function · 0.85
dialog_clear
Function · 0.85
Calls
1
waddnstr
Function · 0.70
Tested by
2
inputTest
Function · 0.68
outputTest
Function · 0.68