Searched defs:lines (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | hexdecoct.c | 562 int line, lines; local 568 lines = (len + width - 1) / width; 571 t = realloc(*prefix, plen + 1 + slen + (indent + width + 1) * lines); 577 for (line = 0, s = t + plen + slen, avail = len; line < lines; line++) { 587 *(s++) = line < lines - 1 ? '\n' : '\0';
|
H A D | terminal-util.c | 778 unsigned lines(void) { function
|
/systemd/src/boot/efi/ |
H A D | boot.c | 476 CHAR16 **lines; local 544 /* menu entries title lines */ 545 lines = AllocatePool(sizeof(CHAR16 *) * config->entry_count); 549 lines[i] = AllocatePool(((x_max+1) * sizeof(CHAR16))); 551 lines[i][j] = ' '; 554 lines[i][j] = config->entries[i]->title_show[k]; 557 lines[i][j] = ' '; 558 lines[i][x_max] = '\0'; 581 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, lines[i]); 591 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, lines[idx_highlight_pre [all...] |
Completed in 2376 milliseconds