HomeSort by relevance Sort by last modified time
    Searched defs:ibf (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
_base_sup.c 128 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 == 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 128 static int ibf; /* input file descriptor */ variable
786 ibf = -1;
789 ibf = open(ifile, 0);
795 ibf = dup(0);
798 if (ibf == -1)
887 ibc = read(ibf, (char *)ibuf, ibs);
919 if (iseekn && lseek(ibf, (((off_t)iseekn) * ((off_t)ibs)), 1) == -1)
968 ibc = read(ibf, (char *)ibuf, ibs);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
nii.c 83 int ibf; variable

Completed in 238 milliseconds