Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 129) sorted by relevance

123456

/trueos/contrib/groff/src/utils/xtotroff/
HDxtotroff.c62 XFontName parsed; in CanonicalizeFontName() local
64 if (!XParseFontName(font_name, &parsed, &attributes)) { in CanonicalizeFontName()
72 XFormatFontName(&parsed, attributes, canon_font_name); in CanonicalizeFontName()
108 XFontName parsed; in MapFont() local
116 if (!XParseFontName(font_name, &parsed, &attributes)) { in MapFont()
125 parsed.ResolutionX = resolution; in MapFont()
126 parsed.ResolutionY = resolution; in MapFont()
127 parsed.PointSize = point_size * 10; in MapFont()
128 XFormatFontName(&parsed, attributes, name_string); in MapFont()
139 XParseFontName(names[0], &parsed, &attributes); in MapFont()
[all …]
/trueos/contrib/ntp/ntpd/
HDrefclock_ripencc.c2983 parsed; variable
3032 parsed = BADLEN_PARSE; in rpt_chan_A_config()
3080 parsed = BADLEN_PARSE; in rpt_almanac_data_page()
3109 parsed = BADLEN_PARSE; in rpt_GPS_time()
3126 parsed = BADLEN_PARSE; in rpt_single_ECEF_position()
3144 parsed = BADLEN_PARSE; in rpt_single_ECEF_velocity()
3167 parsed = BADLEN_PARSE; in rpt_SW_version()
3202 parsed = BADLEN_PARSE; in rpt_rcvr_health()
3228 parsed = BADLEN_PARSE; in rpt_SNR_all_SVs()
3249 parsed = BADLEN_PARSE; in rpt_GPS_system_message()
[all …]
/trueos/contrib/expat/tests/benchmark/
HDREADME.txt10 the file is parsed in chunks of this size
11 <# iterations> ... how often will the file be parsed
/trueos/bin/sh/tests/builtins/
HDeval4.04 # the parsed command.
HDeval6.04 # the parsed command.
/trueos/contrib/libstdc++/scripts/
Dmake_graph.py115 parsed = self.__parse_res_sets(f_name, cntnr_list)
116 x_label = parsed[0]
117 y_label = parsed[1]
118 cntnr_descs = parsed[2]
119 res_sets = parsed[3]
/trueos/contrib/tnftp/src/
HDfetch.c942 struct tm parsed; in fetch_url() local
945 memset(&parsed, 0, sizeof(parsed)); in fetch_url()
949 &parsed)) in fetch_url()
953 &parsed)) in fetch_url()
957 &parsed))) { in fetch_url()
958 parsed.tm_isdst = -1; in fetch_url()
960 mtime = timegm(&parsed); in fetch_url()
/trueos/crypto/openssl/doc/apps/
HDpkcs12.pod47 PFX files) to be created and parsed. PKCS#12 files are used by several
53 is being created or parsed. By default a PKCS#12 file is parsed. A PKCS#12
62 This specifies filename of the PKCS#12 file to be parsed. Standard input is used
156 parsed.
354 files cannot no longer be parsed by the fixed version. Under such circumstances
HDasn1parse.pod50 don't output the parsed version of the input file.
158 Generate and write out a UTF8String, don't print parsed output:
HDc_rehash.pod46 cannot be parsed as either a certificate or a CRL.
/trueos/contrib/libucl/doc/
HDapi.md86 - `UCL_PARSER_KEY_LOWERCASE` - lowercase keys parsed
87 …les (in zero-copy mode text chunk being parsed without copying strings so it should exist till any…
97 Register new macro with name .`macro` parsed by handler `handler` that accepts opaque data pointer …
104 …cro text `data` of length `len` and the opaque pointer `ud`. If macro is parsed successfully the h…
128 while this one won't be parsed correctly:
159 If the `ucl` data has been parsed correctly this function returns the top object for the parser. Ot…
/trueos/contrib/jansson/doc/
HDgettingstarted.rst18 .. parsed-literal::
79 .. parsed-literal::
98 .. parsed-literal::
/trueos/tools/tools/nanobsd/rescue/Files/etc/ssh/
HDssh_config9 # Configuration data is parsed as follows:
/trueos/crypto/openssh/
HDssh_config9 # Configuration data is parsed as follows:
/trueos/contrib/libucl/
HDREADME.md300 jansson: parsed json in 1.3899 seconds
303 ucl: parsed input in 0.6649 seconds
313 ucl: parsed input in 0.3002 seconds
/trueos/crypto/openssl/doc/crypto/
HDSMIME_read_PKCS7.pod23 The parsed PKCS#7 structure is returned or B<NULL> if an
HDSMIME_read_CMS.pod22 The parsed CMS_ContentInfo structure is returned or NULL if an
HDd2i_X509.pod36 parsed data.
208 fields entirely and will not be parsed by d2i_X509(). This may be
/trueos/contrib/sendmail/contrib/
HDqtool.pl517 if ($self->{parsed})
594 $self->{parsed} = 1;
/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r198658-sparc.diff266 + // Push the parsed operand into the list of operands
334 - // Push the parsed operand into the list of operands
/trueos/contrib/unbound/doc/
HDFEATURES84 RFC 2535: KEY, SIG, NXT: treated as unknown data, syntax is parsed (obsolete).
/trueos/bin/sh/
HDnodes.c.pat40 * Routine for dealing with parsed shell commands.
/trueos/contrib/gcc/
HDtree-browser.def24 Second field is what is parsed in order to recognize a command.
/trueos/contrib/ntp/libparse/
HDREADME86 and the description how the time code can be parsed and
/trueos/contrib/expat/doc/
HDxmlwf.sgml333 data from outside the XML file currently being parsed.
345 &lt;!ENTITY header SYSTEM "header-&amp;vers;.xml"&gt; (parsed)

123456