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

1234567

/macosx-10.9.5/libresolv-54/
H A Dns_samedomain.c57 size_t la, lb; local
62 lb = strlen(b);
81 if (lb != 0 && b[lb - 1] == '.') {
83 /* note this loop doesn't get executed if lb==1 */
84 for (i = lb - 2; i >= 0; i--)
93 lb--;
96 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
97 if (lb == 0)
101 if (lb > l
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dlbtest.rb34 lb = LocalBarrier.new(n)
40 lb.sync
45 lb.sync
47 # lb.join # [ruby-dev:30653]
/macosx-10.9.5/ruby-104/ruby/missing/
H A Derf.c52 double la = 1, lb = 1 + x - a; /* Laguerre polynomial */ local
56 result = w / lb;
58 temp = ((k - 1 - a) * (lb - la) + (k + x) * lb) / k;
59 la = lb; lb = temp;
61 temp = w / (la * lb);
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DDirBrowse.cpp92 CListBox *lb = (CListBox *)GetDlgItem(IDC_DIRLIST); local
95 lb->GetText(lb->GetCurSel(), curSel);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/include/serial/
H A Dpexpression.inc55 outside of the [lb]0..9[rb] range. This is a custom extension of PEs
107 [lb]list t [var x][rb]
112 [lb]list n [var A][rb]
123 [lb]list / [var e1] [var e2] ... [rb]
132 [lb]list x [var e1] [var e2] ... [rb]
141 [lb]list * [var e][rb]
151 [lb]list + [var e][rb]
161 [lb]list & [var e][rb]
170 [lb]list ! [var e][rb]
180 [lb]lis
[all...]
/macosx-10.9.5/OpenSSH-186/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);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequical.tcl41 scrollbar .f1.sb -command [list .f1.lb yview]
42 listbox .f1.lb -width 50 -height 10 -exportselection 0 \
45 pack .f1.lb -fill both -expand 1
62 bind .f1.lb <ButtonPress> {ChooseEntry [.f1.lb nearest %y]}
63 .f1.lb insert end "Loading..."
73 .f1.lb delete 0 end
75 .f1.lb insert end $k
77 .f1.lb insert end "(new entry)"
101 set detail(full) [.f1.lb ge
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_shift.c144 int i,nw,lb,rb; local
151 lb=n%BN_BITS2;
152 rb=BN_BITS2-lb;
156 if (lb == 0)
164 t[nw+i]=(l<<lb)&BN_MASK2;
176 int i,j,nw,lb,rb; local
182 lb=BN_BITS2-rb;
211 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/macosx-10.9.5/bind9-45.100/bind9/util/
H A Dmksymtbl.pl100 my $lb = substr($b, -8);
102 my $hb = substr($b, 0, length($b) - length($lb));
107 $lb = $hb;
109 hex($la) <=> hex($lb)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dexpander.tcl34 # lb The left bracket sequence
137 lb -
184 # object name. E.g., "lb"
205 # object name. E.g., "lb"
228 # object name. E.g., "lb"
275 Set lb $newbracket
277 return [Get lb]
315 Set lb $lbrack
406 if {[info exists Info($name-lb)]} {
412 set Info($name-lb) "\["
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAllComponents.tcl20 listbox $w.lb -height 20 -width 80 -yscrollcommand "$w.sby set" \
22 scrollbar $w.sby -orient vertical -command "$w.lb yview"
24 grid $w.lb -column 0 -row 1 -sticky news
35 $w.lb insert end $txt
H A DAnyMemLeaks.tcl29 label .lb -text {If you have memory leaks, fix them!} -bg white \
31 place .lb -x 10 -y 10 -anchor nw
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dcombobox.tcl192 ## LBSelected $lb -- Activation binding for listbox
196 proc ttk::combobox::LBSelected {lb} {
197 set cb [LBMaster $lb]
198 LBSelect $lb
206 proc ttk::combobox::LBCancel {lb} {
207 Unpost [LBMaster $lb]
213 proc ttk::combobox::LBTab {lb dir} {
214 set cb [LBMaster $lb]
221 LBSelect $lb
424 ## LBMaster $lb
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl126 listbox $t.lb -selectmode single -yscrollcommand [list $t.sy set]
127 scrollbar $t.sy -orient v -command [list $t.lb yview]
132 pack $t.lb -side right -fill both -expand 1
133 eval [list $t.lb insert end] $cursors
134 bind $t.lb <Button-1> { %W config -cursor [%W get [%W nearest %y]] }
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl227 proc putList { lb aList } {
229 $lb insert end $e
233 proc getList { lb } {
234 $lb get 0 end
242 proc checkList { lb prg } {
244 set lst [getList $lb]
254 proc appendList { lb prg } {
256 if { [checkList $lb $prg] == 0 } {
257 $lb insert end $prg
261 proc deleteList { lb pr
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c805 log_base *lb; local
807 for ( lb = li->li_bases; lb; lb=lb->lb_next )
808 value_add_one( &c->rvalue_vals, &lb->lb_line );
873 log_base *lb, *ln; local
875 for ( lb = li->li_bases; lb; lb
880 log_base *lb = NULL, **lp; local
982 log_base *lb; local
1459 log_base *lb; local
1872 log_base *lb; local
1924 log_base *lb; local
1972 log_base *lb; local
[all...]
/macosx-10.9.5/groff-38/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;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dpty_sgttyb.c93 static int lb; /* local modes */ local
101 || -1 == ioctl(fd, TIOCLGET, (char *)&lb)
117 (void) ioctl(fd, TIOCLSET, (char *)&lb);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dchain.c258 ldap_chain_cb_t *lb = (ldap_chain_cb_t *)op->o_callback->sc_private; local
263 if ( lb->lb_status == LDAP_CH_ERR ) {
295 if ( lb->lb_depth < lb->lb_lc->lc_max_depth && rs->sr_ref != NULL ) {
296 rs->sr_err = ldap_chain_search( op, rs, rs->sr_ref, lb->lb_depth );
303 lb->lb_status = LDAP_CH_ERR;
315 && lb->lb_depth < lb->lb_lc->lc_max_depth
318 rs->sr_err = ldap_chain_op( op, rs, lb->lb_op_f, rs->sr_ref, lb
335 ldap_chain_cb_t *lb = (ldap_chain_cb_t *)op->o_callback->sc_private; local
398 ldap_chain_cb_t *lb = (ldap_chain_cb_t *)op->o_callback->sc_private; local
674 ldap_chain_cb_t *lb = (ldap_chain_cb_t *)op->o_callback->sc_private; local
952 ldap_chain_cb_t lb = { 0 }; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A Dexpand140 # lb
144 proc ::expand::lb {} {
160 # setbrackets lb rb
163 proc ::expand::setbrackets {lb rb} {
167 if {$lb == "" || $rb == ""} {
171 set leftBracket $lb
389 set plainText [ExtractToToken inputString [lb] exclude]
415 ContextAppend "[lb]$macro[rb]"
418 ContextAppend "[lb]$macro[rb]\n"
422 error "*** Error in macro:\n[lb]
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dexpand140 # lb
144 proc ::expand::lb {} {
160 # setbrackets lb rb
163 proc ::expand::setbrackets {lb rb} {
167 if {$lb == "" || $rb == ""} {
171 set leftBracket $lb
389 set plainText [ExtractToToken inputString [lb] exclude]
415 ContextAppend "[lb]$macro[rb]"
418 ContextAppend "[lb]$macro[rb]\n"
422 error "*** Error in macro:\n[lb]
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl77 set lb [ListBox $sw.lb \
82 $lb insert end item:$i \
85 $sw setwidget $lb
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bio/
H A Dbio_lib.c382 BIO *lb; local
385 lb=b;
386 while (lb->next_bio != NULL)
387 lb=lb->next_bio;
388 lb->next_bio=bio;
390 bio->prev_bio=lb;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dwalk.c130 Tcl_Obj* lb = NULL; local
139 lb = Tcl_NewStringObj ("leave",-1); Tcl_IncrRefCount (lb);
141 res = t_walkdfsboth (interp, tdn, f, cs, avn, nvn, la, lb);
144 Tcl_DecrRefCount (lb);
178 lb = Tcl_NewStringObj ("leave",-1); Tcl_IncrRefCount (lb);
180 res = t_walkbfsboth (interp, tdn, f, cs, avn, nvn, la, lb);
183 Tcl_DecrRefCount (lb);

Completed in 186 milliseconds

1234567