Searched refs:fc (Results 1 - 25 of 150) sorted by path

123456

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9011 \gdef^^fc{\"u}
9131 \gdef^^fc{\"u}
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2837 frame_need_space (Frame_Chunk *fc, int reg) argument
2839 int prev = fc->ncols;
2841 if (reg < fc->ncols)
2844 fc->ncols = reg + 1;
2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int));
2846 fc->col_offset = xcrealloc (fc->col_offset, fc
2857 frame_display_row(Frame_Chunk *fc, int *need_col_headers, int *max_regs) argument
2977 Frame_Chunk *fc; local
[all...]
H A Dresrc.c2642 const rc_fontdir *fc;
2645 for (c = 0, fc = fontdir; fc != NULL; fc = fc->next, c++)
2650 for (c = 1, fc = fontdir; fc != NULL; fc = fc->next, c++)
2654 (int) fc
2639 const rc_fontdir *fc; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1487 int past_opcode_p, fc, num_suffixes;
1504 fc = 0;
1727 if (fc >= MAX_FIXUPS)
1729 fixups[fc].exp = exp;
1746 fix_up_at = fc;
1755 fixups[fc].opindex = arc_operand_map[(int) *syn];
1756 ++fc;
1882 for (i = 0; i < fc; ++i)
1480 int past_opcode_p, fc, num_suffixes; local
H A Dtc-ppc.c2178 int fc;
2269 fc = 0;
2412 if (fc >= MAX_INSN_FIXUPS)
2415 fixups[fc].reloc = toc_reloc;
2416 fixups[fc].exp = ex;
2417 fixups[fc].opindex = *opindex_ptr;
2418 ++fc;
2556 if (fc >= MAX_INSN_FIXUPS)
2558 fixups[fc].exp = tls_exp;
2559 fixups[fc]
2167 int fc; local
[all...]
H A Dtc-s390.c1180 int fc, i; local
1189 fc = 0;
1230 if (fc >= MAX_INSN_FIXUPS)
1232 fixups[fc].exp = ex;
1233 fixups[fc].opindex = *opindex_ptr;
1234 fixups[fc].reloc = BFD_RELOC_UNUSED;
1235 ++fc;
1330 if (fc >= MAX_INSN_FIXUPS)
1332 fixups[fc].exp = ex;
1333 fixups[fc]
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexcept.c1858 rtx fn_begin, fc, mem, seq;
1861 fc = cfun->eh->sjlj_fc;
1869 mem = adjust_address (fc, Pmode, sjlj_fc_personality_ofs);
1872 mem = adjust_address (fc, Pmode, sjlj_fc_lsda_ofs);
1891 plus_constant (XEXP (fc, 0),
1901 expand_builtin_setjmp_setup (plus_constant (XEXP (fc, 0), sjlj_fc_jbuf_ofs),
1906 1, XEXP (fc, 0), Pmode);
1990 rtx mem, dispatch, seq, fc;
1995 fc = cfun->eh->sjlj_fc;
2007 mem = adjust_address (fc, TYPE_MOD
1846 rtx fn_begin, fc, mem, seq; local
1978 rtx mem, dispatch, seq, fc; local
[all...]
H A Dunwind-sjlj.c91 struct SjLj_Function_Context *fc; member in struct:_Unwind_Context
126 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc)
134 fc->prev = __gthread_getspecific (fc_key);
135 __gthread_setspecific (fc_key, fc);
140 fc->prev = fc_static;
141 fc_static = fc;
159 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc)
166 __gthread_setspecific (fc_key, fc);
169 fc_static = fc;
173 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc)
125 _Unwind_SjLj_Register(struct SjLj_Function_Context *fc) argument
158 _Unwind_SjLj_SetContext(struct SjLj_Function_Context *fc) argument
172 _Unwind_SjLj_Unregister(struct SjLj_Function_Context *fc) argument
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1975 glyph_node::glyph_node(charinfo *c, tfont *t, color *gc, color *fc, argument
1977 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc)
1986 color *gc, color *fc, hunits w,
1988 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w)
2170 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2173 : glyph_node(c, t, gc, fc, s, pop, x), n1(gn1), n2(gn2)
2178 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2181 : glyph_node(c, t, gc, fc, w, s, pop, x), n1(gn1), n2(gn2)
3836 color *gc, color *fc,
3839 : node(0, s, pop), mac(m), tf(t), gcol(gc), fcol(fc), no_init_strin
1985 glyph_node(charinfo *c, tfont *t, color *gc, color *fc, hunits w, statem *s, int pop, node *x) argument
3835 special_node(const macro &m, tfont *t, color *gc, color *fc, statem *s, int pop, int n) argument
4430 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc) argument
4439 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc, statem *st, int pop) argument
[all...]
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c131 char fc = *cp; local
139 if (fc == 'D' || fc == 'O' || fc == 'U')
142 if (strchr("diD", fc) != NULL) {
151 } else if (strchr("ouxXOUp", fc) != NULL) {
160 } else if (strchr("eEfFgGaA", fc) != NULL) {
169 } else if (fc == 'C' || fc == 'c' || fc
[all...]
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl633 my($text, $ff, $fc, $rest);
635 ($text, $ff, $fc, $rest) =
650 check_field_format($ff, $fc);
657 my($ff, $fc) = @_;
659 print "check_field_format: [$ff] [$fc]\n" if $opt_debug;
673 if $#chunks >= 2 && $fc !~ /[sS]/;
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c80 char fc; local
221 fc = '\0';
229 fc = horiz || IS_HORIZ(sp->layout->first) ? '+' : '|';
231 fc = '-';
232 if (fc != '\0') {
234 (*tp->letter)(tp, fc);
264 fc = '-';
267 fc = '=';
270 fc = ' ';
275 fc
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dparsestreams.c212 unsigned int fc,
226 switch (fc)
211 xxxinit( unsigned int fc, struct vddrv *vdp, addr_t vdin, struct vdstat *vds ) argument
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c253 EVENT fc; /* File name completion event. */ local
493 fc.e_event = E_REPAINT;
494 fc.e_flno = vip->totalcount >=
496 fc.e_tlno = sp->rows;
498 (void)vs_repaint(sp, &fc);
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c390 int client_fd, fc, on; local
470 if ((fc = fcntl(s->server_fd, F_GETFL)) == -1 ||
471 fcntl(s->server_fd, F_SETFL, fc | O_NONBLOCK) == -1) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_15_4.c50 #define FC_FRAME_TYPE(fc) ((fc) & 0x7)
55 #define FC_DEST_ADDRESSING_MODE(fc) (((fc) >> 10) & 0x3)
56 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3)
57 #define FC_SRC_ADDRESSING_MODE(fc) (((fc) >> 14) & 0x3)
70 uint16_t fc; local
80 fc
[all...]
H A Dprint-fddi.c162 print_fddi_fc(netdissect_options *ndo, u_char fc) argument
164 switch (fc) {
195 switch (fc & FDDIFC_CLFF) {
198 ND_PRINT((ndo, "mac%1x ", fc & FDDIFC_ZZZZ));
202 ND_PRINT((ndo, "smt%1x ", fc & FDDIFC_ZZZZ));
206 ND_PRINT((ndo, "async%1x ", fc & FDDIFC_ZZZZ));
210 ND_PRINT((ndo, "sync%1x ", fc & FDDIFC_ZZZZ));
214 ND_PRINT((ndo, "imp_async%1x ", fc & FDDIFC_ZZZZ));
218 ND_PRINT((ndo, "imp_sync%1x ", fc & FDDIFC_ZZZZ));
222 ND_PRINT((ndo, "%02x ", fc));
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_common.c259 const lzma_filter_coder *const fc local
261 if (fc == NULL || fc->init == NULL)
265 filters[j].init = fc->init;
270 const lzma_filter_coder *const fc local
272 if (fc == NULL || fc->init == NULL)
276 filters[i].init = fc->init;
309 const lzma_filter_coder *const fc local
311 if (fc
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c1271 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1272 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1282 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1283 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
1287 if (fc->ipAddressChoice->type ==
1296 if (fc->ipAddressChoice->type == IPAddressChoice_inherit
1298 fc->ipAddressChoice->u.addressesOrRanges,
1299 length_from_afi(v3_addr_get_afi(fc))))
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c530 register FILE *fc; local
534 fc = fcopy;
536 while (1 < expandline(fe,fc,delta,false,(FILE*)0,true))
539 fastcopy(fe,fc);
566 register FILE *fc; local
575 fc = fcopy;
579 if (expandline(fe,fc,delta,false,(FILE*)0,true) <= 1)
587 aputc_(c, fc)
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c103 char *fc; local
445 fc = pprompt;
446 while (fc != NULL && *fc != '\0') {
447 if (*fc == '\n') /* leading literal newline OK */
449 if (!isspace(*fc) && *fc != '\\' && backslash == 0)
451 else if (backslash > 0 && *fc != 'n')
453 else if (*fc == '\\') {
458 fc
[all...]
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c105 device_printf(sc->fc.dev, "phy read failed(1).\n");
116 device_printf(sc->fc.dev, "phy read failed(2).\n");
123 device_printf(sc->fc.dev,
297 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
375 device_printf(fc->dev, "node_id=0x%08x, gen=%d, ",
387 device_printf(fc->dev, "SID Error\n");
404 device_printf(fc->dev, "INTERRUPT < %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s> 0x%08x, 0x%08x\n",
431 device_printf(fc->dev, "BUS reset\n");
457 device_printf(sc->fc.dev,
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h664 struct ccb_pathinq_settings_fc fc; member in union:ccb_pathinq::__anon5230
1034 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings::__anon5237
1094 struct ccb_sim_knob_settings_fc fc; member in union:ccb_sim_knob::__anon5238
H A Dcam_compat.h102 struct ccb_pathinq_settings_fc fc; member in union:ccb_pathinq_0x17::__anon5241
128 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings_0x17::__anon5243
186 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings_0x18::__anon5246
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c1553 ccb->knob.xport_specific.fc.wwnn);
1556 ccb->knob.xport_specific.fc.wwpn);
1564 != ccb->knob.xport_specific.fc.wwnn) {
1565 ccb->knob.xport_specific.fc.wwnn =
1570 true, ccb->knob.xport_specific.fc.wwnn,
1574 != ccb->knob.xport_specific.fc.wwpn) {
1575 ccb->knob.xport_specific.fc.wwpn =
1581 true, ccb->knob.xport_specific.fc.wwpn);
1587 ccb->knob.xport_specific.fc.wwnn =
1592 ccb->knob.xport_specific.fc
[all...]

Completed in 393 milliseconds

123456