Searched refs:lb (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-10.0-release/lib/libc/nameser/
H A Dns_samedomain.c54 size_t la, lb; local
59 lb = strlen(b);
78 if (lb != 0U && b[lb - 1] == '.') {
80 /* note this loop doesn't get executed if lb==1 */
81 for (i = lb - 2; i >= 0; i--)
90 lb--;
93 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
94 if (lb == 0U)
98 if (lb > l
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dlog-cmd.c332 struct log_receiver_baton *lb = baton;
337 if (lb->ctx->cancel_func)
338 SVN_ERR(lb->ctx->cancel_func(lb->ctx->cancel_baton));
347 apr_array_pop(lb->merge_stack);
363 if (! lb->omit_log_message && message == NULL)
366 if (lb->search_patterns &&
367 ! match_search_patterns(lb->search_patterns, author, date, message,
371 APR_ARRAY_PUSH(lb->merge_stack, svn_revnum_t) = log_entry->revision;
411 if (lb
331 struct log_receiver_baton *lb = baton; local
523 struct log_receiver_baton *lb = baton; local
680 struct log_receiver_baton lb; local
[all...]
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_txt.c148 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1);
171 tp->len != 0 && tp->lb[tp->len - 1] == '\\')
181 tp->lb[tp->len] = '\0';
190 tp->lb[tp->len - 1] == '.') {
215 free(ait.lb);
249 if (!isblank(tp->lb[cnt]))
253 tp->lb[0] = ev.e_c;
254 tp->lb[1] = '\0';
292 ait.lb = NULL;
294 BINC_GOTOW(sp, ait.lb, ai
[all...]
H A Dex_subst.c320 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \
321 if (lb == NULL) { \
326 MEMCPY(lb + lbclen, l, len); \
333 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \
334 if (lb == NULL) { \
338 pnt = lb + lbclen; \
356 CHAR_T *bp, *lb; local
483 * lb: build buffer pointer.
487 bp = lb = NULL;
656 ev.e_c = TAILQ_FIRST(tiq)->lb[
1321 CHAR_T *lb; /* Local copies. */ local
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c41 test(const char *p, long long lb, long long ub, int ok) argument
46 val = strtonum(p, lb, ub, &q);
48 fprintf(stderr, "%s [%lld-%lld] ", p, lb, ub);
52 fprintf(stderr, "%s [%lld-%lld] %lld ", p, lb, ub, val);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c764 struct lock_baton *lb = baton;
776 SVN_ERR(lb->fs->vtable->youngest_rev(&youngest, lb->fs, pool));
777 SVN_ERR(lb->fs->vtable->revision_root(&root, lb->fs, youngest, pool));
778 SVN_ERR(svn_fs_fs__check_path(&kind, root, lb->path, pool));
780 return SVN_FS__ERR_NOT_FILE(lb->fs, lb->path);
786 if (SVN_IS_VALID_REVNUM(lb->current_rev))
790 lb
761 struct lock_baton *lb = baton; local
930 struct lock_baton lb; local
[all...]
/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_utable.c150 int lb; local
168 lb = 0;
171 while (ub > lb) {
172 mid = (lb + ub) / 2;
183 TRACE_T_BINSEARCH32(lb, ub, mid, code_start, code_end)
185 lb = mid + 1;
191 if (ub <= lb)
223 int lb; local
239 lb = 0;
242 while (ub > lb) {
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_shift.c137 int i,nw,lb,rb; local
147 lb=n%BN_BITS2;
148 rb=BN_BITS2-lb;
152 if (lb == 0)
160 t[nw+i]=(l<<lb)&BN_MASK2;
173 int i,j,nw,lb,rb; local
182 lb=BN_BITS2-rb;
217 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_txt.c306 BINC_RETW(sp, tp->lb, tp->lb_len, len);
307 MEMMOVE(tp->lb, lp, len);
372 tp->lb[tp->cno++] = prompt;
388 tp->lb[tp->cno] = CH_CURSOR;
752 for (p = tp->lb + tp->cno; owrite > 0 && isblank(*p);
758 p = tp->lb + tp->cno + owrite;
793 FREE_SPACEW(sp, ait.lb, ait.lb_len);
812 BINC_GOTOW(sp, ntp->lb,
814 MEMMOVE(ntp->lb + ntp->cno, wmt.lb, WMTSPAC
[all...]
H A Dv_at.c96 v_event_push(sp, NULL, tp->lb, tp->len, 0))
/freebsd-10.0-release/lib/libc/mips/string/
H A Dstrlen.S50 lb v0, 0(a0) # get byte from string
/freebsd-10.0-release/contrib/nvi/common/
H A Dput.c92 if (db_append(sp, 1, lno, tp->lb, tp->len))
106 if (db_append(sp, 1, lno, tp->lb, tp->len))
138 MEMCPY(t, tp->lb, tp->len);
195 MEMCPY(t, ltp->lb, ltp->len);
219 if (db_append(sp, 1, lno, tp->lb, tp->len))
H A Dcut.c254 MEMCPY(tp->lb, p + fcno, clen);
310 MALLOC(sp, tp->lb, CHAR_T *, tp->lb_len);
311 if (tp->lb == NULL) {
316 MEMCPY(tp->lb, p, len);
348 if (tp->lb != NULL)
349 free(tp->lb);
H A Dcut.h30 CHAR_T *lb; /* Line buffer. */ member in struct:_text
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c244 struct pmclog_buffer *lb; local
267 lb = NULL;
284 if (lb == NULL) { /* look for a fresh buffer to write */
286 if ((lb = TAILQ_FIRST(&po->po_logbuffers)) == NULL) {
306 TAILQ_REMOVE(&po->po_logbuffers, lb, plb_next);
314 lb->plb_base, lb->plb_ptr);
317 aiov.iov_base = lb->plb_base;
318 aiov.iov_len = nbytes = lb->plb_ptr - lb
649 struct pmclog_buffer *lb; local
700 struct pmclog_buffer *lb; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A Dcmac.c263 int i, bl, lb; local
274 lb = ctx->nlast_block;
276 if (lb == bl)
283 ctx->last_block[lb] = 0x80;
284 if (bl - lb > 1)
285 memset(ctx->last_block + lb + 1, 0, bl - lb - 1);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dlocking_commands.c76 struct lock_baton *lb = baton;
92 if (lb->base_dir_abspath)
94 char *path = svn_hash_gets(lb->urls_to_paths, rel_url);
97 local_abspath = svn_dirent_join(lb->base_dir_abspath, path, pool);
101 notify->path_prefix = lb->base_dir_abspath;
107 SVN_ERR(svn_wc_add_lock2(lb->ctx->wc_ctx, local_abspath, lock,
108 lb->pool));
124 SVN_ERR(svn_wc_remove_lock2(lb->ctx->wc_ctx, local_abspath,
125 lb->pool));
135 if (lb
74 struct lock_baton *lb = baton; local
[all...]
/freebsd-10.0-release/lib/msun/src/
H A Ds_fmal.c136 long double ha, hb, la, lb, p, q; local
146 lb = b - hb;
149 q = ha * lb + la * hb;
152 ret.lo = p - ret.hi + q + la * lb;
H A Ds_fma.c140 double ha, hb, la, lb, p, q; local
150 lb = b - hb;
153 q = ha * lb + la * hb;
156 ret.lo = p - ret.hi + q + la * lb;
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Deqn.y133 list_box *lb = $1->to_list_box();
134 if (!lb)
135 lb = new list_box($1);
136 lb->append($2);
137 $$ = lb;
H A Dtext.cpp361 list_box *lb = 0; local
510 if (lb != 0)
511 lb->append(b);
513 lb = new list_box(fb);
514 lb->append(b);
521 if (lb != 0)
522 return lb;
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio_lib.c422 BIO *lb; local
425 lb=b;
426 while (lb->next_bio != NULL)
427 lb=lb->next_bio;
428 lb->next_bio=bio;
430 bio->prev_bio=lb;
432 BIO_ctrl(b,BIO_CTRL_PUSH,0,lb);
/freebsd-10.0-release/contrib/flex/
H A Dnfa.c536 * new = mkrep( mach, lb, ub );
538 * new - a machine that matches whatever "mach" matched from "lb"
542 * if "ub" is INFINITE_REPEAT then "new" matches "lb" or more occurrences of "mach"
545 int mkrep (mach, lb, ub)
546 int mach, lb, ub;
550 base_mach = copysingl (mach, lb - 1);
562 for (i = lb; i < ub; ++i) {
/freebsd-10.0-release/tools/tools/netrate/netreceive/
H A Dnetreceive.c130 int lb = round_to(nt * sizeof (struct td_desc *), 64); local
132 char *m = calloc(1, lb + td_len * nt);
142 m += lb; /* skip the pointers */
/freebsd-10.0-release/sys/xdr/
H A Dxdr.c403 long lb; local
408 lb = *bp ? XDR_TRUE : XDR_FALSE;
409 return (XDR_PUTLONG(xdrs, &lb));
412 if (!XDR_GETLONG(xdrs, &lb)) {
415 *bp = (lb == XDR_FALSE) ? FALSE : TRUE;

Completed in 150 milliseconds

1234