Home
last modified time | relevance | path

Searched refs:lb (Results 1 – 25 of 63) sorted by relevance

123

/dragonfly/contrib/cvs-1.12/src/
H A Dlog-buffer.c86 lb->log = cvs_temp_file (&lb->back_fn); in log_buffer_force_file()
87 if (!lb->log) in log_buffer_force_file()
133 struct log_buffer *lb = xmalloc (sizeof *lb); in log_buffer_initialize() local
179 if (!lb->log) log_buffer_force_file (lb); in log_buffer_initialize()
180 if (lb->log) in log_buffer_initialize()
230 && xsum (*got, buf_count_mem (lb->back_buf)) >= lb->max) in log_buffer_input()
235 if (!lb->log) log_buffer_force_file (lb); in log_buffer_input()
288 if (!lb->log) log_buffer_force_file (lb); in log_buffer_output()
327 if (lb->log && (fflush (lb->log))) in log_buffer_flush()
330 return (*lb->buf->flush) (lb->buf->closure); in log_buffer_flush()
[all …]
/dragonfly/contrib/nvi2/vi/
H A Dv_txt.c801 MEMMOVE(ntp->lb + ntp->cno, wmt.lb, WMTSPACE); in v_txt()
944 ait.lb = NULL; in v_txt()
947 MEMMOVE(ait.lb, tp->lb, tp->ai); in v_txt()
1756 t = aitp->lb; in v_txt_auto()
1772 MEMMOVE(tp->lb + nlen, tp->lb, tp->len); in v_txt_auto()
1917 (tp->lb[tp->cno - 1] == ' ' || tp->lb[tp->cno - 1] == '\t'); in txt_dent()
1988 p = tp->lb; in txt_fc()
2376 MEMMOVE(tp->lb + tp->cno, tp->lb + tp->cno + len, in txt_hex()
2493 MEMMOVE(tp->lb + cno, tp->lb + cno + copydown, in txt_insch()
2509 tp->lb[tp->cno + 1] = tp->lb[tp->cno]; in txt_insch()
[all …]
H A Dv_ex.c294 if (argv_exp1(sp, &cmd, tp->lb + 1, tp->len - 1, 1)) in v_filter()
376 if (ex_run_str(sp, NULL, tp->lb, tp->len, 0, 1)) in v_ex()
602 !MEMCMP(tp->lb, p, len)) in v_ecl_log()
605 rval = db_append(ccl_sp, 0, lno, tp->lb, tp->len); in v_ecl_log()
/dragonfly/lib/libc/nameser/
H A Dns_samedomain.c50 size_t la, lb; in ns_samedomain() local
55 lb = strlen(b); in ns_samedomain()
74 if (lb != 0U && b[lb - 1] == '.') { in ns_samedomain()
77 for (i = lb - 2; i >= 0; i--) in ns_samedomain()
86 lb--; in ns_samedomain()
90 if (lb == 0U) in ns_samedomain()
94 if (lb > la) in ns_samedomain()
98 if (lb == la) in ns_samedomain()
99 return (strncasecmp(a, b, lb) == 0); in ns_samedomain()
103 diff = la - lb; in ns_samedomain()
[all …]
/dragonfly/contrib/nvi2/ex/
H A Dex_txt.c177 tp->lb[tp->len] = '\0'; in ex_txt()
211 free(ait.lb); in ex_txt()
245 if (!isblank(tp->lb[cnt])) in ex_txt()
249 tp->lb[0] = ev.e_c; in ex_txt()
250 tp->lb[1] = '\0'; in ex_txt()
288 ait.lb = NULL; in ex_txt()
291 MEMCPY(ait.lb, tp->lb, tp->ai); in ex_txt()
332 tp->lb[tp->len++] = ev.e_c; in ex_txt()
386 if (tp->lb[off] == '\t') in txt_dent()
421 tp->lb[tp->len++] = '\t'; in txt_dent()
[all …]
H A Dex_subst.c315 if (lb == NULL) { \
320 MEMCPY(lb + lbclen, l, len); \
328 if (lb == NULL) { \
332 pnt = lb + lbclen; \
350 CHAR_T *bp, *lb; in s() local
481 bp = lb = NULL; in s()
650 ev.e_c = TAILQ_FIRST(tiq)->lb[0]; in s()
800 if (db_set(sp, lno, lb + last, lbclen)) in s()
867 free(lb); in s()
1313 CHAR_T *lb; /* Local copies. */ in re_sub() local
[all …]
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_shift.c139 int i, nw, lb, rb; in BN_lshift() local
155 lb = n % BN_BITS2; in BN_lshift()
156 rb = BN_BITS2 - lb; in BN_lshift()
160 if (lb == 0) in BN_lshift()
167 t[nw + i] = (l << lb) & BN_MASK2; in BN_lshift()
181 int i, j, nw, lb, rb; in BN_rshift() local
195 lb = BN_BITS2 - rb; in BN_rshift()
223 *(t++) = (tmp|(l << lb)) & BN_MASK2; in BN_rshift()
/dragonfly/crypto/libressl/crypto/cmac/
H A Dcmac.c244 int i, bl, lb; in CMAC_Final() local
252 lb = ctx->nlast_block; in CMAC_Final()
254 if (lb == bl) { in CMAC_Final()
258 ctx->last_block[lb] = 0x80; in CMAC_Final()
259 if (bl - lb > 1) in CMAC_Final()
260 memset(ctx->last_block + lb + 1, 0, bl - lb - 1); in CMAC_Final()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def96 l) lb="$OPTARG";;
107 lb=${lb:=0}
110 $cmd $lb
114 ub=$(($init + $lb))
126 while [ `expr $ub - $lb` -gt 1 ]; do
127 try=$(($lb + ( $ub - $lb ) / 2))
130 lb=$try
136 echo lbound: $lb
H A Dtree-call-cdce.c86 int lb; member
103 get_domain (int lb, bool has_lb, bool lb_inclusive, in get_domain() argument
107 domain.lb = lb; in get_domain()
373 gen_one_condition (arg, domain.lb, in gen_conditions_for_domain()
H A Dgraphite-clast-to-gimple.c866 loop_p outer, tree type, tree lb, tree ub, in graphite_create_new_loop() argument
879 (entry_edge, lb, stride, ub, ivvar, &iv, &iv_after_increment, in graphite_create_new_loop()
1051 tree *type, tree *lb, tree *ub, in graphite_create_new_loop_guard() argument
1058 *lb = clast_to_gcc_expression (*type, stmt->LB, ip); in graphite_create_new_loop_guard()
1063 cond_expr = fold_build2 (LE_EXPR, boolean_type_node, *lb, *ub); in graphite_create_new_loop_guard()
1077 cond_expr = fold_build2 (LT_EXPR, boolean_type_node, *lb, ub_one); in graphite_create_new_loop_guard()
1096 tree type, tree lb, tree ub, ivs_params_p ip) in translate_clast_for_loop() argument
1099 type, lb, ub, level, ip); in translate_clast_for_loop()
1131 tree type, lb, ub; in translate_clast_for() local
1133 &lb, &ub, ip); in translate_clast_for()
[all …]
H A Dgraphite-poly.c1634 mpz_t lb, ub, diff, one; in pbb_number_of_iterations_at_time() local
1645 mpz_init (lb); in pbb_number_of_iterations_at_time()
1664 ppl_min_for_le_pointset (domain, le, lb); in pbb_number_of_iterations_at_time()
1666 mpz_sub (diff, ub, lb); in pbb_number_of_iterations_at_time()
1701 ppl_min_for_le_pointset (domain, le, lb); in pbb_number_of_iterations_at_time()
1705 ppl_set_inhomogeneous_gmp (eq, lb); in pbb_number_of_iterations_at_time()
1724 ppl_min_for_le_pointset (sctr_lb, le, lb); in pbb_number_of_iterations_at_time()
1726 mpz_sub (res, ub, lb); in pbb_number_of_iterations_at_time()
1730 mpz_clear (lb); in pbb_number_of_iterations_at_time()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddbgcnt.def96 l) lb="$OPTARG";;
107 lb=${lb:=0}
110 $cmd $lb
114 ub=$(($init + $lb))
126 while [ `expr $ub - $lb` -gt 1 ]; do
127 try=$(($lb + ( $ub - $lb ) / 2))
130 lb=$try
136 echo lbound: $lb
H A Dtree-chkp.c1112 tree lb, ub, size;
1150 ub = size_binop (PLUS_EXPR, lb, size);
2033 chkp_make_static_const_bounds (HOST_WIDE_INT lb,
2098 lb = chkp_force_gimple_call_op (lb, &seq);
2296 tree lb = gimple_call_arg (call, 0);
3119 lb = chkp_build_addr_expr (var);
3127 fold_convert (chkp_uintptr_type, lb));
3144 bounds = chkp_make_bounds (lb, size, &gsi, true);
3235 tree lb = chkp_build_addr_expr (decl);
3247 tree lb;
[all …]
H A Dtree-call-cdce.c120 int lb; member
137 get_domain (int lb, bool has_lb, bool lb_inclusive, in get_domain() argument
141 domain.lb = lb; in get_domain()
426 gen_one_condition (arg, domain.lb, in gen_conditions_for_domain()
/dragonfly/contrib/nvi2/common/
H A Dput.c82 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
96 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
128 MEMCPY(t, tp->lb, tp->len); in put()
185 MEMCPY(t, ltp->lb, ltp->len); in put()
209 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
H A Dcut.c241 MEMCPY(tp->lb, p + fcno, clen); in cut_line()
293 MALLOC(sp, tp->lb, tp->lb_len); in text_init()
294 if (tp->lb == NULL) { in text_init()
299 MEMCPY(tp->lb, p, len); in text_init()
331 free(tp->lb); in text_free()
/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_lib.c618 BIO *lb; in BIO_push() local
622 lb = b; in BIO_push()
623 while (lb->next_bio != NULL) in BIO_push()
624 lb = lb->next_bio; in BIO_push()
625 lb->next_bio = bio; in BIO_push()
627 bio->prev_bio = lb; in BIO_push()
629 BIO_ctrl(b, BIO_CTRL_PUSH, 0, lb); in BIO_push()
/dragonfly/lib/libc/xdr/
H A Dxdr.c461 long lb; in xdr_bool() local
466 lb = *bp ? XDR_TRUE : XDR_FALSE; in xdr_bool()
467 return (XDR_PUTLONG(xdrs, &lb)); in xdr_bool()
470 if (!XDR_GETLONG(xdrs, &lb)) { in xdr_bool()
473 *bp = (lb == XDR_FALSE) ? FALSE : TRUE; in xdr_bool()
/dragonfly/contrib/tcsh-6/
H A Dtc.bind.c445 CStr fb, lb; in printkeys() local
448 lb.buf = lastbuf; in printkeys()
455 lb.len = 1; in printkeys()
473 p = unparsestring(&lb, STRQQ); in printkeys()
/dragonfly/sys/net/lagg/
H A Dif_lagg.c1955 struct lagg_lb *lb; in lagg_lb_attach() local
1968 lb->lb_key = karc4random(); in lagg_lb_attach()
1969 sc->sc_psc = (caddr_t)lb; in lagg_lb_attach()
1980 struct lagg_lb *lb = (struct lagg_lb *)sc->sc_psc; in lagg_lb_detach() local
1981 if (lb != NULL) in lagg_lb_detach()
1982 kfree(lb, M_DEVBUF); in lagg_lb_detach()
1989 struct lagg_lb *lb = (struct lagg_lb *)sc->sc_psc; in lagg_lb_porttable() local
1993 bzero(&lb->lb_ports, sizeof(lb->lb_ports)); in lagg_lb_porttable()
2002 lb->lb_ports[i++] = lp_next; in lagg_lb_porttable()
2035 p = lagg_hashmbuf(sc, m, lb->lb_key); in lagg_lb_select_tx_port()
[all …]
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dline-map.c69 const struct location_adhoc_data *lb = in location_adhoc_data_hash() local
71 return ((hashval_t) lb->locus in location_adhoc_data_hash()
72 + (hashval_t) lb->src_range.m_start in location_adhoc_data_hash()
73 + (hashval_t) lb->src_range.m_finish in location_adhoc_data_hash()
74 + (size_t) lb->data); in location_adhoc_data_hash()
166 struct location_adhoc_data lb; in get_combined_adhoc_loc() local
209 lb.locus = locus; in get_combined_adhoc_loc()
210 lb.src_range = src_range; in get_combined_adhoc_loc()
211 lb.data = data; in get_combined_adhoc_loc()
213 htab_find_slot (set->location_adhoc_data_map.htab, &lb, INSERT); in get_combined_adhoc_loc()
[all …]
/dragonfly/games/cgram/
H A Dcgram.c282 char lb = ch_tolower(b); in substitute() local
288 *p = lb; in substitute()
291 else if (*p == lb) in substitute()
/dragonfly/contrib/flex/src/
H A Dnfa.c544 int mkrep (int mach, int lb, int ub) in mkrep() argument
548 base_mach = copysingl (mach, lb - 1); in mkrep()
560 for (i = lb; i < ub; ++i) { in mkrep()
/dragonfly/bin/stty/
H A Dprint.c213 binit(const char *lb) in binit() argument
220 label = lb; in binit()

123