Home
last modified time | relevance | path

Searched refs:ibf (Results 1 – 7 of 7) sorted by relevance

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