/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ipf_rb.h | 17 rbcolour_t colour; \ 98 node->_f.colour = C_RED; \ 101 while ((node != &_n##_rb_zero) && (parent->_f.colour == C_RED)){\ 105 if (tmp1->_f.colour == C_RED) { \ 106 parent->_f.colour = C_BLACK; \ 107 tmp1->_f.colour = C_BLACK; \ 108 gparent->_f.colour = C_RED; \ 116 parent->_f.colour = C_BLACK; \ 117 gparent->_f.colour = C_RED; \ 122 if (tmp1->_f.colour == C_RED) { \ [all …]
|
/freebsd/contrib/ntp/sntp/unity/auto/ |
H A D | colour_prompt.rb | 12 puts "\"Win32API\" is required for colour on a windows machine" 40 def win32_colour(colour) argument 41 case colour 63 def posix_colour(colour) argument 64 case colour 78 def out_c(mode, colour, str) argument 81 change_to(colour) 86 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts 87 $stdout.print("#{change_to(colour)}#{str}\033[0m") if mode == :print
|
H A D | colour_reporter.rb | 18 colour = case(line) 34 colour_puts(colour, line)
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 76 // An option that determines the colour used for elements that are only 77 // in the before part. Must be a colour named in appendix J of 83 // An option that determines the colour used for elements that are only 84 // in the after part. Must be a colour named in appendix J of 90 // An option that determines the colour used for elements that are in both 91 // the before and after parts. Must be a colour named in appendix J of 1605 StringRef getColour() const { return Colour; } in getColour() 1608 DisplayElement(StringRef Colour) : Colour(Colour) {} in DisplayElement() argument 1609 const StringRef Colour; member in __anon94a753662a11::DisplayElement 1616 DisplayEdge(std::string Value, DisplayNode &Node, StringRef Colour) in DisplayEdge() argument [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_getopt.sh | 82 longopt: colour, no_argument, , 'C'" 95 h_getopt_long "${load}" "foo --colour" "-colour|0" 98 args="foo -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour" 100 #result="a,b,c=foobar,-required=foobar,-optional=bazbug,-none,!?,-color,-colour|1" 103 result="a,b,c=foobar,-required=foobar,-optional=bazbug,-none,-color,-color,-colour|1"
|
/freebsd/crypto/openssl/test/ |
H A D | property_test.c | 217 { "", "colour=blue", "colour=blue" }, 218 { "colour=blue", "", "colour=blue" }, 219 { "colour=red", "colour=blue", "colour=blue" }, 220 { "clouds=pink, urn=red", "urn=blue, colour=green", 221 "urn=blue, colour=green, clouds=pink" }, 246 && add_property_names("colour", "urn", "clouds", "pot", "day", "night", in test_property_merge() 403 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property() 404 { &fake_prov1, 1, "fast, colour=blue", "b" }, in test_property() 408 { &fake_prov2, 6, "sky.colour=blue, sky=green, old.data", "e" }, in test_property() 418 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | sony,imx290.yaml | 15 Pixel, available in either mono or colour variants. It is programmable 22 imx290lqr is the full model identifier for the colour variant. "sony,imx290" 33 - sony,imx290lqr # Colour 35 - sony,imx327lqr # Colour
|
H A D | sony,imx296.yaml | 27 The IMX296 sensor exists in two different models, a colour variant
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | rohm,bh1745.yaml | 7 title: ROHM BH1745 colour sensor 13 BH1745 is an I2C colour sensor with red, green, blue and clear 44 colour-sensor@38 {
|
/freebsd/sys/netgraph/ |
H A D | NOTES | 86 - I've been thinking about this. each node could have a 'colour' 87 which is set to the colour of the packet as you pass through. 88 hitting a node already of your colour would abort. Each packet 89 has another (incremented) colour.
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_munin_ | 372 echo hcache.colour 999999 377 echo h64ms.colour 0000FF 381 echo h128ms.colour 1F00DF 387 echo h256ms.colour 3F00BF 392 echo h512ms.colour 5F009F 397 echo h1s.colour 7F007F 402 echo h2s.colour 9F005F 407 echo h4s.colour BF003F 412 echo h8s.colour DF001F 417 echo h16s.colour FF0000
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | icc | 7 # Color profiles as per the ICC's "Image technology colour management - 64 # Kodak colour management system 77 # preferred colour management module like appl CCMS KCMS Lino UCCM "Win " "FF " 82 # colour space "XYZ " "Lab " "RGB " CMYK GRAY ... 152 #>>>60 ubelong ^0x08 \b, colour
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 5922 struct Colour { struct 5960 Colour( Code _colourCode ); 5961 Colour( Colour&& other ) noexcept; 5962 Colour& operator=( Colour&& other ) noexcept; 5963 ~Colour(); 5972 std::ostream& operator << ( std::ostream& os, Colour const& ); 9687 …return ParserResult::runtimeError( "colour mode must be one of: auto, yes or no. '" + useColour + … in makeCommandLineParser() 9794 ["--use-colour"] in makeCommandLineParser() 9961 virtual void use( Colour::Code _colourCode ) = 0; 9965 void use( Colour::Code ) {} in use() [all …]
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pkt_rx1.s | 48 mov es, bx ;; r-mode segment of colour screen 52 mov ah, 15 ;; and white colour
|
H A D | pkt_rx0.asm | 78 mov es, bx ;; r-mode segment of colour screen 82 mov ah, 15 ;; and white colour
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | chgat | 11 # The following should apply the attribute and colour to the whole line
|
/freebsd/usr.bin/grep/ |
H A D | grep.1 | 50 .Op Fl Fl colour Ns Op Cm = Ns Ar when 134 .It Fl Fl colour= Ns Oo Ar when Oc , Fl Fl color= Ns Oo Ar when Oc 542 .Dl $ grep -b --colour -n foo myfile
|
/freebsd/sys/contrib/openzfs/ |
H A D | README.md | 1  local 1878 if (sscanf(args[0], "%hd", &colour) == 0) { in cmd_color_content() 1886 report_return(color_content(colour, &red, &green, &blue)); in cmd_color_content() 2645 short colour, red, green, blue; in cmd_init_color() local 2650 if (sscanf(args[0], "%hd", &colour) == 0) { in cmd_init_color() 2675 report_return(init_color(colour, red, green, blue)); in cmd_init_color() 5984 int n, attr, colour; in cmd_chgat() local 6001 if (sscanf(args[2], "%d", &colour) == 0) { in cmd_chgat() 6009 report_return(chgat(n, attr, colour, NULL)); in cmd_chgat() 6018 short colour; in cmd_wchgat() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | arm,malidp.yaml | 68 Number of output lines/bits for each colour channel.
|
/freebsd/sys/dev/fb/ |
H A D | splash_txt.c | 118 /* Clear screen and set border colour. */ in txt_splash()
|
H A D | splash_bmp.c | 310 * two colour indexes to alternate between for the run in bmp_DecodeRLE4() 374 * two colour indexes to alternate between for the run in bmp_DecodeRLE8()
|
/freebsd/contrib/unbound/util/ |
H A D | rbtree.h | 64 /** colour of this node */
|
H A D | rbtree.c | 47 /** Node colour black */ 49 /** Node colour red */
|
/freebsd/contrib/ldns/ |
H A D | rbtree.c | 49 /** Node colour black */ 51 /** Node colour red */
|