Home
last modified time | relevance | path

Searched refs:inputbuf (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/textproc/p5-MARC-Record/MARC-Record-2.0.7/lib/MARC/File/
H A DMicroLIF.pm71 $self->{inputbuf} = '';
105 my $read = read $self->{fh}, $self->{inputbuf}, BUFFER_MIN, length($self->{inputbuf});
137 if ( $self->_fill_buffer() && length($self->{inputbuf}) > 0 ) {
146 $self->{inputbuf} = substr( $self->{inputbuf}, length($1)+length($2) );
153 $pos = index( $self->{inputbuf}, '`', $pos+1 );
155 …if ( substr($self->{inputbuf}, $pos+1, 1) eq "\x0d" or substr($self->{inputbuf}, $pos+1, 1) eq "\x…
157 …while ( substr($self->{inputbuf}, $pos+1, 1) eq "\x0d" or substr($self->{inputbuf}, $pos+1, 1) eq …
161 $self->{inputbuf} = substr( $self->{inputbuf}, $pos+1 );
167 $chunk = $self->{inputbuf};
168 $self->{inputbuf} = '';
[all …]
/dports/editors/hnb/hnb-1.9.18/src/
H A Devilloop.c166 inputbuf[0] = 0; in evilloop()
171 inputbuf[0] = 0; in evilloop()
186 inputbuf[0] = 0; in evilloop()
202 inputbuf[0] = 0; in evilloop()
214 inputbuf[0] = 0; in evilloop()
228 inputbuf[0] = 0; in evilloop()
246 inputbuf[0] = 0; in evilloop()
250 (inputbuf, in evilloop()
286 inputbuf[strlen (inputbuf) - 1] = 0; in evilloop()
301 inputbuf[strlen (inputbuf) + 1] = 0; in evilloop()
[all …]
H A Dexpanded.c35 if(inputbuf[0] && isprint(lastbinding->key)){ /* evil workaround */ in cmd_expand()
37 inputbuf[strlen (inputbuf) + 1] = 0; in cmd_expand()
38 inputbuf[strlen (inputbuf)] = lastbinding->key; in cmd_expand()
59 if(inputbuf[0] && isprint(lastbinding->key)){ /* evil workaround */ in cmd_collapse()
61 inputbuf[strlen (inputbuf) + 1] = 0; in cmd_collapse()
62 inputbuf[strlen (inputbuf)] = lastbinding->key; in cmd_collapse()
H A Dtree_misc.c133 if(inputbuf[0] && isprint(lastbinding->key)){ /* evil workaround */ in cmd_outdent()
135 inputbuf[strlen (inputbuf) + 1] = 0; in cmd_outdent()
136 inputbuf[strlen (inputbuf)] = lastbinding->key; in cmd_outdent()
178 if(inputbuf[0] && isprint(lastbinding->key)){ /* evil workaround */ in cmd_indent()
180 inputbuf[strlen (inputbuf) + 1] = 0; in cmd_indent()
181 inputbuf[strlen (inputbuf)] = lastbinding->key; in cmd_indent()
301 inputbuf[0] = 0; in insert_below_cmd()
/dports/mail/courier/courier-0.65.3/courier/module.esmtp/
H A Desmtpiov.c29 static char inputbuf[5120]; variable
30 static char *inputbufhead=inputbuf, *inputbuftail=inputbuf;
142 n=read(0, inputbuf, sizeof(inputbuf)); in iovreadline()
144 inputbuftail=inputbuf+n; in iovreadline()
145 p=inputbuf; in iovreadline()
153 inputbuftail=p=inputbuf+n; in iovreadline()
154 inputbufhead=inputbuf; in iovreadline()
156 if (inputbuftail >= inputbuf+sizeof(inputbuf)) in iovreadline()
161 inputbufhead=inputbuf; in iovreadline()
169 return (inputbuf); in iovreadline()
[all …]
/dports/misc/teseq/teseq-1.1.1/src/
H A Dinputbuf.h40 struct inputbuf;
42 struct inputbuf *inputbuf_new (FILE *, size_t);
43 void inputbuf_delete (struct inputbuf *);
44 int inputbuf_io_error (struct inputbuf *);
46 int inputbuf_get (struct inputbuf *);
47 int inputbuf_saving (struct inputbuf *);
48 int inputbuf_rewind (struct inputbuf *);
49 int inputbuf_forget (struct inputbuf *);
50 size_t inputbuf_get_count (struct inputbuf *);
51 void inputbuf_reset_count (struct inputbuf *);
[all …]
H A Dinputbuf.c30 struct inputbuf struct
41 struct inputbuf * argument
44 struct inputbuf *ret = NULL; in inputbuf_new()
74 inputbuf_delete (struct inputbuf *ib) in inputbuf_delete()
81 inputbuf_io_error (struct inputbuf *ib) in inputbuf_io_error()
87 inputbuf_get (struct inputbuf *ib) in inputbuf_get()
122 inputbuf_saving (struct inputbuf *ib) in inputbuf_saving()
133 inputbuf_rewind (struct inputbuf *ib) in inputbuf_rewind()
141 inputbuf_forget (struct inputbuf *ib) in inputbuf_forget()
152 inputbuf_get_count (struct inputbuf *ib) in inputbuf_get_count()
[all …]
/dports/audio/playmidi/playmidi-2.4/
H A Dtoy.c147 inputbuf[4] = 0;
164 inputbuf[0] = SEQ_WAIT;
165 inputbuf[1] = inputbuf[2] = inputbuf[3] = 0xff;
167 inputbuf[0] = SEQ_WAIT;
168 inputbuf[1] = inputbuf[2] = inputbuf[3] = 0xff;
170 if (inputbuf[0] == SEQ_WAIT)
178 if (*inputbuf == SEQ_MIDIPUTC) {
179 if (inputbuf[1] & 0x80)
180 icmd = imid[idb = 0] = inputbuf[1];
182 imid[idb] = inputbuf[1];
[all …]
H A Dseq2mid.c59 unsigned char delta[4], inputbuf[5], mid[8], cmd = 0; local
78 inputbuf[4] = 0;
79 while (read(infile, inputbuf, 4) == 4) {
80 if (inputbuf[0] == SEQ_WAIT)
81 ticks = (*(unsigned int *) &inputbuf[1]);
82 if (*inputbuf == SEQ_MIDIPUTC) {
83 if (inputbuf[1] & 0x80)
84 cmd = mid[db = 0] = inputbuf[1];
86 mid[db] = inputbuf[1];
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dinput.c341 inputbuf->fcb = input; in include()
390 input.includer = inputbuf;
391 inputbuf = newinputbuf;
429 ourfree(inputbuf->fname); in linecontol()
434 inputbuf->fname = ptr; in linecontol()
439 definefile(inputbuf->fname); in linecontol()
455 ourfree(inputbuf->fname); in leaveinclude()
460 ourfree((char *) inputbuf); in leaveinclude()
468 inputbuf = input.includer; in leaveinclude()
469 input = inputbuf->fcb; in leaveinclude()
[all …]
/dports/devel/ossp-cfg/cfg-0.9.11/
H A Dcfg_syn.c78 ctx.inputbuf = in_ptr; in cfg_syn_import()
154 cpF = ctx->inputbuf+loc->first; in cfg_syn_error()
155 if (cpF < ctx->inputbuf) in cfg_syn_error()
156 cpF = ctx->inputbuf; in cfg_syn_error()
157 if (cpF > ctx->inputbuf+ctx->inputlen) in cfg_syn_error()
159 cpL = ctx->inputbuf+loc->last; in cfg_syn_error()
160 if (cpL < ctx->inputbuf) in cfg_syn_error()
161 cpL = ctx->inputbuf; in cfg_syn_error()
167 if (cpP < ctx->inputbuf) in cfg_syn_error()
168 cpP = ctx->inputbuf; in cfg_syn_error()
[all …]
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_spec.c76 ctx.inputbuf = specstr; in l2_vspec()
111 cpF = ctx->inputbuf+loc->first; in l2_spec_error()
112 cpL = ctx->inputbuf+loc->last; in l2_spec_error()
116 if (cpP < ctx->inputbuf) in l2_spec_error()
117 cpP = ctx->inputbuf; in l2_spec_error()
119 if (cpE > ctx->inputbuf+ctx->inputlen) in l2_spec_error()
120 cpE = ctx->inputbuf+ctx->inputlen; in l2_spec_error()
125 for (cp = (char *)ctx->inputbuf; cp < (ctx->inputbuf+ctx->inputlen) && cp != cpF; cp++) { in l2_spec_error()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_spec.c76 ctx.inputbuf = specstr; in l2_vspec()
111 cpF = ctx->inputbuf+loc->first; in l2_spec_error()
112 cpL = ctx->inputbuf+loc->last; in l2_spec_error()
116 if (cpP < ctx->inputbuf) in l2_spec_error()
117 cpP = ctx->inputbuf; in l2_spec_error()
119 if (cpE > ctx->inputbuf+ctx->inputlen) in l2_spec_error()
120 cpE = ctx->inputbuf+ctx->inputlen; in l2_spec_error()
125 for (cp = (char *)ctx->inputbuf; cp < (ctx->inputbuf+ctx->inputlen) && cp != cpF; cp++) { in l2_spec_error()
/dports/graphics/netpbm/netpbm-10.91.01/editor/specialty/
H A Dppmrelief.c33 pixel ** inputbuf; in main() local
60 inputbuf = ppm_allocarray(cols, 3); in main()
66 ppm_readppmrow(ifP, inputbuf[0], cols, maxval, format); in main()
67 ppm_readppmrow(ifP, inputbuf[1], cols, maxval, format); in main()
83 ppm_readppmrow(ifP, inputbuf[rowa], cols, maxval, format); in main()
86 pixel const inputA = inputbuf[rowa][col]; in main()
87 pixel const inputB = inputbuf[rowb][col + 2]; in main()
108 ppm_freearray(inputbuf, 3); in main()
/dports/misc/teseq/teseq-1.1.1/
H A DMakefile.am26 teseq_SOURCES = src/teseq.c src/inputbuf.c src/ringbuf.c src/putter.c \
28 src/sgr.h src/csi.h src/inputbuf.h src/ringbuf.h src/putter.h \
32 check_PROGRAMS = src/test-ringbuf src/test-inputbuf
33 check_DATA = src/test-inputbuf.inf
39 src_test_inputbuf_SOURCES = src/test-inputbuf.c src/inputbuf.c src/ringbuf.c
69 EXTRA_DIST=src/test-inputbuf.inf exercise-seqs
78 test "$(srcdir)" = . || rm -f src/test-inputbuf.inf
H A DMakefile.in101 @DO_CHECK_TESTS_TRUE@ src/test-inputbuf$(EXEEXT)
126 src/src_test_inputbuf-test-inputbuf.$(OBJEXT) \
127 src/src_test_inputbuf-inputbuf.$(OBJEXT) \
576 src_test_inputbuf_SOURCES = src/test-inputbuf.c src/inputbuf.c src/ringbuf.c
701 @rm -f src/test-inputbuf$(EXEEXT)
712 src/inputbuf.$(OBJEXT): src/$(am__dirstamp) \
793 src/src_test_inputbuf-test-inputbuf.o: src/test-inputbuf.c
800 src/src_test_inputbuf-test-inputbuf.obj: src/test-inputbuf.c
807 src/src_test_inputbuf-inputbuf.o: src/inputbuf.c
814 src/src_test_inputbuf-inputbuf.obj: src/inputbuf.c
[all …]
/dports/security/libksba/libksba-1.6.0/tests/
H A Dt-dnparser.c140 char inputbuf[4096]; in main() local
158 len = fread (inputbuf, 1, sizeof inputbuf, stdin); in main()
162 err = ksba_dn_der2str (inputbuf, len, &string); in main()
169 len = fread (inputbuf, 1, sizeof inputbuf, stdin); in main()
173 err = ksba_dn_str2der (inputbuf, &buf, &len); in main()
/dports/www/p5-Catalyst-Engine-HTTP-Prefork/Catalyst-Engine-HTTP-Prefork-0.51/lib/Catalyst/Engine/HTTP/
H A DPrefork.pm95 inputbuf => '',
207 if ( $self->{client}->{inputbuf} ) {
208 if ( $self->{client}->{inputbuf} =~ /^(?:GET|HEAD)/ ) {
211 . dump( $self->{client}->{inputbuf} ) . "\n";
221 . dump( $self->{client}->{inputbuf} ) . "\n";
224 $self->{client}->{inputbuf} = '';
250 last if $self->{client}->{inputbuf} =~ /$CRLF$CRLF/s;
263 $self->{client}->{inputbuf} .= $buf;
282 $self->{client}->{headerbuf} = $self->{client}->{inputbuf};
285 $self->{client}->{inputbuf} =~ s/.*?$CRLF$CRLF//s;
/dports/devel/stringencoders/stringencoders-v3.10.3/test/
H A Dmodp_burl_test.c255 char inputbuf[3*256+1]; in testUrlDecodeHex() local
261 memset(inputbuf, 0, sizeof(inputbuf)); in testUrlDecodeHex()
266 inputbuf[k++] = '%'; in testUrlDecodeHex()
267 inputbuf[k++] = hexdigits1[i]; in testUrlDecodeHex()
268 inputbuf[k++] = hexdigits1[j]; in testUrlDecodeHex()
272 d = modp_burl_decode(output, inputbuf, sizeof(inputbuf)-1); in testUrlDecodeHex()
281 memset(inputbuf, 0, sizeof(inputbuf)); in testUrlDecodeHex()
287 inputbuf[k++] = '%'; in testUrlDecodeHex()
288 inputbuf[k++] = hexdigits2[i]; in testUrlDecodeHex()
289 inputbuf[k++] = hexdigits2[j]; in testUrlDecodeHex()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/test/
H A Dmodp_burl_test.c274 char inputbuf[3 * 256 + 1]; in testUrlDecodeHex() local
280 memset(inputbuf, 0, sizeof(inputbuf)); in testUrlDecodeHex()
285 inputbuf[k++] = '%'; in testUrlDecodeHex()
286 inputbuf[k++] = hexdigits1[i]; in testUrlDecodeHex()
287 inputbuf[k++] = hexdigits1[j]; in testUrlDecodeHex()
291 d = modp_burl_decode(output, inputbuf, sizeof(inputbuf) - 1); in testUrlDecodeHex()
300 memset(inputbuf, 0, sizeof(inputbuf)); in testUrlDecodeHex()
306 inputbuf[k++] = '%'; in testUrlDecodeHex()
307 inputbuf[k++] = hexdigits2[i]; in testUrlDecodeHex()
308 inputbuf[k++] = hexdigits2[j]; in testUrlDecodeHex()
[all …]
/dports/www/p5-Starman/Starman-0.4014/lib/Starman/
H A DServer.pm186 inputbuf => '',
304 if ( $self->{client}->{inputbuf} ) {
305 if ( $self->{client}->{inputbuf} =~ /^(?:GET|HEAD)/ ) {
308 . dump( $self->{client}->{inputbuf} ) . "\n";
321 $self->{client}->{inputbuf} = '';
347 … last if defined $self->{client}->{inputbuf} && $self->{client}->{inputbuf} =~ /$CR?$LF$CR?$LF/s;
360 $self->{client}->{inputbuf} .= $buf;
379 $self->{client}->{headerbuf} = $self->{client}->{inputbuf};
382 $self->{client}->{inputbuf} =~ s/.*?$CR?$LF$CR?$LF//s;
407 if ($self->{client}->{inputbuf}) {
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/
H A DReverb.cpp107 void Reverb::processmono(int ch, float *output, float *inputbuf) in processmono() argument
121 comb[j][ck] = inputbuf[i] + fbout; in processmono()
148 float inputbuf[buffersize]; in out() local
150 inputbuf[i] = (smp.l[i] + smp.r[i]) / 2.0f; in out()
155 float tmp = inputbuf[i] + idelay[idelayk] * idelayfb; in out()
156 inputbuf[i] = idelay[idelayk]; in out()
164 bandwidth->process(buffersize, inputbuf); in out()
167 lpf->filterout(inputbuf); in out()
169 hpf->filterout(inputbuf); in out()
171 processmono(0, efxoutl, inputbuf); //left in out()
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/modules/administrivia/
H A Dadministrivia.c128 char inputbuf[BIG_BUF]; in HOOK_HANDLER() local
147 while(LMAPI->read_file(inputbuf, sizeof(inputbuf), infile)) { in HOOK_HANDLER()
148 LMAPI->result_printf("%s",inputbuf); in HOOK_HANDLER()
170 char inputbuf[BIG_BUF]; in HOOK_HANDLER() local
187 while(LMAPI->read_file(inputbuf, sizeof(inputbuf), infile)) { in HOOK_HANDLER()
188 LMAPI->result_printf("%s",inputbuf); in HOOK_HANDLER()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dautoit.c593 uint8_t *inputbuf; member
731 free(UNP.inputbuf); in ea05()
742 free(UNP.inputbuf); in ea05()
749 free(UNP.inputbuf); in ea05()
754 free(UNP.inputbuf); in ea05()
808 free(UNP.inputbuf); in ea05()
1067 free(UNP.inputbuf); in ea06()
1078 free(UNP.inputbuf); in ea06()
1085 free(UNP.inputbuf); in ea06()
1089 free(UNP.inputbuf); in ea06()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dautoit.c593 uint8_t *inputbuf; member
731 free(UNP.inputbuf); in ea05()
742 free(UNP.inputbuf); in ea05()
749 free(UNP.inputbuf); in ea05()
754 free(UNP.inputbuf); in ea05()
808 free(UNP.inputbuf); in ea05()
1067 free(UNP.inputbuf); in ea06()
1078 free(UNP.inputbuf); in ea06()
1085 free(UNP.inputbuf); in ea06()
1089 free(UNP.inputbuf); in ea06()
[all …]

1234567