Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 70) sorted by relevance

123

/titanic_44/usr/src/cmd/vi/port/
H A Dovprintf.c47 _strout(string, count, adjust, file, fillch) in _strout() argument
50 int adjust;
53 while (adjust < 0) {
59 adjust++;
63 while (adjust) {
65 adjust--;
/titanic_44/usr/src/lib/libc/port/stdio/
H A Dftell.c55 ptrdiff_t adjust; in ftell() local
63 adjust = (ptrdiff_t)-iop->_cnt; in ftell()
65 adjust = 0; in ftell()
68 adjust = iop->_ptr - iop->_base; in ftell()
70 adjust = (ptrdiff_t)-iop->_cnt; in ftell()
79 tres += adjust; in ftell()
H A Dftello.c63 ptrdiff_t adjust; in ftello64() local
71 adjust = (ptrdiff_t)-iop->_cnt; in ftello64()
73 adjust = 0; in ftello64()
76 adjust = iop->_ptr - iop->_base; in ftello64()
84 tres += (off64_t)adjust; in ftello64()
/titanic_44/usr/src/lib/libbc/libc/stdio/common/
H A Dftell.c46 register int adjust; local
51 adjust = - iop->_cnt;
53 adjust = 0;
56 adjust = iop->_ptr - iop->_base;
61 tres += (long)adjust;
/titanic_44/usr/src/lib/libcmd/common/
H A Dwclib.c338 int adjust=0; in wc_count() local
389 if((cp-start)-adjust > longest) in wc_count()
390 longest = (cp-start)-adjust-1; in wc_count()
394 nchars -= adjust; in wc_count()
395 adjust = 0; in wc_count()
416 adjust += skip; in wc_count()
488 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest) in wc_count()
489 longest = (endbuff + 1 - start) - adjust - (lastchar == '\n'); in wc_count()
496 nchars -= adjust; in wc_count()
H A Ddate.c210 settime(void* context, const char* cmd, Time_t now, int adjust, int network) in settime() argument
217 if (!adjust && !network) in settime()
227 if (adjust) in settime()
/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_rsearch.c282 __bam_adjust(dbc, adjust) in __bam_adjust() argument
284 int32_t adjust;
303 adjust, 1)) != 0)
307 GET_BINTERNAL(h, epg->indx)->nrecs += adjust;
309 GET_RINTERNAL(h, epg->indx)->nrecs += adjust;
312 RE_NREC_ADJ(h, adjust);
H A Dbt_curadj.c117 __bam_ca_di(dbp, pgno, indx, adjust) in __bam_ca_di() argument
121 int adjust;
138 cp->indx += adjust;
140 cp->dindx += adjust;
H A Dbt_split.c776 int adjust, cnt, isbigkey, ret; local
780 adjust = TYPE(pp) == P_LBTREE ? P_INDX : O_INDX;
793 off = NUM_ENT(cp->page) - adjust;
795 off = adjust;
821 top = NUM_ENT(pp) - adjust;
869 off = splitp + cnt * adjust;
877 if (splitp <= (db_indx_t)(cnt * adjust))
879 off = splitp - cnt * adjust;
895 pp->inp[splitp] == pp->inp[splitp - adjust])
897 off = splitp + cnt * adjust;
[all …]
H A Dbt_cursor.c1171 db_indx_t adjust, indx; local
1182 adjust = dbp->type == DB_BTREE ? P_INDX : O_INDX;
1186 adjust = O_INDX;
1209 indx += adjust;
1227 adjust = P_INDX;
1245 indx += adjust;
1262 adjust = O_INDX;
1284 db_indx_t indx, adjust; local
1295 adjust = dbp->type == DB_BTREE ? P_INDX : O_INDX;
1299 adjust = O_INDX;
[all …]
H A Dbt_rec.c699 GET_BINTERNAL(pagep, argp->indx)->nrecs += argp->adjust;
701 RE_NREC_ADJ(pagep, argp->adjust);
704 GET_RINTERNAL(pagep, argp->indx)->nrecs += argp->adjust;
706 RE_NREC_ADJ(pagep, argp->adjust);
715 GET_BINTERNAL(pagep, argp->indx)->nrecs -= argp->adjust;
717 RE_NREC_ADJ(pagep, argp->adjust);
720 GET_RINTERNAL(pagep, argp->indx)->nrecs -= argp->adjust;
722 RE_NREC_ADJ(pagep, -(argp->adjust));
H A Dbtree_auto.c922 fileid, pgno, lsn, indx, adjust, total) in __bam_cadjust_log()
931 int32_t adjust;
952 + sizeof(adjust)
975 memcpy(bp, &adjust, sizeof(adjust));
976 bp += sizeof(adjust);
1027 printf("\tadjust: %ld\n", (long)argp->adjust);
1066 memcpy(&argp->adjust, bp, sizeof(argp->adjust));
1067 bp += sizeof(argp->adjust);
/titanic_44/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c47 static void adjust();
90 adjust(keyout, keyin) in adjust() function
150 (void) adjust(secret, xkey);
152 (void) adjust(public, xkey);
/titanic_44/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c77 adjust(char *keyout, char *keyin, int keylen) in adjust() function
161 (void) adjust(secret, xkey, keylen); in __generic_gen_dhkeys()
167 (void) adjust(public, xkey, keylen); in __generic_gen_dhkeys()
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c256 __db_ovref(dbc, pgno, adjust) in __db_ovref() argument
259 int32_t adjust;
273 &LSN(h), 0, dbp->log_fileid, h->pgno, adjust,
276 OV_REF(h) += adjust;
H A Ddb_auto.c613 fileid, pgno, adjust, lsn) in __db_ovref_log() argument
620 int32_t adjust;
639 + sizeof(adjust)
655 memcpy(bp, &adjust, sizeof(adjust));
656 bp += sizeof(adjust);
707 printf("\tadjust: %ld\n", (long)argp->adjust);
743 memcpy(&argp->adjust, bp, sizeof(argp->adjust));
744 bp += sizeof(argp->adjust);
/titanic_44/usr/src/lib/libtnf/
H A Daccess.c69 tnf_get_block_relative(tnf_datum_t datum, int adjust) in tnf_get_block_relative() argument
81 return (tnf_get_block_absolute(tnf, index + adjust)); in tnf_get_block_relative()
/titanic_44/usr/src/lib/libc/i386/gen/
H A Dalloca.s36 leal 4(%esp),%eax / adjust, accounting for the "size" arg
/titanic_44/usr/src/lib/libshell/common/edit/
H A Demacs.c186 int adjust,oadjust; in ed_emacsread() local
257 adjust = -1; in ed_emacsread()
314 oadjust = count = adjust; in ed_emacsread()
317 adjust = -1; in ed_emacsread()
436 adjust = ep->mark - i; in ed_emacsread()
440 adjust = i - ep->mark; in ed_emacsread()
548 adjust = 4*count; in ed_emacsread()
608 adjust = escape(ep,out,oadjust); in ed_emacsread()
/titanic_44/usr/src/cmd/acct/
H A Dwtmpfix.c115 static void adjust(off_t, struct futmpx *);
192 adjust(rectmpin, &Ut); in main()
273 adjust(off_t p, struct futmpx *w) in adjust() function
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Ddb_auto.h62 int32_t adjust; member
H A Dbtree_auto.h100 int32_t adjust; member
/titanic_44/usr/src/uts/common/inet/ip/
H A Dtnet.c1465 int af, adjust; in tsol_ip_forward() local
1637 adjust = (af == AF_INET) ? tsol_remove_secopt(ipha, MBLKL(mp)) : in tsol_ip_forward()
1640 ASSERT(adjust <= 0); in tsol_ip_forward()
1641 if (adjust != 0) { in tsol_ip_forward()
1644 ASSERT((mp->b_wptr + adjust) >= mp->b_rptr); in tsol_ip_forward()
1645 mp->b_wptr += adjust; in tsol_ip_forward()
1655 iplen = ntohs(ipha->ipha_length) + adjust; in tsol_ip_forward()
1663 mblk_t *, mp, int, adjust); in tsol_ip_forward()
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c69 static void adjust(struct fileinfo *);
187 adjust(fip); in pass1()
539 adjust(struct fileinfo *fip) in adjust() function
/titanic_44/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s643 subcc %o2, 31, %o2 ! adjust length to allow cc test
660 addcc %o2, 24, %o2 ! adjust count to be off by 7
753 add %o0, 4, %o0 ! adjust src by 4
754 add %o1, 4, %o1 ! adjust dest by 4
755 sub %o2, 4, %o2 ! adjust count by 4
799 subcc %o2, 31, %o2 ! adjust length to allow cc test
824 addcc %o2, 24, %o2 ! adjust count to be off by 7
852 subcc %o2, 31, %o2 ! adjust length to allow cc test
899 addcc %o2, 24, %o2 ! adjust count to be off by 7
936 subcc %o2, 31, %o2 ! adjust length to allow cc test
[all …]

123