Searched refs:line_buffer (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dftp.c124 AVBPrint line_buffer; local
127 av_bprint_init(&line_buffer, 0, AV_BPRINT_SIZE_AUTOMATIC);
132 av_bprint_finalize(&line_buffer, NULL);
166 av_bprintf(&line_buffer, "%s\r\n", buf);
177 av_bprint_finalize(&line_buffer, line);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c236 char line_buffer[80]; member in struct:globals
250 #define line_buffer (G.line_buffer) macro
292 sz = read_line_input(prompt, line_buffer, sizeof(line_buffer), NULL);
296 if (line_buffer[sz-1] == '\n')
297 line_buffer[--sz] = '\0';
299 line_ptr = line_buffer;
400 line_ptr = line_buffer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp1676 static wxChar *line_buffer; local
1685 if (line_buffer)
1686 delete line_buffer;
1688 line_buffer = new wxChar[MAX_LINE_BUFFER_SIZE];
1695 read_a_line(line_buffer);
1696 ParseMacroBody(_T("toplevel"), TopLevel, 1, line_buffer, 0, NULL, true);

Completed in 90 milliseconds