Searched refs:fun (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dsysv.exp3 fun
4 fun
5 fun
H A Dsysv.mk10 FUN = ${B}${S}fun
14 all: foo fun
22 fun:
24 @echo ${FUN:${B}${S}fun=fun}
/freebsd-11-stable/contrib/gcc/
H A Dsched-vis.c73 const char *fun = (char *) 0;
112 fun = "cmp";
131 fun = "udiv";
141 fun = "umod";
146 fun = "smin";
151 fun = "smax";
156 fun = "umin";
161 fun = "umax";
210 fun = "abs";
214 fun
72 const char *fun = (char *) 0; local
[all...]
H A Dweb.c107 bool (*fun) (struct web_entry *, struct web_entry *))
137 (*fun) (use_entry + DF_REF_ID (use),
153 (*fun) (use_entry + DF_REF_ID (use),
160 (*fun) (use_entry + DF_REF_ID (use),
179 (*fun) (use_entry + DF_REF_ID (use),
H A Dintegrate.c214 get_hard_reg_initial_reg (struct function *fun, rtx reg)
216 struct initial_value_struct *ivs = fun->hard_reg_initial_vals;
209 get_hard_reg_initial_reg(struct function *fun, rtx reg) argument
H A Dtarghooks.c72 default_external_libcall (rtx fun ATTRIBUTE_UNUSED)
75 ASM_OUTPUT_EXTERNAL_LIBCALL(asm_out_file, fun);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h199 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),
H A Dcli-decode.c138 add_cmd (char *name, enum command_class class, void (*fun) (char *, int),
165 set_cmd_cfunc (c, fun);
250 add_prefix_cmd (char *name, enum command_class class, void (*fun) (char *, int),
255 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list);
266 void (*fun) (char *, int), char *doc,
270 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list);
547 add_info (char *name, void (*fun) (char *, int), char *doc)
549 return add_cmd (name, no_class, fun, doc, &infolist);
563 add_com (char *name, enum command_class class, void (*fun) (char *, int),
566 return add_cmd (name, class, fun, do
[all...]
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c73 uint32_t fun; local
78 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA));
79 OWRITE(sc, OHCI_PHYACCESS, fun);
88 uint32_t fun, stat; local
95 fun = PHYDEV_RDCMD | (addr << PHYDEV_REGADDR);
96 OWRITE(sc, OHCI_PHYACCESS, fun);
98 fun = OREAD(sc, OHCI_PHYACCESS);
99 if ((fun & PHYDEV_RDCMD) == 0 && (fun & PHYDEV_RDDONE) != 0)
114 ((fun >> PHYDEV_REGADD
319 uint32_t fun; local
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ioctl.c90 int (*fun)(struct file *, struct thread *, register_t *,
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-11-stable/contrib/gdb/gdb/
H A Dcommand.h101 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-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c1579 struct function_info *fun; member in struct:call_info
1621 struct function_info fun[1]; member in struct:spu_elf_stack_info
1676 if (sinfo->fun[i].lo <= off)
1683 if (sinfo->fun[i].lo == off)
1686 if (global && !sinfo->fun[i].global)
1688 sinfo->fun[i].global = TRUE;
1689 sinfo->fun[i].u.h = sym_h;
1692 sinfo->fun[i].is_func = TRUE;
1693 return &sinfo->fun[i];
1696 else if (sinfo->fun[
1734 func_name(struct function_info *fun) argument
1784 insns_at_end(struct function_info *fun, bfd_vma limit) argument
1975 struct function_info *fun; local
2045 struct function_info *fun, *fun_start; local
2325 mark_non_root(struct function_info *fun) argument
2341 call_graph_traverse(struct function_info *fun, struct bfd_link_info *info) argument
2484 sum_stack(struct function_info *fun, struct bfd_link_info *info, int emit_stack_syms) argument
[all...]
/freebsd-11-stable/lib/libedit/
H A Dhist.h52 hist_fun_t fun; /* Event access */ member in struct:el_history_t
57 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
H A Dterminal.c1025 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1030 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1035 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1040 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR;
1045 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1050 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END;
1055 arrow[A_K_DE].fun.cmd = ED_DELETE_NEXT_CHAR;
1080 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1081 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1082 keymacro_add(el, strC, &arrow[A_K_RT].fun, arro
1114 terminal_set_arrow(EditLine *el, const Char *name, keymacro_value_t *fun, int type) argument
[all...]
H A Dhist.c61 el->el_history.fun = NULL;
88 hist_set(EditLine *el, hist_fun_t fun, void *ptr) argument
92 el->el_history.fun = fun;
222 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1)
H A Dterminal.h47 keymacro_value_t fun; /* Function bound to it */ member in struct:__anon4677
H A Deln.c238 hist_fun_t fun = va_arg(ap, hist_fun_t); local
240 ret = hist_set(el, fun, ptr);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c144 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *),
149 return (list_iter(hash->h_buckets[bucket], fun, private) < 0);
169 hash_find_iter(hash_t *hash, void *key, int (*fun)(void *, void *),
176 hd.hd_fun = fun;
215 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private)
223 if ((cbrc = list_iter(hash->h_buckets[i], fun,
/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c718 XmapVal fun; member in struct:__anon5
739 arrow[A_K_DN].fun.cmd = F_DOWN_HIST;
742 arrow[A_K_UP].fun.cmd = F_UP_HIST;
745 arrow[A_K_LT].fun.cmd = F_CHARBACK;
748 arrow[A_K_RT].fun.cmd = F_CHARFWD;
751 arrow[A_K_HO].fun.cmd = F_TOBEG;
754 arrow[A_K_EN].fun.cmd = F_TOEND;
795 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
796 cs.buf = strB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
797 cs.buf = strC; AddXkey(&cs, &arrow[A_K_RT].fun, arro
827 SetArrowKeys(const CStr *name, XmapVal *fun, int type) argument
[all...]
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_os.c320 u_long fun; local
394 fun = pci_read_config( dev, 0x40, 2);
395 fun = fun | 1; /* Enable writes to the sub-system vendor ID */
399 fun = fun | 2; /* Enable Intel 430 FX compatibility mode */
404 fun = fun | 4; /* Enable SiS/VIA compatibility mode (useful for
407 pci_write_config(dev, 0x40, fun, 2);
439 fun
940 u_long fun; local
[all...]
/freebsd-11-stable/contrib/blacklist/lib/
H A Dbl.c118 bl_log(void (*fun)(int, const char *, va_list), int level, argument
125 (*fun)(level, fmt, ap);
278 bl_create(bool srv, const char *path, void (*fun)(int, const char *, va_list)) argument
283 b->b_fun = fun == NULL ? vsyslog : fun;
300 bl_log(fun, LOG_ERR, "%s: malloc failed (%s)", __func__,
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.h40 void tws_trace(const char *file, const char *fun, int linenum,
H A Dtws_services.c86 tws_trace(const char *file, const char *fun, int linenum, argument
101 strncpy(rec[tail].func, fun, TWS_TRACE_FUNC_LEN);
126 linenum, file, fun, desc, val1, val2);
128 printf(fmt, linenum, file, fun, desc, val1, val2);
/freebsd-11-stable/sys/kern/
H A Dsubr_sbuf.c100 _assert_sbuf_integrity(const char *fun, struct sbuf *s) argument
104 ("%s called with a NULL sbuf pointer", fun));
106 ("%s called with uninitialized or corrupt sbuf", fun));
119 _assert_sbuf_state(const char *fun, struct sbuf *s, int state) argument
123 ("%s called with %sfinished or corrupt sbuf", fun,
/freebsd-11-stable/contrib/gcc/cp/
H A Dcxx-pretty-print.c420 tree fun = TREE_OPERAND (t, 0);
424 if (TREE_CODE (fun) == ADDR_EXPR)
425 fun = TREE_OPERAND (fun, 0);
431 if (TREE_CODE (fun) != FUNCTION_DECL)
433 else if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fun))
459 pp_cxx_postfix_expression (pp, fun);
419 tree fun = TREE_OPERAND (t, 0); local

Completed in 295 milliseconds

123