Searched refs:putstr (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c213 putstr (struct grub_term_output *term, const char *str)
244 putstr (term, grub_terminfo_tparm (data->gotoxy, y, x));
262 putstr (term, grub_terminfo_tparm (data->cls));
305 putstr (term, grub_terminfo_tparm (data->setcolor, colormap[fg & 7],
314 putstr (term, grub_terminfo_tparm (data->reverse_video_off));
317 putstr (term, grub_terminfo_tparm (data->reverse_video_on));
331 putstr (term, grub_terminfo_tparm (data->cursor_on));
333 putstr (term, grub_terminfo_tparm (data->cursor_off));
212 putstr (struct grub_term_output *term, const char *str) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c113 putstr(const char *str) function
156 #define putf(FMT,X) (snprintf(tmpbuf,sizeof(tmpbuf),FMT,X),putstr(tmpbuf))
180 putstr(tmpbuf);
182 putstr(p);
197 putstr(p);
213 putstr("r");
215 putstr("w");
217 putstr("x");
220 putstr(" ");
225 putstr(
[all...]

Completed in 17 milliseconds