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

/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c664 char *height_start, *width_start; local
685 height_start = strchr(maxres, 'x');
686 if (height_start == NULL) {
691 *height_start++ = 0;
694 *height = (int)strtol(height_start, NULL, 0);
/freebsd-13-stable/stand/i386/libi386/
H A Dvbe.c118 char *height_start, *width_start; local
139 height_start = strchr(maxres, 'x');
140 if (height_start == NULL) {
145 *height_start++ = 0;
148 *height = (int)strtol(height_start, NULL, 0);

Completed in 105 milliseconds