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

1234

/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c77 struct log_receiver_baton *lb = baton;
82 if (lb->ctx->cancel_func)
83 SVN_ERR(lb->ctx->cancel_func(lb->ctx->cancel_baton));
87 lb->merge_depth--;
92 if (lb->quiet)
100 lb->revisions++;
101 if (lb->merge_depth)
102 lb->merged_revs++;
107 lb
76 struct log_receiver_baton *lb = baton; local
137 struct log_receiver_baton lb = { 0 }; local
[all...]
/freebsd-10-stable/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-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c297 svn_cl__log_receiver_baton *lb = baton;
302 if (lb->ctx->cancel_func)
303 SVN_ERR(lb->ctx->cancel_func(lb->ctx->cancel_baton));
312 if (lb->merge_stack)
313 apr_array_pop(lb->merge_stack);
330 if (! lb->omit_log_message && message == NULL)
333 if (lb->search_patterns &&
334 ! match_search_patterns(lb->search_patterns, author, date, message,
339 if (! lb
296 svn_cl__log_receiver_baton *lb = baton; local
509 svn_cl__log_receiver_baton *lb = baton; local
688 svn_cl__log_receiver_baton lb; local
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c759 lock_baton_t *lb,
772 *fs_err = SVN_FS__ERR_NOT_FILE(lb->fs, path);
849 SVN_ERR(get_lock_helper(lb->fs, &existing_lock, path, TRUE, pool));
852 if (! lb->steal_lock)
855 *fs_err = SVN_FS__ERR_PATH_ALREADY_LOCKED(lb->fs, existing_lock);
884 lock_baton_t *lb = baton;
891 lb->infos = apr_array_make(lb->result_pool, lb->targets->nelts,
898 SVN_ERR(lb
753 check_lock(svn_error_t **fs_err, const char *path, const svn_fs_lock_target_t *target, lock_baton_t *lb, svn_fs_root_t *root, svn_revnum_t youngest_rev, apr_pool_t *pool) argument
881 lock_baton_t *lb = baton; local
1238 lock_baton_t lb; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c719 struct lock_baton *lb,
732 *fs_err = SVN_FS__ERR_NOT_FILE(lb->fs, path);
809 SVN_ERR(get_lock_helper(lb->fs, &existing_lock, path, TRUE, pool));
812 if (! lb->steal_lock)
815 *fs_err = SVN_FS__ERR_PATH_ALREADY_LOCKED(lb->fs, existing_lock);
843 struct lock_baton *lb = baton;
856 SVN_ERR(lb->fs->vtable->youngest_rev(&youngest, lb->fs, pool));
857 SVN_ERR(lb->fs->vtable->revision_root(&root, lb
713 check_lock(svn_error_t **fs_err, const char *path, const svn_fs_lock_target_t *target, struct lock_baton *lb, svn_fs_root_t *root, svn_revnum_t youngest_rev, apr_pool_t *pool) argument
840 struct lock_baton *lb = baton; local
1108 struct lock_baton lb; local
[all...]
/freebsd-10-stable/lib/libc/mips/string/
H A Dstrlen.S50 lb v0, 0(a0) # get byte from string
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_shift.c133 int i, nw, lb, rb; local
149 lb = n % BN_BITS2;
150 rb = BN_BITS2 - lb;
154 if (lb == 0)
161 t[nw + i] = (l << lb) & BN_MASK2;
175 int i, j, nw, lb, rb; local
189 lb = BN_BITS2 - rb;
217 *(t++) = (tmp | (l << lb)) & BN_MASK2;
/freebsd-10-stable/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-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c246 struct pmclog_buffer *lb; local
269 lb = NULL;
286 if (lb == NULL) { /* look for a fresh buffer to write */
288 if ((lb = TAILQ_FIRST(&po->po_logbuffers)) == NULL) {
308 TAILQ_REMOVE(&po->po_logbuffers, lb, plb_next);
316 lb->plb_base, lb->plb_ptr);
319 aiov.iov_base = lb->plb_base;
320 aiov.iov_len = nbytes = lb->plb_ptr - lb
650 struct pmclog_buffer *lb; local
701 struct pmclog_buffer *lb; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c256 int i, bl, lb; local
267 lb = ctx->nlast_block;
269 if (lb == bl) {
273 ctx->last_block[lb] = 0x80;
274 if (bl - lb > 1)
275 memset(ctx->last_block + lb + 1, 0, bl - lb - 1);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dlocking_commands.c77 struct lock_baton *lb = baton;
79 const char *local_abspath = lb->urls_to_paths
80 ? svn_hash_gets(lb->urls_to_paths, rel_url)
99 notify->path_prefix = lb->base_dir_abspath;
105 SVN_ERR(svn_wc_add_lock2(lb->ctx->wc_ctx, local_abspath, lock,
106 lb->pool));
124 SVN_ERR(svn_wc_remove_lock2(lb->ctx->wc_ctx, local_abspath,
125 lb->pool));
133 notify->url = svn_path_url_add_component2(lb->base_url, rel_url, pool);
135 if (lb
75 struct lock_baton *lb = baton; local
[all...]
/freebsd-10-stable/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-stable/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-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c412 BIO *lb; local
416 lb = b;
417 while (lb->next_bio != NULL)
418 lb = lb->next_bio;
419 lb->next_bio = bio;
421 bio->prev_bio = lb;
423 BIO_ctrl(b, BIO_CTRL_PUSH, 0, lb);
/freebsd-10-stable/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) {

Completed in 153 milliseconds

1234