Searched defs:ibf (Results 1 - 3 of 3) 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

Completed in 61 milliseconds