Lines Matching refs:linebuf
53 char linebuf[MAX_LINE_LEN];
74 numread = read(fd, linebuf, MAX_LINE_LEN - 1);
79 linebuf[numread] = '\0';
82 value = strtoull(linebuf, &endp, 0);
209 char linebuf[MAX_LINE_LEN];
217 linebuf, sizeof(linebuf));
221 value = strtoull(linebuf, &endp, 0);
223 if (endp == linebuf || errno == ERANGE)
247 char linebuf[MAX_LINE_LEN];
256 linebuf, sizeof(linebuf));
260 result = strdup(linebuf);
414 char linebuf[MAX_LINE_LEN];
422 linebuf, sizeof(linebuf));
426 result = strdup(linebuf);