Searched refs:parsed (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c62 XFontName parsed; local
64 if (!XParseFontName(font_name, &parsed, &attributes)) {
72 XFormatFontName(&parsed, attributes, canon_font_name);
108 XFontName parsed; local
116 if (!XParseFontName(font_name, &parsed, &attributes)) {
125 parsed.ResolutionX = resolution;
126 parsed.ResolutionY = resolution;
127 parsed.PointSize = point_size * 10;
128 XFormatFontName(&parsed, attributes, name_string);
139 XParseFontName(names[0], &parsed,
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c3217 /* keep track of whether the message has been successfully parsed */
3219 parsed; variable
3274 parsed = BADLEN_PARSE;
3325 parsed = BADLEN_PARSE;
3357 parsed = BADLEN_PARSE;
3377 parsed = BADLEN_PARSE;
3398 parsed = BADLEN_PARSE;
3425 parsed = BADLEN_PARSE;
3465 parsed = BADLEN_PARSE;
3497 parsed
[all...]
H A Dntpd.c362 static int parsed; local
365 if (!parsed)
368 parsed = 1;
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk98 ${CLANG_TBLGEN} -gen-clang-attr-late-parsed-list \
108 ${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-impl \
113 ${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-kinds \
118 ${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-list \
/freebsd-10-stable/contrib/tnftp/src/
H A Dfetch.c890 DPRINTF("fetch_url: parsed len as: " LLF "\n",
925 fprintf(ttyout, "parsed range as: ");
942 struct tm parsed; local
945 memset(&parsed, 0, sizeof(parsed));
949 &parsed))
953 &parsed))
957 &parsed))) {
958 parsed.tm_isdst = -1;
960 mtime = timegm(&parsed);
[all...]
/freebsd-10-stable/contrib/libstdc++/scripts/
H A 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-10-stable/contrib/bmake/unit-tests/
H A Descape.mk190 # of a syntax error if the preceding line is parsed incorretly.
192 # target instead of a syntax error if the first line is parsed incorrectly.
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dqtool.pl517 if ($self->{parsed})
594 $self->{parsed} = 1;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dlinespec.c170 when the definition of the derived class is parsed. */
610 advanced over the characters actually parsed.
1059 /* Now that we've safely parsed the first half, put back ',' so
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES499 parsed again because token buffer wasn't terminated right.
/freebsd-10-stable/contrib/wpa/src/p2p/
H A Dp2p.c3684 int parsed = 0; local
3711 parsed = 1;
3731 if (parsed)
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2779 % we'll always have a period there to be parsed.
4332 % given all the information in convenient, parsed form.
7140 % name cannot be active until we have parsed the command line.
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex2678 % we'll always have a period there to be parsed.
4230 % given all the information in convenient, parsed form.
6992 % name cannot be active until we have parsed the command line.
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex3882 % we'll always have a period there to be parsed.
5619 % given all the information in convenient, parsed form.
9950 % name cannot be active until we have parsed the command line.

Completed in 420 milliseconds