Searched refs:inbytes (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_iconv.h55 size_t * __restrict inbytes,
65 return (*cv->cv_shared->ci_ops->io_convert)(cv, in, inbytes, out,
53 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, const char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, uint32_t flags, size_t * __restrict nresults) argument
/netbsd-6-1-5-RELEASE/usr.bin/iconv/
H A Diconv.c99 size_t inbytes, outbytes, ret, invalids; local
110 while ((inbytes = fread(inbuf, 1, INBUFSIZE, fp)) > 0) {
112 while (inbytes > 0) {
117 ret = __iconv(cd, &in, &inbytes, &out, &outbytes,
133 (void)memmove(inbuf, in, inbytes);
134 ret = fread(inbuf + inbytes, 1,
135 INBUFSIZE - inbytes, fp);
147 inbytes += ret;
/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_iconv_none.c103 size_t * __restrict inbytes,
111 len = *inbytes;
119 *inbytes -= len;
101 _citrus_iconv_none_iconv_convert(struct _citrus_iconv * __restrict ci, const char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, u_int32_t flags, size_t * __restrict invalids) argument
H A Dcitrus_iconv_std.c461 size_t * __restrict inbytes,
507 if (*inbytes==0) {
522 &tmpin, *inbytes, &szrin);
568 _DIAGASSERT(*inbytes>=szrin && *outbytes>=szrout);
569 *inbytes -= tmpin-*in; /* szrin is insufficient on \0. */
459 _citrus_iconv_std_iconv_convert(struct _citrus_iconv * __restrict cv, const char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, u_int32_t flags, size_t * __restrict invalids) argument
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_codecs.c122 size_t inbytes, outbytes, ret; local
131 while ((inbytes = fread(inbuf, 1, INBUFSIZE, fi)) > 0) {
133 while (inbytes > 0) {
136 ret = mime_iconv(cd, &in, &inbytes, &out, &outbytes);
150 (void)memmove(inbuf, in, inbytes);
151 ret = fread(inbuf + inbytes, 1,
152 INBUFSIZE - inbytes, fi);
167 inbytes += ret;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drun.c483 ssize_t inbytes; local
490 while ((inbytes = read (stderr_pipe[0], buf, sizeof buf)) != 0)
494 if (inbytes < 0)
504 buf + outbytes, inbytes - outbytes);
514 while (inbytes != outbytes);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dmsghdl.c266 cep->inbytes = INVALID;
537 if ((cep->inbytes != INVALID) && (cep->outbytes != INVALID))
540 (cep->iinbytes != cep->inbytes))
544 cep->inbytes, cep->outbytes,
551 cep->inbytes, cep->outbytes);
568 if (cep->inbytes != INVALID && cep->outbytes != INVALID)
573 cep->inbytes, cep->outbytes);
709 if ((cep->inbytes != INVALID) && (cep->outbytes != INVALID))
712 (cep->iinbytes != cep->inbytes))
716 cep->inbytes, ce
[all...]
H A Dcurses.c109 addstr("# tei b remote iface dir outbytes obps inbytes ibps units");
337 addstr("# tei b remote iface dir outbytes obps inbytes ibps units");
390 mvwprintw(upper_w, CHPOS(cep), H_IN, "%-10d", cep->inbytes);
H A Disdnd.h467 int inbytes; /* # of bytes from remote */ member in struct:cfg_entry
H A Dmonitor.c1197 I4B_PUT_4B(evnt, I4B_MON_ACCT_IBYTES, cep->inbytes);
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_l3l4.h56 int inbytes; member in struct:bchan_statistics
H A Di4b_ioctl.h331 int inbytes; /* driver # of bytes received */ member in struct:__anon9350
H A Di4b_capi_l4if.c148 bsp->inbytes = sc->sc_bchan[chan].rxcount;
H A Di4b_l4.c512 int iinbytes, int ro, int ri, int outbytes, int inbytes)
529 md->inbytes = inbytes;
511 i4b_l4_accounting(int cdid, int accttype, int ioutbytes, int iinbytes, int ro, int ri, int outbytes, int inbytes) argument
H A Di4b_isppp.c177 int sc_iinb; /* isdn driver # of inbytes */
448 sc->sc_iinb += bs.inbytes;
H A Di4b_ipr.c191 int sc_iinb; /* isdn driver # of inbytes */
718 sc->sc_iinb += bs.inbytes;
H A Di4b_rbch.c154 int sc_iinb; /* isdn driver # of inbytes */
963 sc->sc_iinb += bs.inbytes;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disic_bchan.c348 bsp->inbytes = chan->rxcount;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diwic_bchan.c711 bsp->inbytes = bchan->rxcount;
H A Difpci.c1241 bsp->inbytes = chan->rxcount;
H A Difpci2.c1232 bsp->inbytes = chan->rxcount;

Completed in 245 milliseconds