Home
last modified time | relevance | path

Searched refs:LINE_BUF_SIZE (Results 1 – 25 of 48) sorted by relevance

12

/dports/sysutils/nvramtool/nvramtool-r6440/accessors/
H A Dlayout-text.c183 static const int LINE_BUF_SIZE = 256; variable
340 char line[LINE_BUF_SIZE]; in skip_past_start()
343 if (get_layout_file_line(f, line, LINE_BUF_SIZE)) { in skip_past_start()
375 char line[LINE_BUF_SIZE]; in process_entry()
383 if (get_layout_file_line(f, line, LINE_BUF_SIZE)) { in process_entry()
435 char line[LINE_BUF_SIZE]; in process_enum()
443 if (get_layout_file_line(f, line, LINE_BUF_SIZE)) { in process_enum()
491 char line[LINE_BUF_SIZE]; in process_checksum_info()
495 if (get_layout_file_line(f, line, LINE_BUF_SIZE)) { in process_checksum_info()
531 char line[LINE_BUF_SIZE]; in skip_remaining_lines()
[all …]
/dports/devel/mspdebug/mspdebug-493f38b/ui/
H A Dinput_console.c27 #define LINE_BUF_SIZE 128 macro
31 char *buf = malloc(LINE_BUF_SIZE); in readline()
43 if (fgets(buf, LINE_BUF_SIZE, stdin)) { in readline()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dmimetype.c43 #define LINE_BUF_SIZE 2000 macro
270 char buffer[LINE_BUF_SIZE]; in mt_srch_by_ext()
275 while(fgets(buffer,LINE_BUF_SIZE,file) != NULL){ in mt_srch_by_ext()
332 char buffer[LINE_BUF_SIZE]; in mt_srch_by_type()
337 while(fgets(buffer,LINE_BUF_SIZE,file) != NULL){ in mt_srch_by_type()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dmimetype.c43 #define LINE_BUF_SIZE 2000 macro
270 char buffer[LINE_BUF_SIZE]; in mt_srch_by_ext()
275 while(fgets(buffer,LINE_BUF_SIZE,file) != NULL){ in mt_srch_by_ext()
332 char buffer[LINE_BUF_SIZE]; in mt_srch_by_type()
337 while(fgets(buffer,LINE_BUF_SIZE,file) != NULL){ in mt_srch_by_type()
/dports/sysutils/nvramtool/nvramtool-r6440/
H A Dinput_file.c79 static const int LINE_BUF_SIZE = 256; in process_input_file() local
81 char line[LINE_BUF_SIZE]; in process_input_file()
95 …for (line_num = 1; get_input_file_line(f, line, LINE_BUF_SIZE) == OK; line_num++) { /* skip commen… in process_input_file()
/dports/www/htdigest/httpd-2.4.6/support/
H A Dlogresolve.c73 #define LINE_BUF_SIZE 128*1024 macro
194 || (line = apr_palloc(pool, LINE_BUF_SIZE)) == NULL) { in main()
207 while (apr_file_gets(line, LINE_BUF_SIZE, infile) == APR_SUCCESS) { in main()
/dports/www/apache24/httpd-2.4.53/support/
H A Dlogresolve.c73 #define LINE_BUF_SIZE 128*1024 macro
194 || (line = apr_palloc(pool, LINE_BUF_SIZE)) == NULL) { in main()
207 while (apr_file_gets(line, LINE_BUF_SIZE, infile) == APR_SUCCESS) { in main()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dtop.c189 enum { LINE_BUF_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line_buf) }; enumerator
210 BUILD_BUG_ON(LINE_BUF_SIZE <= 80); \
277 if (!fgets(line_buf, LINE_BUF_SIZE, fp) || line_buf[0] != 'c' /* not "cpu" */) in read_cpu_jiffy()
794 snprintf(line_buf, LINE_BUF_SIZE,
802 snprintf(line_buf, LINE_BUF_SIZE,
811 snprintf(line_buf, LINE_BUF_SIZE,
1164 col = LINE_BUF_SIZE - 2; /* +2 bytes for '\n', NUL */
1176 if (col > LINE_BUF_SIZE - 2)
1177 col = LINE_BUF_SIZE - 2;
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
216 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
436 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
445 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
216 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
436 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
445 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
213 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
420 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
429 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
213 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
420 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
429 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
216 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
436 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
445 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
216 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
436 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
445 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/io/
H A Dprlog.c132 #define LINE_BUF_SIZE 512 macro
216 if (level >= LINE_BUF_SIZE) { in _PR_InitLog()
436 if (buffer_size >= LINE_BUF_SIZE) { in PR_SetLogBuffering()
445 char line[LINE_BUF_SIZE]; in PR_LogPrint()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dsubfont.c111 #define LINE_BUF_SIZE 4096 macro
112 static char line_buf[LINE_BUF_SIZE];
258 while ((p = readline(line_buf, LINE_BUF_SIZE, fp)) != NULL) { in scan_sfd_file()
402 while ((p = readline(line_buf, LINE_BUF_SIZE, fp))) { in sfd_load_record()
/dports/sysutils/pciutils/pciutils-3.7.0/
H A Dls-tree.c158 #define LINE_BUF_SIZE 1024 macro
164 char *end = line + LINE_BUF_SIZE - 2; in tree_printf()
262 char line[LINE_BUF_SIZE]; in show_forest()
/dports/devel/libpci/pciutils-3.7.0/
H A Dls-tree.c158 #define LINE_BUF_SIZE 1024 macro
164 char *end = line + LINE_BUF_SIZE - 2; in tree_printf()
262 char line[LINE_BUF_SIZE]; in show_forest()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c16 #define LINE_BUF_SIZE MAX_COMMAND_LINE macro
140 char buf[LINE_BUF_SIZE]; in show_lines()

12