| /freebsd-10-stable/contrib/ncurses/misc/ |
| D | ncurses.supp | 45 fun:*alloc 46 fun:_nc_add_to_try 52 fun:malloc 53 fun:_nc_home_terminfo 59 fun:calloc 60 fun:_nc_init_wacs 66 fun:calloc 67 fun:_nc_keyname 73 fun:malloc 74 fun:strdup [all …]
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf32-spu.c | 1579 struct function_info *fun; member 1621 struct function_info fun[1]; member 1676 if (sinfo->fun[i].lo <= off) in maybe_insert_function() 1683 if (sinfo->fun[i].lo == off) in maybe_insert_function() 1686 if (global && !sinfo->fun[i].global) in maybe_insert_function() 1688 sinfo->fun[i].global = TRUE; in maybe_insert_function() 1689 sinfo->fun[i].u.h = sym_h; in maybe_insert_function() 1692 sinfo->fun[i].is_func = TRUE; in maybe_insert_function() 1693 return &sinfo->fun[i]; in maybe_insert_function() 1696 else if (sinfo->fun[i].hi > off && size == 0) in maybe_insert_function() [all …]
|
| /freebsd-10-stable/contrib/gcc/ |
| D | sched-vis.c | 72 const char *fun = (char *) 0; in print_exp() local 111 fun = "cmp"; in print_exp() 130 fun = "udiv"; in print_exp() 140 fun = "umod"; in print_exp() 145 fun = "smin"; in print_exp() 150 fun = "smax"; in print_exp() 155 fun = "umin"; in print_exp() 160 fun = "umax"; in print_exp() 209 fun = "abs"; in print_exp() 213 fun = "sqrt"; in print_exp() [all …]
|
| D | web.c | 107 bool (*fun) (struct web_entry *, struct web_entry *)) in union_defs() 137 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 153 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 160 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 179 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
|
| /freebsd-10-stable/sys/boot/i386/libfirewire/ |
| D | fwohci.c | 78 uint32_t fun; in fwphy_wrdata() local 83 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA)); in fwphy_wrdata() 84 OWRITE(sc, OHCI_PHYACCESS, fun); in fwphy_wrdata() 93 uint32_t fun, stat; in fwphy_rddata() local 100 fun = PHYDEV_RDCMD | (addr << PHYDEV_REGADDR); in fwphy_rddata() 101 OWRITE(sc, OHCI_PHYACCESS, fun); in fwphy_rddata() 103 fun = OREAD(sc, OHCI_PHYACCESS); in fwphy_rddata() 104 if ((fun & PHYDEV_RDCMD) == 0 && (fun & PHYDEV_RDDONE) != 0) in fwphy_rddata() 119 ((fun >> PHYDEV_REGADDR) & 0xf) != addr) { in fwphy_rddata() 131 return((fun >> PHYDEV_RDDATA )& 0xff); in fwphy_rddata() [all …]
|
| /freebsd-10-stable/contrib/bmake/unit-tests/ |
| D | sysv.mk | 10 FUN = ${B}${S}fun 14 all: foo fun 22 fun: 24 @echo ${FUN:${B}${S}fun=fun}
|
| D | sysv.exp | 3 fun 4 fun 5 fun
|
| /freebsd-10-stable/lib/libedit/ |
| D | term.c | 1040 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in term_init_arrow() 1045 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in term_init_arrow() 1050 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in term_init_arrow() 1055 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR; in term_init_arrow() 1060 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in term_init_arrow() 1065 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END; in term_init_arrow() 1070 arrow[A_K_DE].fun.cmd = ED_DELETE_NEXT_CHAR; in term_init_arrow() 1097 key_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in term_reset_arrow() 1098 key_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in term_reset_arrow() 1099 key_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in term_reset_arrow() [all …]
|
| D | hist.c | 55 el->el_history.fun = NULL; in hist_init() 82 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) in hist_set() argument 86 el->el_history.fun = fun; in hist_set()
|
| D | hist.h | 53 hist_fun_t fun; /* Event access */ member 58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
|
| /freebsd-10-stable/sys/compat/svr4/ |
| D | svr4_ioctl.c | 90 int (*fun)(struct file *, struct thread *, register_t *, local 126 fun = svr4_term_ioctl; 131 fun = svr4_stream_ioctl; 136 fun = svr4_fil_ioctl; 141 fun = svr4_sock_ioctl; 162 error = (*fun)(fp, td, retval, uap->fd, cmd, uap->data);
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | ed.screen.c | 722 XmapVal fun; member 743 arrow[A_K_DN].fun.cmd = F_DOWN_HIST; in ResetArrowKeys() 746 arrow[A_K_UP].fun.cmd = F_UP_HIST; in ResetArrowKeys() 749 arrow[A_K_LT].fun.cmd = F_CHARBACK; in ResetArrowKeys() 752 arrow[A_K_RT].fun.cmd = F_CHARFWD; in ResetArrowKeys() 755 arrow[A_K_HO].fun.cmd = F_TOBEG; in ResetArrowKeys() 758 arrow[A_K_EN].fun.cmd = F_TOEND; in ResetArrowKeys() 799 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 800 cs.buf = strB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys() 801 cs.buf = strC; AddXkey(&cs, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in DefaultArrowKeys() [all …]
|
| /freebsd-10-stable/contrib/gdb/gdb/cli/ |
| D | cli-decode.h | 199 void (*fun) (char *, int), char *, 207 void (*fun) (char *, int), 215 void (*fun) (char *, 266 void (*fun) (char *, int), char *); 271 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
|
| D | cli-decode.c | 137 add_cmd (char *name, enum command_class class, void (*fun) (char *, int), in add_cmd() 164 set_cmd_cfunc (c, fun); in add_cmd() 249 add_prefix_cmd (char *name, enum command_class class, void (*fun) (char *, int), in add_prefix_cmd() 254 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list); in add_prefix_cmd() 265 void (*fun) (char *, int), char *doc, in add_abbrev_prefix_cmd() 269 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list); in add_abbrev_prefix_cmd() 545 add_info (char *name, void (*fun) (char *, int), char *doc) in add_info() 547 return add_cmd (name, no_class, fun, doc, &infolist); in add_info() 561 add_com (char *name, enum command_class class, void (*fun) (char *, int), in add_com() 564 return add_cmd (name, class, fun, doc, &cmdlist); in add_com()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | command.h | 101 void (*fun) (char *, int), char *, 109 void (*fun) (char *, int), 117 void (*fun) (char *, 189 void (*fun) (char *, int), char *); 194 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
|
| /freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | hash.c | 144 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *), in hash_match() 149 return (list_iter(hash->h_buckets[bucket], fun, private) < 0); in hash_match() 169 hash_find_iter(hash_t *hash, void *key, int (*fun)(void *, void *), in hash_find_iter() 176 hd.hd_fun = fun; in hash_find_iter() 215 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private) in hash_iter() 223 if ((cbrc = list_iter(hash->h_buckets[i], fun, in hash_iter()
|
| /freebsd-10-stable/sys/dev/bktr/ |
| D | bktr_os.c | 320 u_long fun; in bktr_attach() local 394 fun = pci_read_config( dev, 0x40, 2); in bktr_attach() 395 fun = fun | 1; /* Enable writes to the sub-system vendor ID */ in bktr_attach() 399 fun = fun | 2; /* Enable Intel 430 FX compatibility mode */ in bktr_attach() 404 fun = fun | 4; /* Enable SiS/VIA compatibility mode (useful for in bktr_attach() 407 pci_write_config(dev, 0x40, fun, 2); in bktr_attach() 439 fun = pci_get_devid(dev); in bktr_attach() 443 common_bktr_attach( bktr, unit, fun, rev ); in bktr_attach() 940 u_long fun; in bktr_attach() local 1081 fun = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_COMMAND_STATUS_REG); in bktr_attach() [all …]
|
| /freebsd-10-stable/bin/sh/tests/builtins/ |
| D | command3.0 | 6 fun() { 9 command -v fun
|
| D | command5.0 | 6 fun() { 9 command -V fun
|
| D | command6.0 | 13 fun() { 16 command -pV fun
|
| D | command3.0.stdout | 4 fun
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | IRForTarget.cpp | 161 IRForTarget::GetFunctionAddress (llvm::Function *fun, in GetFunctionAddress() argument 172 if (fun->isIntrinsic()) in GetFunctionAddress() 174 Intrinsic::ID intrinsic_id = (Intrinsic::ID)fun->getIntrinsicID(); in GetFunctionAddress() 205 name.SetCStringWithLength (fun->getName().data(), fun->getName().size()); in GetFunctionAddress() 210 clang::NamedDecl *fun_decl = DeclForGlobal (fun); in GetFunctionAddress() 329 Function *fun = fi; in ResolveFunctionPointers() local 331 bool is_decl = fun->isDeclaration(); in ResolveFunctionPointers() 334 …"Examining %s function %s", (is_decl ? "declaration" : "non-declaration"), fun->getName().str().c_… in ResolveFunctionPointers() 339 if (fun->hasNUses(0)) in ResolveFunctionPointers() 346 if (!GetFunctionAddress(fun, in ResolveFunctionPointers() [all …]
|
| /freebsd-10-stable/sys/kern/ |
| D | subr_sbuf.c | 100 _assert_sbuf_integrity(const char *fun, struct sbuf *s) in _assert_sbuf_integrity() argument 104 ("%s called with a NULL sbuf pointer", fun)); in _assert_sbuf_integrity() 106 ("%s called with uninitialized or corrupt sbuf", fun)); in _assert_sbuf_integrity() 119 _assert_sbuf_state(const char *fun, struct sbuf *s, int state) in _assert_sbuf_state() argument 123 ("%s called with %sfinished or corrupt sbuf", fun, in _assert_sbuf_state()
|
| /freebsd-10-stable/sys/dev/tws/ |
| D | tws_services.c | 86 tws_trace(const char *file, const char *fun, int linenum, in tws_trace() argument 101 strncpy(rec[tail].func, fun, TWS_TRACE_FUNC_LEN); in tws_trace() 128 printf(fmt, linenum, file, fun, desc, val1, val2); in tws_trace()
|
| /freebsd-10-stable/sys/dev/firewire/ |
| D | fwohci.c | 278 uint32_t fun; in fwphy_wrdata() local 283 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA)); in fwphy_wrdata() 284 OWRITE(sc, OHCI_PHYACCESS, fun); in fwphy_wrdata() 320 uint32_t fun, stat; in fwphy_rddata() local 327 fun = PHYDEV_RDCMD | (addr << PHYDEV_REGADDR); in fwphy_rddata() 328 OWRITE(sc, OHCI_PHYACCESS, fun); in fwphy_rddata() 330 fun = OREAD(sc, OHCI_PHYACCESS); in fwphy_rddata() 331 if ((fun & PHYDEV_RDCMD) == 0 && (fun & PHYDEV_RDDONE) != 0) in fwphy_rddata() 346 ((fun >> PHYDEV_REGADDR) & 0xf) != addr) { in fwphy_rddata() 359 return((fun >> PHYDEV_RDDATA )& 0xff); in fwphy_rddata() [all …]
|