/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ovprintf.c | 47 _strout(string, count, adjust, file, fillch) 50 int adjust; 53 while (adjust < 0) { 59 adjust++; 63 while (adjust) { 65 adjust--;
|
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | ftell.c | 46 register int adjust; local 51 adjust = - iop->_cnt; 53 adjust = 0; 56 adjust = iop->_ptr - iop->_base; 61 tres += (long)adjust;
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | ftell.c | 55 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 D | ftello.c | 63 ptrdiff_t adjust; local 71 adjust = (ptrdiff_t)-iop->_cnt; 73 adjust = 0; 76 adjust = iop->_ptr - iop->_base; 84 tres += (off64_t)adjust;
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | alloca.s | 36 leal 4(%esp),%eax / adjust, accounting for the "size" arg
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_rsearch.c | 282 __bam_adjust(dbc, adjust) 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 D | bt_curadj.c | 117 __bam_ca_di(dbp, pgno, indx, adjust) 121 int adjust; 138 cp->indx += adjust; 140 cp->dindx += adjust; 245 * of the time we don't adjust pointers to the left page, because
|
H A D | bt_split.c | 776 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 D | bt_rec.c | 660 * Recovery function for the adjust of a count change in an internal 699 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 D | bt_cursor.c | 320 * 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 D | btree_auto.c | 922 fileid, pgno, lsn, indx, adjust, total) 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); [all...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 338 int adjust=0; local 389 if((cp-start)-adjust > longest) 390 longest = (cp-start)-adjust-1; 394 nchars -= adjust; 395 adjust = 0; 416 adjust += skip; 488 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest) 489 longest = (endbuff + 1 - start) - adjust - (lastchar == '\n'); 496 nchars -= adjust;
|
H A D | date.c | 154 "[i:incremental|adjust?Set the system time in incrementatl adjustments to" 210 settime(void* context, const char* cmd, Time_t now, int adjust, int network) argument 217 if (!adjust && !network) 227 if (adjust) 289 int increment = 0; /* incrementally adjust time */
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | generic_key.c | 77 adjust(char *keyout, char *keyin, int keylen) function 161 (void) adjust(secret, xkey, keylen); 167 (void) adjust(public, xkey, keylen);
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | access.c | 69 tnf_get_block_relative(tnf_datum_t datum, int adjust) argument 81 return (tnf_get_block_absolute(tnf, index + adjust));
|
/illumos-gate/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 47 static void adjust(); 90 adjust(keyout, keyin) function 150 (void) adjust(secret, xkey); 152 (void) adjust(public, xkey);
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_overflow.c | 256 __db_ovref(dbc, pgno, adjust) 259 int32_t adjust; 273 &LSN(h), 0, dbp->log_fileid, h->pgno, adjust, 276 OV_REF(h) += adjust;
|
H A D | db_auto.c | 613 fileid, pgno, adjust, lsn) 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); [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_auto.h | 62 int32_t adjust; member in struct:_db_ovref_args
|
H A D | btree_auto.h | 100 int32_t adjust; member in struct:_bam_cadjust_args
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 186 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); 1335 Then output the character and adjust the screen only. 1360 If not, adjust th [all...] |
/illumos-gate/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 33 * wtmpfix - adjust wtmpx file and remove date changes. 115 static void adjust(off_t, struct futmpx *); 192 adjust(rectmpin, &Ut); 273 adjust(off_t p, struct futmpx *w) function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass4.c | 102 * adjust() will clear the inode if 109 adjust(&idesc, n);
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 386 update_v6opt_len(dhcpv6_option_t *opt, int adjust) argument 391 adjust += ntohs(optval.d6o_len); 392 if (adjust < 0 || adjust > UINT16_MAX) { 395 optval.d6o_len = htons(adjust); 479 * will adjust any upper-level options recursively using
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 69 static void adjust(struct fileinfo *); 187 adjust(fip); 539 adjust(struct fileinfo *fip) function
|