| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1 fun:_Exit=uninstrumented 2 fun:_IO_adjust_column=uninstrumented 3 fun:_IO_adjust_wcolumn=uninstrumented 4 fun:_IO_default_doallocate=uninstrumented 5 fun:_IO_default_finish=uninstrumented 6 fun:_IO_default_pbackfail=uninstrumented 7 fun:_IO_default_uflow=uninstrumented 8 fun:_IO_default_xsgetn=uninstrumented 9 fun:_IO_default_xsputn=uninstrumented 10 fun:_IO_do_write=uninstrumented [all …]
|
| HD | done_abilist.txt | 1 fun:main=uninstrumented 2 fun:main=discard 7 fun:dfsan_union=uninstrumented 8 fun:dfsan_union=discard 9 fun:dfsan_create_label=uninstrumented 10 fun:dfsan_create_label=discard 11 fun:dfsan_set_label=uninstrumented 12 fun:dfsan_set_label=discard 13 fun:dfsan_add_label=uninstrumented 14 fun:dfsan_add_label=discard [all …]
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | 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 …]
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | 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 …]
|
| /NextBSD/contrib/gcc/ |
| HD | 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 …]
|
| HD | 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()
|
| /NextBSD/sys/boot/i386/libfirewire/ |
| HD | 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 …]
|
| /NextBSD/contrib/bmake/unit-tests/ |
| HD | sysv.mk | 10 FUN = ${B}${S}fun 14 all: foo fun 22 fun: 24 @echo ${FUN:${B}${S}fun=fun}
|
| HD | sysv.exp | 3 fun 4 fun 5 fun
|
| /NextBSD/sys/compat/svr4/ |
| HD | 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);
|
| /NextBSD/lib/libedit/ |
| HD | terminal.c | 1011 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in terminal_init_arrow() 1016 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow() 1021 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in terminal_init_arrow() 1026 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR; in terminal_init_arrow() 1031 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in terminal_init_arrow() 1036 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END; in terminal_init_arrow() 1041 arrow[A_K_DE].fun.cmd = ED_DELETE_NEXT_CHAR; in terminal_init_arrow() 1066 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1067 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1068 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow() [all …]
|
| HD | hist.c | 59 el->el_history.fun = NULL; in hist_init() 86 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set() argument 90 el->el_history.fun = fun; in hist_set() 220 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1) in hist_convert()
|
| HD | hist.h | 54 hist_fun_t fun; /* Event access */ member 59 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
|
| /NextBSD/contrib/tcsh/ |
| HD | 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 …]
|
| /NextBSD/contrib/gdb/gdb/cli/ |
| HD | 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),
|
| HD | 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()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | 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),
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | 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()
|
| /NextBSD/sys/dev/bktr/ |
| HD | 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 …]
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_test.ignore | 2 fun:*IgnoreTest* 3 fun:*SomeOtherFunc*
|
| /NextBSD/bin/sh/tests/builtins/ |
| HD | command3.0 | 6 fun() { 9 command -v fun
|
| HD | command5.0 | 6 fun() { 9 command -V fun
|
| HD | command6.0 | 13 fun() { 16 command -pV fun
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_blacklist.txt | 6 # fun:*bad_function_name* 13 fun:*_Find_elem@*@std*
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRForTarget.cpp | 172 IRForTarget::GetFunctionAddress (llvm::Function *fun, in GetFunctionAddress() argument 183 if (fun->isIntrinsic()) in GetFunctionAddress() 185 Intrinsic::ID intrinsic_id = (Intrinsic::ID)fun->getIntrinsicID(); in GetFunctionAddress() 219 name.SetCStringWithLength (fun->getName().data(), fun->getName().size()); in GetFunctionAddress() 224 clang::NamedDecl *fun_decl = DeclForGlobal (fun); in GetFunctionAddress() 340 Function *fun = fi; in ResolveFunctionPointers() local 342 bool is_decl = fun->isDeclaration(); in ResolveFunctionPointers() 345 …"Examining %s function %s", (is_decl ? "declaration" : "non-declaration"), fun->getName().str().c_… in ResolveFunctionPointers() 350 if (fun->use_empty()) in ResolveFunctionPointers() 357 LookupResult result = GetFunctionAddress(fun, in ResolveFunctionPointers() [all …]
|