Searched refs:ibf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c128 int ids, ibf; local
138 ibf = pbf->blength - 1;
141 printf(" _fractionstring_to_big_decimal exponent %d ids %d ibf %d \n", pbf->bexponent, ids, ibf);
146 pbf->bsignificand[ibf] = 1000 * FDIGIT(ids) + 100 * FDIGIT(ids + 1) + 10 * FDIGIT(ids + 2) + FDIGIT(ids + 3);
151 ibf--;
152 pbf->bsignificand[ibf] = 1000 * ds[ids - nzin] + 100 * ds[ids + 1 - nzin] + 10 * ds[ids + 2 - nzin] + ds[ids + 3 - nzin] - 1111 * '0';
155 if (ibf > 0) {
157 assert(ibf == 1);
162 assert(ibf
[all...]
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c132 static int ibf; /* input file descriptor */ variable
830 ibf = -1;
833 ibf = open(ifile, 0);
838 ibf = dup(0);
841 if (ibf == -1)
948 ibc = read(ibf, (char *)ibuf, ibs);
980 if (iseekn && lseek(ibf, (((off_t)iseekn) * ((off_t)ibs)), 1) == -1)
1036 ibc = read(ibf, (char *)ibuf, ibs);
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c83 int ibf; variable
H A Dn3.c539 lseek(ibf, ((long)woff) * sizeof(tchar), 0);
540 write(ibf, (char *)wbuf, wbfi * sizeof(tchar));
567 lseek(ibf, (long)j * sizeof(tchar), 0);
568 if (read(ibf, (char *)rbuf, BLK * sizeof(tchar)) <= 0)
612 lseek(ibf, (long)roff * sizeof(tchar), 0);
613 if (read(ibf, (char *)rbuf, BLK * sizeof(tchar)) == 0)
H A Dext.h102 extern int ibf;
H A Dn1.c360 if ((ibf = mkstemp(p)) == -1) {
414 write(ibf, (char *) & env, sizeof(env));

Completed in 76 milliseconds