Home
last modified time | relevance | path

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

123456

/freebsd-9-stable/contrib/groff/src/utils/xtotroff/
Dxtotroff.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 …]
/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_ripencc.c3219 parsed; variable
3274 parsed = BADLEN_PARSE; in rpt_chan_A_config()
3325 parsed = BADLEN_PARSE; in rpt_almanac_data_page()
3357 parsed = BADLEN_PARSE; in rpt_GPS_time()
3377 parsed = BADLEN_PARSE; in rpt_single_ECEF_position()
3398 parsed = BADLEN_PARSE; in rpt_single_ECEF_velocity()
3425 parsed = BADLEN_PARSE; in rpt_SW_version()
3465 parsed = BADLEN_PARSE; in rpt_rcvr_health()
3497 parsed = BADLEN_PARSE; in rpt_SNR_all_SVs()
3521 parsed = BADLEN_PARSE; in rpt_GPS_system_message()
[all …]
Dntpd.c352 static int parsed; in parse_cmdline_opts() local
355 if (!parsed) in parse_cmdline_opts()
358 parsed = 1; in parse_cmdline_opts()
/freebsd-9-stable/contrib/expat/tests/benchmark/
DREADME.txt10 the file is parsed in chunks of this size
11 <# iterations> ... how often will the file be parsed
/freebsd-9-stable/contrib/cvs/src/
Dparseinfo.c249 static int parsed = 0; local
254 if (parsed)
256 parsed = 1;
/freebsd-9-stable/tools/regression/bin/sh/builtins/
Deval6.04 # the parsed command.
Deval4.04 # the parsed command.
/freebsd-9-stable/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]
/freebsd-9-stable/contrib/tnftp/src/
Dfetch.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()
/freebsd-9-stable/crypto/openssl/doc/apps/
Dpkcs12.pod46 PFX files) to be created and parsed. PKCS#12 files are used by several
52 is being created or parsed. By default a PKCS#12 file is parsed a PKCS#12
61 This specifies filename of the PKCS#12 file to be parsed. Standard input is used
142 parsed.
316 files cannot no longer be parsed by the fixed version. Under such circumstances
Dasn1parse.pod50 don't output the parsed version of the input file.
158 Generate and write out a UTF8String, don't print parsed output:
Drsautl.pod168 This is the parsed version of an ASN1 DigestInfo structure. It can be seen that
/freebsd-9-stable/contrib/libucl/doc/
Dapi.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…
/freebsd-9-stable/tools/tools/nanobsd/rescue/Files/etc/ssh/
Dssh_config9 # Configuration data is parsed as follows:
/freebsd-9-stable/crypto/openssh/
Dssh_config9 # Configuration data is parsed as follows:
/freebsd-9-stable/contrib/libucl/
DREADME.md300 jansson: parsed json in 1.3899 seconds
303 ucl: parsed input in 0.6649 seconds
313 ucl: parsed input in 0.3002 seconds
/freebsd-9-stable/crypto/openssl/doc/crypto/
DSMIME_read_PKCS7.pod23 The parsed PKCS#7 structure is returned or B<NULL> if an
Dd2i_X509.pod33 parsed data.
205 fields entirely and will not be parsed by d2i_X509(). This may be
/freebsd-9-stable/contrib/sendmail/contrib/
Dqtool.pl517 if ($self->{parsed})
594 $self->{parsed} = 1;
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198658-sparc.diff266 + // Push the parsed operand into the list of operands
334 - // Push the parsed operand into the list of operands
/freebsd-9-stable/bin/sh/
Dnodes.c.pat40 * Routine for dealing with parsed shell commands.
/freebsd-9-stable/contrib/gcc/
Dtree-browser.def24 Second field is what is parsed in order to recognize a command.
/freebsd-9-stable/contrib/ntp/libparse/
DREADME86 and the description how the time code can be parsed and
/freebsd-9-stable/contrib/ntp/libjsmn/
DREADME.md20 every JSON packet or allocating temporary objects to store parsed JSON fields
/freebsd-9-stable/contrib/sendmail/src/
Dhelpfile119 -bt the parsed address.

123456