Searched defs:adjust (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dftell.c55 ptrdiff_t adjust; local
63 adjust = (ptrdiff_t)-iop->_cnt;
65 adjust = 0;
68 adjust = iop->_ptr - iop->_base;
70 adjust = (ptrdiff_t)-iop->_cnt;
79 tres += adjust;
H A Dftello.c63 ptrdiff_t adjust; local
71 adjust = (ptrdiff_t)-iop->_cnt;
73 adjust = 0;
76 adjust = iop->_ptr - iop->_base;
84 tres += (off64_t)adjust;
/osnet-11/usr/src/lib/libcmd/common/
H A Ddate.c154 "[i:incremental|adjust?Set the system time in incrementatl adjustments to"
219 settime(void* context, const char* cmd, Time_t now, int adjust, int network) argument
226 if (!adjust && !network)
236 if (adjust)
298 int increment = 0; /* incrementally adjust time */
H A Dwclib.c341 int adjust=0; local
395 if((cp-start)-adjust > longest)
396 longest = (cp-start)-adjust-1;
400 nchars -= adjust;
401 adjust = 0;
422 adjust += skip;
506 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest)
507 longest = (endbuff + 1 - start) - adjust - (lastchar == '\n');
514 nchars -= adjust;
H A Dls.c335 int adjust; /* key() print with adjustment */ member in struct:__anon1493
749 state.adjust -= (s - p) + i - 2;
806 state.adjust = 0;
807 fill -= sfkeyprintf(sfstdout, lp, state.format, key, NiL) + state.adjust;
850 state.adjust = 2;
852 w = a + state.adjust + 1;
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c77 adjust(char *keyout, char *keyin, int keylen) function
161 (void) adjust(secret, xkey, keylen);
167 (void) adjust(public, xkey, keylen);
/osnet-11/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c47 static void adjust();
90 adjust(keyout, keyin) function
150 (void) adjust(secret, xkey);
152 (void) adjust(public, xkey);
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c320 * If the tree has record numbers, we have to adjust the counts.
831 * error, again. Second, we adjust cursors during the split,
1039 * we have to adjust the stack as necessary. If there was only a
1171 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
1284 db_indx_t indx, adjust; local
[all...]
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...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h100 int32_t adjust; member in struct:_bam_cadjust_args
H A Ddb_auto.h62 int32_t adjust; member in struct:_db_ovref_args
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c2295 long adjust; local
2303 if (adjust = (np - op))
2309 ip->control += adjust;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c186 int adjust,oadjust; local
257 adjust = -1;
314 oadjust = count = adjust;
317 adjust = -1;
436 adjust = ep->mark - i;
440 adjust = i - ep->mark;
548 adjust = 4*count;
608 adjust = escape(ep,out,oadjust);
1393 Then output the character and adjust the screen only.
1446 If not, adjust th
[all...]

Completed in 49 milliseconds