/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-pkey.pod | 200 <table style="border:1px solid; border-collapse:collapse"> 201 <tr><th style="border:1px solid" align="left">Function Call</th> 202 <th style="border:1px solid" colspan="13">Current State</th></tr> 203 <tr><th style="border:1px solid"></th> 204 <th style="border:1px solid" align="center">start</th> 205 <th style="border:1px solid" align="center">newed</th> 206 <th style="border:1px solid" align="center">digest<br>sign</th> 207 <th style="border:1px solid" align="center">verify</th> 208 <th style="border:1px solid" align="center">verify<br>recover</th> 209 <th style="border:1px solid" align="center">encrypt</th> [all …]
|
H A D | life_cycle-cipher.pod | 158 <table style="border:1px solid; border-collapse:collapse"> 159 <tr><th style="border:1px solid" align="left">Function Call</th> 160 <th style="border:1px solid" colspan="10">Current State</th></tr> 161 <tr><th style="border:1px solid"></th> 162 <th style="border:1px solid" align="center">start</th> 163 <th style="border:1px solid" align="center">newed</th> 164 <th style="border:1px solid" align="center">initialised</th> 165 <th style="border:1px solid" align="center">updated</th> 166 <th style="border:1px solid" align="center">finaled</th> 167 <th style="border:1px solid" align="center">initialised<br>decryption</th> [all …]
|
H A D | life_cycle-digest.pod | 112 <table style="border:1px solid; border-collapse:collapse"> 113 <tr><th style="border:1px solid" align="left">Function Call</th> 114 <th style="border:1px solid" colspan="6">Current State</th></tr> 115 <tr><th style="border:1px solid"></th> 116 <th style="border:1px solid" align="center">start</th> 117 <th style="border:1px solid" align="center">newed</th> 118 <th style="border:1px solid" align="center">initialised</th> 119 <th style="border:1px solid" align="center">updated</th> 120 <th style="border:1px solid" align="center">finaled</th> 121 <th style="border:1px solid" align="center">freed</th></tr> [all …]
|
H A D | life_cycle-mac.pod | 112 <table style="border:1px solid; border-collapse:collapse"> 113 <tr><th style="border:1px solid" align="left">Function Call</th> 114 <th style="border:1px solid" colspan="6">Current State</th></tr> 115 <tr><th style="border:1px solid"></th> 116 <th style="border:1px solid" align="center">start</th> 117 <th style="border:1px solid" align="center">newed</th> 118 <th style="border:1px solid" align="center">initialised</th> 119 <th style="border:1px solid" align="center">updated</th> 120 <th style="border:1px solid" align="center">finaled</th> 121 <th style="border:1px solid" align="center">freed</th></tr> [all …]
|
H A D | life_cycle-rand.pod | 104 <table style="border:1px solid; border-collapse:collapse"> 105 <tr><th style="border:1px solid" align="left">Function Call</th> 106 <th style="border:1px solid" colspan="5">Current State</th></tr> 107 <tr><th style="border:1px solid"></th> 108 <th style="border:1px solid" align="center">start</th> 109 <th style="border:1px solid" align="center">newed</th> 110 <th style="border:1px solid" align="center">instantiated</th> 111 <th style="border:1px solid" align="center">uninstantiated</th> 112 <th style="border:1px solid" align="center">freed</th></tr> 113 <tr><th style="border:1px solid" align="left">EVP_RAND_CTX_new</th> [all …]
|
H A D | life_cycle-kdf.pod | 91 <table style="border:1px solid; border-collapse:collapse"> 92 <tr><th style="border:1px solid" align="left">Function Call</th> 93 <th style="border:1px solid" colspan="4">Current State</th></tr> 94 <tr><th style="border:1px solid"></th> 95 <th style="border:1px solid" align="center">start</th> 96 <th style="border:1px solid" align="center">newed</th> 97 <th style="border:1px solid" align="center">deriving</th> 98 <th style="border:1px solid" align="center">freed</th></tr> 99 <tr><th style="border:1px solid" align="left">EVP_KDF_CTX_new</th> 100 <td style="border:1px solid" align="center">newed</td> [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 82 friend const_iterator begin(StringRef path, Style style); 107 friend reverse_iterator rbegin(StringRef path, Style style); 122 const_iterator begin(StringRef path, Style style = Style::native); 132 reverse_iterator rbegin(StringRef path, Style style = Style::native); 155 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native); 170 Style style = Style::native); 196 Style style = Style::native); 202 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native); 211 Style style = Style::native); 228 void append(SmallVectorImpl<char> &path, Style style, const Twine &a, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 41 inline Style real_style(Style style) { in real_style() argument 42 if (style != Style::native) in real_style() 43 return style; in real_style() 44 if (is_style_posix(style)) in real_style() 50 inline const char *separators(Style style) { in separators() argument 51 if (is_style_windows(style)) in separators() 56 inline char preferred_separator(Style style) { in preferred_separator() argument 57 if (real_style(style) == Style::windows) in preferred_separator() 62 StringRef find_first_component(StringRef path, Style style) { in find_first_component() argument 72 if (is_style_windows(style)) { in find_first_component() [all …]
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_demangle.c | 39 is_mangled(const char *s, unsigned int style) in is_mangled() argument 42 switch (style) { in is_mangled() 43 case ELFTC_DEM_ARM: return (is_cpp_mangled_ARM(s) ? style : 0); in is_mangled() 44 case ELFTC_DEM_GNU2: return (is_cpp_mangled_gnu2(s) ? style : 0); in is_mangled() 45 case ELFTC_DEM_GNU3: return (is_cpp_mangled_gnu3(s) ? style : 0); in is_mangled() 61 demangle(const char *s, unsigned int style, unsigned int rc) in demangle() argument 65 switch (style) { in demangle() 79 unsigned int style, rc; in elftc_demangle() local 82 style = flags & 0xFFFF; in elftc_demangle() 86 ((style = is_mangled(mangledname, style)) == 0)) { in elftc_demangle() [all …]
|
/freebsd/usr.bin/tail/ |
H A D | tail.c | 80 enum STYLE style; in main() local 98 if (style) \ in main() 108 style = (forward); \ in main() 114 style = (backward); \ in main() 120 style = NOTSET; in main() 183 if (style == FBYTES) in main() 184 style = RBYTES; in main() 185 else if (style == FLINES) in main() 186 style = RLINES; in main() 193 if (style == NOTSET) { in main() [all …]
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | cipher.dot | 4 begin [label=start, color="#deeaee", style="filled"]; 5 newed [fontcolor="#c94c4c", style="solid"]; 10 end [label="freed", color="#deeaee", style="filled"]; 20 style=dashed]; 25 style=dashed]; 29 style=dashed]; 35 style=dashed]; 39 most -> newed [label="EVP_CIPHER_CTX_reset", style=dashed, 41 most [label="any of the initialised\nupdated or finaled states", style=dashed, 49 begin [label=start, color="#deeaee", style="filled"]; [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.css | 3 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). 23 /* Some browsers set border-color in a browser style for tbody, 101 .Bl-bullet { list-style-type: disc; 104 .Bl-dash { list-style-type: none; 108 .Bl-item { list-style-type: none; 121 font-style: normal; 166 .Rs { font-style: normal; 169 .RsB { font-style: italic; 173 .RsI { font-style: italic; 175 .RsJ { font-style: italic; [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | partitions.dot | 5 main [style=filled,fillcolor=lightblue]; 6 f1 [style=filled,fillcolor=lightsalmon]; 7 f2 [style=filled,fillcolor=palegreen]; 8 f3 [style=filled,fillcolor=lightblue]; 9 f4 [style=filled,fillcolor=lightsalmon]; 10 f5 [style=filled,fillcolor=lightblue]; 11 f6 [style=filled,fillcolor=palegreen];
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
H A D | graph_legend.dot | 5 …",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolor="grey75",style="filled" fontcolor… 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
H A D | graph_legend.dot | 5 …",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolor="grey75",style="filled" fontcolor… 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
H A D | graph_legend.dot | 5 …",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolor="grey75",style="filled" fontcolor… 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
H A D | graph_legend.dot | 5 …",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolor="grey75",style="filled" fontcolor… 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | doxygen.css | 144 font-style: italic; 168 font-style: italic; 205 font-style: italic; 216 font-style: italic; 235 border-top-style: solid; 236 border-right-style: none; 237 border-bottom-style: none; 238 border-left-style: none; 253 border-top-style: solid; 254 border-right-style: none; [all …]
|
/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity.c | 120 void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() argument 122 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT) in UnityPrintNumberByStyle() 126 else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT) in UnityPrintNumberByStyle() 128 …UnityPrintNumberUnsigned( (_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1]… in UnityPrintNumberByStyle() 132 UnityPrintNumberHex((_U_UINT)number, (char)((style & 0x000F) << 1)); in UnityPrintNumberByStyle() 474 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualNumber() argument 482 UnityPrintNumberByStyle(expected, style); in UnityAssertEqualNumber() 484 UnityPrintNumberByStyle(actual, style); in UnityAssertEqualNumber() 496 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualIntArray() argument 518 switch(style & (UNITY_DISPLAY_STYLE_T)(~UNITY_DISPLAY_RANGE_AUTO)) in UnityAssertEqualIntArray() [all …]
|