Home
last modified time | relevance | path

Searched refs:MAXREADLINESZ (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dqemu-io.c380 #define MAXREADLINESZ 1024 macro
383 char *p, *line = g_malloc(MAXREADLINESZ); in fetchline_fgets()
385 if (!fgets(line, MAXREADLINESZ, stdin)) { in fetchline_fgets()