Searched defs:line_in (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c85 static BOOLEAN line_edit(CHAR16 *line_in, CHAR16 **line_out, UINTN x_max, UINTN y_pos) { argument
96 if (!line_in)
97 line_in = L"";
98 size = StrLen(line_in) + 1024;
100 StrCpy(line, line_in);
267 if (StrCmp(line, line_in) != 0) {

Completed in 760 milliseconds