Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 25 of 28) sorted by relevance

12

/original-bsd/lib/libc/db/btree/
H A Dbt_utils.c42 register BLEAF *bl; local
53 if (__ovfl_get(t, bl->bytes + bl->ksize,
66 memmove(t->bt_dbuf, bl->bytes + bl->ksize, bl->dsize);
71 data->data = bl->bytes + bl->ksize;
90 memmove(t->bt_kbuf, bl->bytes, bl->ksize);
91 key->size = bl->ksize;
94 key->size = bl->ksize;
120 BLEAF *bl; local
140 bigkey = bl->bytes;
142 k2.data = bl->bytes;
[all …]
H A Dbt_debug.c137 BLEAF *bl; local
186 bl = GETBLEAF(h, cur);
187 if (bl->flags & P_BIGKEY)
190 *(pgno_t *)bl->bytes,
192 else if (bl->ksize)
193 (void)fprintf(stderr, "%s/", bl->bytes);
194 if (bl->flags & P_BIGDATA)
197 *(pgno_t *)(bl->bytes + bl->ksize),
198 *(size_t *)(bl->bytes + bl->ksize +
200 else if (bl->dsize)
[all …]
H A Dbt_split.c65 BLEAF *bl, *tbl; local
160 bl = GETBLEAF(rchild, 0);
167 b.size = bl->ksize;
168 b.data = bl->bytes;
219 memmove(dest, bl->bytes, nksize ? nksize : bl->ksize);
510 BLEAF *bl; local
529 bl = GETBLEAF(r, 0);
534 memmove(dest, bl->bytes, bl->ksize);
589 BLEAF *bl; local
622 nbytes = NBLEAF(bl);
[all …]
H A Dbt_delete.c258 register BLEAF *bl; local
274 to = bl = GETBLEAF(h, index);
275 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
277 if (bl->flags & P_BIGDATA &&
278 __ovfl_delete(t, bl->bytes + bl->ksize) == RET_ERROR)
280 nbytes = NBLEAF(bl);
/original-bsd/contrib/gcc-2.3.3/
H A Dlonglong.h98 "rI" ((USItype)(bl)))
107 "rI" ((USItype)(bl)))
142 "rI" ((USItype)(bl)))
151 "rI" ((USItype)(bl)))
163 "g" ((USItype)(bl)))
172 "g" ((USItype)(bl)))
243 "g" ((USItype)(bl)))
252 "g" ((USItype)(bl)))
336 "r" ((USItype)(bl)))
376 "g" ((USItype)(bl)))
[all …]
/original-bsd/games/backgammon/common_source/
H A Dboard.c19 static char bl[] = in wrboard() local
33 writel (bl); in wrboard()
34 strcpy (ln,bl); in wrboard()
74 strcpy (ln,bl); in wrboard()
110 strcpy (ln,bl); in wrboard()
/original-bsd/usr.bin/tn3270/api/
H A Dapilib.c35 api_issue_regs(ah, al, bh, bl, cx, dx, parms, length, regs, sregs) in api_issue_regs() argument
36 int ah, al, bh, bl, cx, dx; in api_issue_regs()
47 regs->h.bl = bl;
75 api_issue(ah, al, bh, bl, cx, dx, parms, length) in api_issue() argument
80 bl, in api_issue()
89 return api_issue_regs(ah, al, bh, bl, cx, dx, parms, length, &regs, &sregs);
/original-bsd/sys/i386/stand/
H A Dfdbootblk.c104 incb %bl
105 incb %bl
114 movb %bl,readcmd+4
202 incb %bl
203 cmpb $16,%bl
/original-bsd/bin/csh/
H A Dglob.c101 globbrace(s, p, bl) in globbrace() argument
102 Char *s, *p, ***bl; in globbrace()
187 *bl = nv;
214 Char **bl; local
217 if ((len = globbrace(s, b, &bl)) < 0) {
223 *vl-- = *bl;
224 xfree((ptr_t) bl);
227 len = blklen(bl);
241 *vp = *bl;
247 for (bp = bl + 1; *bp; *vp++ = *bp++)
[all …]
/original-bsd/old/refer/NOTUSED/
H A Dflagger.c18 int bl; variable
49 while ( gw (wds[wdp = next(wdp)], &bl))
51 blank[wdp] = bl;
/original-bsd/lib/libc/sparc/stdlib/
H A Dabs.s24 bl,a 1f
/original-bsd/lib/libc/gen/
H A Dcrypt.c239 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 argument
241 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 argument
242 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 argument
/original-bsd/usr.bin/last/
H A Dlast.c138 long bl, delta; /* time difference */ in wtmp() local
144 bl = (stb.st_size + sizeof(buf) - 1) / sizeof(buf); in wtmp()
150 while (--bl >= 0) { in wtmp()
151 if (lseek(wfd, (off_t)(bl * sizeof(buf)), L_SET) == -1 || in wtmp()
/original-bsd/usr.bin/tn3270/ctlr/
H A Dapi.h335 bl, member
346 bl,
/original-bsd/lib/libc/sparc/gen/
H A Ddivrem.m487 bl L.$1.eval(TWOSUPN+$2)
191 bl Lend_regular_divide
199 bl 1f
232 bl,a Lgot_result
243 bl,a 1f
H A D_setjmp.s46 bl,a 1b ! if below,
H A Dumul.s115 bl,a 1f ! if %o1 < 0 (high order bit = 1),
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/fonts/
H A DSm47 bl 200 2 071 1494 7PT SO SQ
H A DDESC32 |> cs =~ ~~ Cl Cr ~> |- |= an Ah Vh Gl bl OR AN
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dsymtab.c957 block_function (bl) in block_function() argument
958 struct block *bl; in block_function()
960 while (BLOCK_FUNCTION (bl) == 0 && BLOCK_SUPERBLOCK (bl) != 0)
961 bl = BLOCK_SUPERBLOCK (bl);
963 return BLOCK_FUNCTION (bl);
/original-bsd/usr.sbin/sendmail/src/
H A Dalias.c560 ADDRESS al, bl; local
647 if (parseaddr(p, &bl, RF_COPYNONE, ',',
H A Dutil.c1917 static int bl = 0; local
1927 if (bl < l)
1933 bl = l;
/original-bsd/sys/sparc/sparc/
H A Dbsd_audiointr.s110 bl 1f
H A Dlocore.s886 bl,a ctw_merge ! all ok if only 1
1841 bl,a winuf_ok ! if only one page, enter window X
1921 bl,a 1f ! got them
2067 bl,a rft_user_ok ! only 1 page: ok
2210 bl 0b ! yes, continue loop
2225 bl 0b ! yes, continue
2247 bl,a 0b ! yes, continue
2303 bl 0b ! no, loop
3599 bl 1f
3775 bl 1f
[all …]
/original-bsd/old/dbx/
H A Devents.c77 #define bplist_append(bp, bl) list_append(list_item(bp), nil, bl) argument

12