Home
last modified time | relevance | path

Searched refs:ibufp (Results 1 – 25 of 43) sorted by relevance

12

/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dgetchr.c138 ibufp = ibuf; in LookChr()
141 ibufp += SetMoji(c, ibufp); in LookChr()
152 ibufp = ibuf; in UnlookChrs()
166 for (ibufp = ibuf; in GetStr()
169 ibufp += SetMoji(c, ibufp); in GetStr()
176 && (ibufp += SetMoji(c, ibufp), IsHSpace(c)) ); in GetStr()
182 *ibufp = '\0'; in GetStr()
183 return ibufp - ibuf; in GetStr()
218 ibufp = ibuf; in GetLine()
224 ibufp += SetMoji(c, ibufp); in GetLine()
[all …]
H A Dgetchr.c.sjis138 ibufp = ibuf;
141 ibufp += SetMoji(c, ibufp);
152 ibufp = ibuf;
166 for (ibufp = ibuf;
169 ibufp += SetMoji(c, ibufp);
176 && (ibufp += SetMoji(c, ibufp), IsHSpace(c)) );
182 *ibufp = '\0';
183 return ibufp - ibuf;
218 ibufp = ibuf;
224 ibufp += SetMoji(c, ibufp);
[all …]
H A Dreplace.c185 ibuf1 = DupStrDiff(ibuf, ibufp); in TextPcForm()
186 ibufp1 = ibuf1 + (ibufp - ibuf); in TextPcForm()
193 ibufp = ibuf + (ibufp1 - ibuf1); in TextPcForm()
709 ibufp = ibuf + match_length; in Replace()
/dports/japanese/dams/dams-4.3.4/lib/
H A Diconv_converter.cpp42 char *ibufp_top, *ibufp; in convert() local
43 ibufp_top = ibufp = (char*)malloc(sizeof(char) * in_len + 1); in convert()
46 memset(ibufp, 0, in_len + 1); in convert()
48 memcpy(ibufp, p_in, in_len); in convert()
50 converted = iconv(this->_ict, &ibufp, &in_len, &obufp, &out_len); in convert()
53 this->_rest = std::string(ibufp); in convert()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dmaple_interface.cpp68 static int ibufp = 0, obufp = 0; variable
71 { int c = ibuff[ibufp++]; in iget()
130 ibufp = obufp = 0;
152 { ibufp = obufp = 0;
H A Ddriver.cpp51 static int ibufp = 0, obufp = 0; variable
54 { int c = ibuff[ibufp]; in iget()
56 ibufp++; in iget()
216 ibufp = obufp = 0; in submain()
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Ddriver.c51 static int ibufp = 0, obufp = 0; variable
55 int c = ibuff[ibufp]; in iget()
57 ibufp++; in iget()
182 ibufp = obufp = 0; in submain()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dnit.c286 unsigned hbufp, ibufp; local
306 ibufp = 0;
310 assemble_udp_ip_header (interface, buf, &ibufp,
315 memcpy (buf + ibufp, raw, len);
327 data.maxlen = data.len = ibufp + len;
H A Dlpf.c342 unsigned hbufp = 0, ibufp = 0; local
360 ibufp = hbufp + fudge;
361 assemble_udp_ip_header (interface, buf, &ibufp, from.s_addr,
364 memcpy (buf + ibufp, raw, len);
365 result = write(interface->wfdesc, buf + fudge, ibufp + len - fudge);
H A Dupf.c249 unsigned hbufp = 0, ibufp = 0; local
266 (unsigned char *)ip, &ibufp, from.s_addr,
274 iov [1].iov_len = ibufp;
H A Dbpf.c406 unsigned hbufp = 0, ibufp = 0; local
422 (unsigned char *)ip, &ibufp, from.s_addr,
430 iov [1].iov_len = ibufp;
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dnit.c286 unsigned hbufp, ibufp; local
306 ibufp = 0;
310 assemble_udp_ip_header (interface, buf, &ibufp,
315 memcpy (buf + ibufp, raw, len);
327 data.maxlen = data.len = ibufp + len;
H A Dlpf.c342 unsigned hbufp = 0, ibufp = 0; local
360 ibufp = hbufp + fudge;
361 assemble_udp_ip_header (interface, buf, &ibufp, from.s_addr,
364 memcpy (buf + ibufp, raw, len);
365 result = write(interface->wfdesc, buf + fudge, ibufp + len - fudge);
H A Dupf.c249 unsigned hbufp = 0, ibufp = 0; local
266 (unsigned char *)ip, &ibufp, from.s_addr,
274 iov [1].iov_len = ibufp;
H A Dbpf.c406 unsigned hbufp = 0, ibufp = 0; local
422 (unsigned char *)ip, &ibufp, from.s_addr,
430 iov [1].iov_len = ibufp;
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dnit.c286 unsigned hbufp, ibufp; local
306 ibufp = 0;
310 assemble_udp_ip_header (interface, buf, &ibufp,
315 memcpy (buf + ibufp, raw, len);
327 data.maxlen = data.len = ibufp + len;
H A Dlpf.c342 unsigned hbufp = 0, ibufp = 0; local
360 ibufp = hbufp + fudge;
361 assemble_udp_ip_header (interface, buf, &ibufp, from.s_addr,
364 memcpy (buf + ibufp, raw, len);
365 result = write(interface->wfdesc, buf + fudge, ibufp + len - fudge);
H A Dupf.c249 unsigned hbufp = 0, ibufp = 0; local
266 (unsigned char *)ip, &ibufp, from.s_addr,
274 iov [1].iov_len = ibufp;
H A Dbpf.c406 unsigned hbufp = 0, ibufp = 0; local
422 (unsigned char *)ip, &ibufp, from.s_addr,
430 iov [1].iov_len = ibufp;
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dxcsv.c518 char *ibufp; in xcsv_parse_style_buff() local
524 for (ibufp = ibuf; *sbuff != '\n' && i++ < sizeof(ibuf);) { in xcsv_parse_style_buff()
525 *ibufp++ = *sbuff++; in xcsv_parse_style_buff()
530 *ibufp = 0; in xcsv_parse_style_buff()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn1.c465 eibuf = ibufp = ibuf; in init0()
518 ibufp = ibuf; in init2()
1544 if (nx || ibufp >= eibuf) { in getch0()
1550 if (ibufp < eibuf) in getch0()
1557 ibufp = ibuf; in getch0()
1564 i = *ibufp++ & 0177; in getch0()
1568 i = *ibufp++ & 0377; in getch0()
1751 ibufp = xbufp; in popf()
1761 ibufp = ibuf; in popf()
1764 if ((ibufp = ibuf + (ioff & (IBUFSZ - 1))) > eibuf) in popf()
[all …]
H A Dnii.c84 char *ibufp; variable
/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnetd/
H A Dtelnetd-ktd.c771 Xterm_output(ibufp, obuf, icountp, ocount)
772 char **ibufp, *obuf;
776 ret = term_output(*ibufp, obuf, *icountp, ocount);
777 *ibufp += *icountp;
/dports/devel/9base/9base-6/troff/
H A Dext.h8 extern char *ibufp;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dext.h8 extern char *ibufp;

12