HomeSort by: relevance | last modified time | path
    Searched refs:text (Results 1 - 25 of 4118) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/byacc/dist/test/yacc/
err_syntax12.tab.h 3 #define text 456 macro
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Related Pages",url:"pages.html"},
28 {text:"Modules",url:"modules.html"},
29 {text:"Data Structures",url:"annotated.html",children:[
30 {text:"Data Structures",url:"annotated.html"}]}]}
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Data Structures",url:"annotated.html",children:[
28 {text:"Data Structures",url:"annotated.html"},
29 {text:"Data Fields",url:"functions.html",children:[
30 {text:"All",url:"functions.html"},
31 {text:"Variables",url:"functions_vars.html"}]}]}]}
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Related Pages",url:"pages.html"},
28 {text:"Modules",url:"modules.html"}]}
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Related Pages",url:"pages.html"},
28 {text:"Modules",url:"modules.html"}]}
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Related Pages",url:"pages.html"},
28 {text:"Modules",url:"modules.html"},
29 {text:"Examples",url:"examples.html"}]}
  /src/external/bsd/byacc/dist/test/btyacc/
err_syntax12.tab.h 6 #define text 456 macro
  /src/external/mpl/bind/dist/bin/tests/system/idna/
tests.sh 155 text="Checking valid ASCII label"
156 idna_test "$text" "+noidn" LocalhosT LocalhosT.
157 idna_test "$text" "+noidnin +noidnout" LocalhosT LocalhosT.
158 idna_test "$text" "+noidnin +idnout" LocalhosT LocalhosT.
159 idna_test "$text" "+idnin +noidnout" LocalhosT LocalhosT.
160 idna_test "$text" "+idnin +idnout" LocalhosT LocalhosT.
161 idna_test "$text" "+idn" LocalhosT LocalhosT.
178 # displays the returned xn-- text.
181 # unicode text.
185 text="Checking valid non-ASCII label
    [all...]
  /src/sys/arch/mac68k/mac68k/
macglobals.s 9 .text
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Modules",url:"modules.html"}]}
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Modules",url:"modules.html"},
28 {text:"Data Structures",url:"annotated.html",children:[
29 {text:"Data Structures",url:"annotated.html"},
30 {text:"Data Fields",url:"functions.html",children:[
31 {text:"All",url:"functions.html"},
32 {text:"Variables",url:"functions_vars.html"}]}]},
33 {text:"Examples",url:"examples.html"}]}
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
menudata.js 26 {text:"Main Page",url:"index.html"},
27 {text:"Modules",url:"modules.html"}]}
  /src/external/bsd/byacc/dist/test/
err_syntax3.y 8 %token <text> '(' '*' '&
err_syntax6.y 8 %token <text) '(' '*' '&
  /src/tests/ipf/
t_nat_parse.sh 40 test_case in1 intest text text
41 test_case in2 intest text text
42 test_case in3 intest text text
43 test_case in4 intest text text
44 test_case in5 intest text text
    [all...]
t_pools.sh 66 test_case f28 ptest text text
67 test_case f29 ptest text text
68 test_case p1 ptest text text
69 test_case p2 ptest text text
70 test_case p3 ptest text text
    [all...]
  /src/sys/arch/hpcmips/stand/romboot/
romboot.ldscript 7 .text :
10 *(.text)
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
scanresultsitem.cpp 15 return text(sortCol).toInt() < other.text(sortCol).toInt();
17 return text(sortCol) < other.text(sortCol);
  /src/external/bsd/kyua-cli/dist/utils/text/
exceptions.cpp 29 #include "utils/text/exceptions.hpp"
31 namespace text = utils::text;
34 /// Constructs a new error with a plain-text message.
36 /// \param message The plain-text error message.
37 text::error::error(const std::string& message) :
44 text::error::~error(void) throw()
49 /// Constructs a new error with a plain-text message.
51 /// \param message The plain-text error message.
52 text::syntax_error::syntax_error(const std::string& message)
    [all...]
  /src/sys/arch/arm/conf/
kern.ldscript.head 7 /* Read-only sections, merged into text segment: */
8 .text :
10 *(.text)
11 *(.text.*)
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
tui-selftests.c 32 const char *text = "hello"; local
33 std::string result = tui_copy_source_line (&text);
35 SELF_CHECK (*text == '\0');
37 text = "hello\n";
38 result = tui_copy_source_line (&text);
40 SELF_CHECK (*text == '\0');
  /src/external/gpl3/gdb/dist/gdb/unittests/
tui-selftests.c 32 const char *text = "hello"; local
33 std::string result = tui_copy_source_line (&text);
35 SELF_CHECK (*text == '\0');
37 text = "hello\n";
38 result = tui_copy_source_line (&text);
40 SELF_CHECK (*text == '\0');
  /src/external/mit/libcbor/dist/docs/doxygen/
menudata.js 2 {text:'Main Page',url:'index.html'},
3 {text:'Data Structures',url:'annotated.html',children:[
4 {text:'Data Structures',url:'annotated.html'},
5 {text:'Data Structure Index',url:'classes.html'},
6 {text:'Data Fields',url:'functions.html',children:[
7 {text:'All',url:'functions.html',children:[
8 {text:'a',url:'functions.html#index_a'},
9 {text:'b',url:'functions.html#index_b'},
10 {text:'c',url:'functions.html#index_c'},
11 {text:'d',url:'functions.html#index_d'}
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/fallback/
text.h 2 * text.h -- fallback string parser
13 static really_inline uint32_t unescape(const char *text, uint8_t *wire)
17 if ((d[0] = (uint8_t)text[1] - '0') > 9) {
18 *wire = (uint8_t)text[1];
21 d[1] = (uint8_t)text[2] - '0';
22 d[2] = (uint8_t)text[3] - '0';
36 const char *text = data, *text_limit = data + length; local
40 while (text < text_limit) {
41 *wire = (uint8_t)*text;
42 if (likely(*text != '\\'))
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
gpos.h 20 const char *text = token->data + (token->data[0] == '-'); local
23 digits[0] = (uint8_t)text[0] - '0';
24 digits[1] = (uint8_t)text[1] - '0';
25 digits[2] = (uint8_t)text[2] - '0';
26 digits[3] = (uint8_t)text[3] - '0';
39 text += 1;
46 text += 2;
50 if (text[1] != '.')
51 text += 1;
53 for (text += 2; 10u > (uint8_t)((uint8_t)text[0] - '0'); text++)
84 const char *text = token->data + (token->data[0] == '-'); local
175 const char *text = token->data; local
    [all...]

Completed in 99 milliseconds

1 2 3 4 5 6 7 8 91011>>