Home
last modified time | relevance | path

Searched refs:LINEMAX (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/fasthenry/fasthenry-3.0wr/src/misc/
H A DReadOutput.c17 #define LINEMAX 100000 macro
66 static char line[LINEMAX];
75 while(fgets(line, LINEMAX, fp) != NULL) {
90 if (fgets(line, LINEMAX, fp) == NULL) {
H A DMakeLcircuit.c18 #define LINEMAX 100000 macro
115 static char line[LINEMAX];
124 while(fgets(line, LINEMAX, fp) != NULL) {
139 if (fgets(line, LINEMAX, fp) == NULL) {
/dports/lang/perl5.34/perl-5.34.0/ext/SDBM_File/
H A Ddbu.c28 #define LINEMAX 8192 macro
110 if ((line = (char *) malloc(LINEMAX)) == NULL) in doit()
116 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
134 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
158 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
/dports/lang/perl5.30/perl-5.30.3/ext/SDBM_File/
H A Ddbu.c28 #define LINEMAX 8192 macro
110 if ((line = (char *) malloc(LINEMAX)) == NULL) in doit()
116 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
134 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
158 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
/dports/lang/perl5.32/perl-5.32.1/ext/SDBM_File/
H A Ddbu.c28 #define LINEMAX 8192 macro
110 if ((line = (char *) malloc(LINEMAX)) == NULL) in doit()
116 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
134 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
158 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
/dports/lang/snobol4/snobol4-2.2.2/modules/ndbm/sdbm/
H A Ddbu.c32 #define LINEMAX 8192 macro
118 if ((line = (char *) malloc(LINEMAX)) == NULL)
124 while (fgets(line, LINEMAX, stdin) != NULL) {
142 while (fgets(line, LINEMAX, stdin) != NULL) {
166 while (fgets(line, LINEMAX, stdin) != NULL) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/SDBM_File/
H A Ddbu.c28 #define LINEMAX 8192 macro
110 if ((line = (char *) malloc(LINEMAX)) == NULL) in doit()
116 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
134 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
158 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A Dtestdbm.c65 #define LINEMAX 8192 macro
190 line = (char *) apr_palloc(pool,LINEMAX); in doit()
195 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
215 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
251 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
/dports/lang/huc/huc-3.21/src/huc/
H A Ddefs.h239 #define LINEMAX (LINESIZE-1) macro
240 #define MPMAX LINEMAX
H A Dio.c179 if ((k == '\r') | (k == EOL) | (lptr >= LINEMAX)) in readline()
/dports/devel/z88dk/z88dk/src/zcc/
H A Dzcc.c867 char buf[LINEMAX+1]; in main()
1091 char buffer[LINEMAX + 1]; in main()
1724 char buffer[LINEMAX + 1]; in copy_defc_file()
1780 buffer[sizeof(LINEMAX)] = 0; in copy_defc_file()
1851 char buffer[LINEMAX + 1]; in copyprepend_file()
1857 buffer[sizeof(LINEMAX)] = 0; in copyprepend_file()
2370 char buf[LINEMAX+1]; in print_help_text()
2383 char buf[LINEMAX+1]; in print_help_text()
2442 char buffer[LINEMAX+1]; in parse_configfile()
2855 char buffer[LINEMAX + 1]; in ShowErrors()
[all …]
H A Dzcc.h51 #define LINEMAX 1024 /* Max number of chars to read from config file*/ macro
/dports/devel/z88dk/z88dk/src/sccz80/
H A Dmisc.c68 static char buf[LINEMAX+1]; in get_section_name()
H A Ddefine.h297 #define LINEMAX (LINESIZE-1) macro
298 #define MPMAX LINEMAX
H A Dpreproc.c88 if (k == '\n' || k == '\r' || lptr >= LINEMAX) in vinline()
/dports/print/texlive-base/texlive-20150521-source/texk/makeindexk/
H A Dscanst.h141 #define LINEMAX "line_max" macro
H A Dscanst.c207 else if (STREQ(spec, LINEMAX)) { in scan_sty()
213 LINEMAX, tmp); in scan_sty()
/dports/print/makeindex/makeindex/src-3.0/
H A Dhashst.c128 {"line_max", LINEMAX, "%d", &linemax, NULL},
H A Dscanst.h42 ENCAP_0, ENCAP_1, ENCAP_2, LINEMAX, INDENT_SPACE, INDENT_LENGTH, enumerator
H A Dhashst.gpf68 line_max, LINEMAX, "%d", &linemax, NULL
/dports/print/makeindex/makeindex/src-2.11/
H A Dscanst.h153 #define LINEMAX "line_max" macro
H A Dscanst.c197 else if (STREQ(spec, LINEMAX)) { in scan_sty()
203 LINEMAX, tmp); in scan_sty()
/dports/news/nn/nn-6.7.3/
H A Dmore.c87 #define LINEMAX 100 /* most articles are less than 100 lines */ macro
373 long lineposbuf[LINEMAX]; in more()
375 int linemax = LINEMAX; in more()
680 for (linenum = 0; linenum < LINEMAX; linenum++) in more()
/dports/net/ndpi/nDPI-92a1be2/example/
H A Dreader_util.h66 #define LINEMAX 512 macro
/dports/devel/z88dk/z88dk/src/appmake/
H A Dappmake.h601 #define LINEMAX 80

12