Searched refs:oval (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dip_match.c360 int oval; /* octet value */ local
373 #define IP_MATCH_RETURN_TOK_VAL(next, type, oval) do { \
374 *poval = (oval); IP_MATCH_RETURN_TOK((next), type); \
384 oval = *cp - '0';
387 oval *= 10;
388 oval += *cp - '0';
389 if (oval > 255)
392 IP_MATCH_RETURN_TOK_VAL(cp, type, oval);
441 int oval; local
495 switch (token_type = ip_match_next_token(&cp, &saved_cp, &oval)) {
[all...]
H A Dunescape.c72 int oval; local
114 for (oval = ch - '0', i = 0;
117 oval = (oval << 3) | (ch - '0');
119 ch = oval;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tcltklib/
H A Dsample2.rb193 attr :oval, TRUE
210 if @oval == nil
266 if square.oval != nil
267 self.e("delete", square.oval)
268 square.oval = nil
275 if @squares[row][col].oval != nil
276 self.e("delete", @squares[row][col].oval)
277 @squares[row][col].oval = nil
284 oval = @squares[row][col].oval
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsGrph.tcl24 radiobutton .t.top.oval -text Ovals -variable what -value oval \
30 pack .t.top.rect .t.top.oval .t.top.poly .t.top.line \
56 if {$what == "oval"} {
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create oval 100 100 200 150 -outline {} -fill black -stipple gray50
59 $c create oval 250 100 400 300 -width .5c
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsGrph.tcl24 radiobutton .t.top.oval -text Ovals -variable what -value oval \
30 pack .t.top.rect .t.top.oval .t.top.poly .t.top.line \
56 if {$what == "oval"} {
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create oval 100 100 200 150 -outline {} -fill black -stipple gray50
59 $c create oval 250 100 400 300 -width .5c
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dvowelspace.tcl25 .c create oval 100 100 100 100 -width 8 -outline black -tag point
56 .f.c create oval $x $y $x $y -width 2 -outline red
58 .f.c create oval $x $y $x $y -width 2 -outline green
60 .f.c create oval $x $y $x $y -width 2 -outline blue
62 .f.c create oval $x $y $x $y -width 2 -outline yellow
H A Dphonetogram.tcl49 .f.c create oval [expr {$x-1}] [expr {$y-1}] [expr {$x+1}] [expr {$y+1}]
H A Dpitch.tcl54 .f.c create oval [expr {$x-1}] [expr {$y-1}] [expr {$x+1}] [expr {$y+1}]
/macosx-10.9.5/text_cmds-87/tr/
H A Dcset.c72 wchar_t oval; local
125 oval = ncsn->csn_left->csn_min;
128 ncsn->csn_min = oval;
135 oval = ncsn->csn_right->csn_max;
138 ncsn->csn_max = oval;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_circle.tcl25 if { $type == "oval" } {
40 .c create oval [PixelPoint $x $y oval] -fill black
70 .c create oval [concat [PixelPoint $p1] [PixelPoint $p2]] -outline black
H A Ddraw_chemical.tcl23 $::Diagrams::state(canvas) create oval \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dled.tcl65 $win.led create oval $border $border $end $end -fill $options(-off)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dsaslutil.c119 unsigned char oval; local
149 oval = (in[0] << 4) & 0x30;
150 if (inlen > 1) oval |= in[1] >> 4;
151 *out++ = basis_64[oval];
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_handle.c413 uint64_t oval = *((uint64_t *)oaddr); local
415 if (nval == oval)
428 (void) snprintf(s, size, "%llu %s%s%s\n", nval - oval,
429 _dt_droptab[i].dtdrt_str, (nval - oval > 1) ? "s" : "",
435 drop.dtdda_drops = nval - oval;
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dgoldberg.tcl374 $w.c create oval $xy -tag I1 -fill $color2 -outline {}
470 $w.c create oval [box $x $y 13] -fill $color -outline $::C(fg) \
472 $w.c create oval [box $x $y 2] -fill $::C(fg) -outline $::C(fg)
493 $w.c create oval [box $x1 $y1 6] -tag I3_ -fill $color2 \
495 $w.c create oval [box $x2 $y2 6] -tag I3_ -fill $color2 \
578 #.c create oval $xy -tag {I5 I5_2} -fill $::C(bg) -outline {}
639 $w.c create oval $xy -fill $color -outline {} ;# Rotor
646 $w.c create oval $xy -outline $::C(fg) -fill $::C(fg) -tag I6m
660 $w.c create oval $xy -outline $::C(fg) -fill $::C(fg)
680 $w.c create oval [bo
[all...]
H A Dplot.tcl54 set item [$c create oval [expr {$x-6}] [expr {$y-6}] \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_mvg.tcl72 if {$type in {polygon oval arc rectangle line}} then {
77 if {$type in {polygon oval arc rectangle}} {
192 oval {
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_setopt.c509 curl_off_t oval = va_arg(arg, curl_off_t); local
511 "(curl_off_t)%" CURL_FORMAT_CURL_OFF_T, oval);
513 ret = curl_easy_setopt(curl, tag, oval);
515 if(!oval)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c826 register int oval, r2, g2, b2; local
832 oval = histogram[r2][g2][b2];
833 if (oval == -1) {
856 oval = cj;
859 histogram[r2][g2][b2] = oval;
861 *outptr++ = oval;
862 red -= rm[oval];
863 green -= gm[oval];
864 blue -= bm[oval];
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Devent_server.c541 char *oval; local
633 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
635 mail_conf_update(oname, oval);
H A Dmulti_server.c537 char *oval; local
629 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
631 mail_conf_update(oname, oval);
H A Dsingle_server.c420 char *oval; local
512 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
514 mail_conf_update(oname, oval);
H A Dtrigger_server.c431 char *oval; local
523 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
525 mail_conf_update(oname, oval);
/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dsocket.h106 int sys_setsockopt (int s, int level, int oname, const void * oval, int olen);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dgencode.h258 int oval; member in struct:block

Completed in 172 milliseconds

123