Searched refs:def (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Code/Ruby/
H A Dfunc_abc.rb3 def func_c
8 def func_b
14 def func_a
H A Dfunc_slow.rb3 def func_c
12 def func_b
22 def func_a
/freebsd-9.3-release/contrib/ntp/sntp/include/
H A DMakefile.am4 autogen-version.def \
5 copyright.def \
6 debug-opt.def \
7 homerc.def \
9 version.def \
15 $(srcdir)/version.def: $(srcdir)/../../packageinfo.sh
16 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dtype_sanitizer.rb3 def self.sanitize_c_identifier(unsanitized)
H A Dcolour_prompt.rb23 def initialize
32 def change_to(new_colour)
40 def win32_colour(colour)
63 def posix_colour(colour)
78 def out_c(mode, colour, str)
92 def colour_puts(role,str) ColourCommandLine.new.out_c(:puts, role, str) end
93 def colour_print(role,str) ColourCommandLine.new.out_c(:print, role, str) end
/freebsd-9.3-release/lib/libc/gen/
H A Dctermid.c43 static char def[] = _PATH_TTY; local
46 bcopy(def, s, sizeof(_PATH_TTY));
49 return(def);
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_hout.c66 print_datadef(definition *def, int headeronly) argument
69 if (def->def_kind == DEF_PROGRAM) /* handle data only */
72 if (def->def_kind != DEF_CONST) {
75 switch (def->def_kind) {
77 pstructdef(def);
80 puniondef(def);
83 penumdef(def);
86 ptypedef(def);
89 pprogramdef(def, headeronly);
92 pconstdef(def);
105 print_funcdef(definition *def, int headeronly) argument
151 pconstdef(definition *def) argument
160 pargdef(definition *def) argument
193 pstructdef(definition *def) argument
207 puniondef(definition *def) argument
283 pprogramdef(definition *def, int headeronly) argument
375 penumdef(definition *def) argument
406 ptypedef(definition *def) argument
510 definition *def; local
[all...]
H A Drpc_cout.c66 emit(definition *def) argument
68 if (def->def_kind == DEF_CONST) {
71 if (def->def_kind == DEF_PROGRAM) {
72 emit_program(def);
75 if (def->def_kind == DEF_TYPEDEF) {
82 if (strcmp(def->def.ty.old_type, def->def_name) == 0)
85 print_header(def);
86 switch (def
107 findtype(definition *def, const char *type) argument
120 definition *def; local
141 print_header(definition *def) argument
296 emit_program(definition *def) argument
316 emit_union(definition *def) argument
380 inline_struct(definition *def, int flag) argument
539 emit_struct(definition *def) argument
608 emit_typedef(definition *def) argument
[all...]
H A Drpc_util.c124 findit(definition *def, const char *type) argument
126 return (streq(def->def_name, type));
132 definition *def; local
134 def = (definition *) FINDVAL(defined, type, findit);
135 if (def == NULL || def->def_kind != DEF_TYPEDEF) {
138 switch (def->def.ty.rel) {
140 if (streq(def->def
188 typedefed(definition *def, const char *type) argument
200 definition *def; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Ddeffilep.y1 %{ /* deffilep.y - parser for .def files */
256 static def_file *def;
296 def = add_to;
300 def = def_file_empty ();
306 def_file_free (def);
318 def_file_add_directive (def, d->name, d->len);
321 return def;
325 def_file_free (def_file *def)
329 if (!def)
331 if (def
[all...]
/freebsd-9.3-release/contrib/groff/
H A Dgendef.sh12 for def
15 #define $def"
/freebsd-9.3-release/lib/libnetbsd/
H A Dutil.h38 char *flags_to_string(u_long flags, const char *def);
H A Dutil.c42 flags_to_string(u_long flags, const char *def) argument
49 str = strdup(def);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-mep.c24 #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \
25 2, def, bfd_default_compatible, bfd_default_scan, y }
/freebsd-9.3-release/contrib/gcc/
H A Dgenconstants.c43 struct md_constant *def = (struct md_constant *) *slot; local
46 fprintf (file, "#define %s %s\n", def->name, def->value);
H A Dmkmap-flat.awk48 def[$3] = 1;
90 if (def[sym])
H A Dbt-load.c90 /* If this def has a reaching use which is not a simple use
95 def/use web, because it records the set of blocks that contain
98 containing the def (before the def), or in a block containing
132 static void clear_btr_from_live_range (btr_def def);
159 /* An obstack to hold the def-use web data structures built up for
266 group exists, create one. Add def to the group. */
268 find_btr_def_group (btr_def_group *all_btr_def_groups, btr_def def)
270 if (insn_sets_btr_p (def->insn, 1, NULL))
273 rtx def_src = SET_SRC (single_set (def
267 find_btr_def_group(btr_def_group *all_btr_def_groups, btr_def def) argument
496 btr_def def = add_btr_def ( local
690 btr_def def = def_array[insn_uid]; local
729 btr_def def = def_array[uid]; local
819 block_at_edge_of_live_range_p(int bb, btr_def def) argument
842 clear_btr_from_live_range(btr_def def) argument
870 add_btr_to_live_range(btr_def def, int own_end) argument
1014 btr_def_live_range(btr_def def, HARD_REG_SET *btrs_live_in_range) argument
1061 combine_btr_defs(btr_def def, HARD_REG_SET *btrs_live_in_range) argument
1150 move_btr_def(basic_block new_def_bb, int btr, btr_def def, bitmap live_range, HARD_REG_SET *btrs_live_in_range) argument
1275 migrate_btr_def(btr_def def, int min_cost) argument
1440 btr_def def = fibheap_extract_min (all_btr_defs); local
[all...]
H A Dtree-ssa-math-opts.c275 is_division_by (tree use_stmt, tree def) argument
279 && TREE_OPERAND (TREE_OPERAND (use_stmt, 1), 1) == def;
293 tree def, tree recip_def, int threshold)
304 type = TREE_TYPE (def);
308 def));
315 while (!bsi_end_p (bsi) && !is_division_by (bsi_stmt (bsi), def))
340 insert_reciprocals (def_bsi, occ_child, def, recip_def, threshold);
397 execute_cse_reciprocals_1 (block_stmt_iterator *def_bsi, tree def) argument
404 gcc_assert (FLOAT_TYPE_P (TREE_TYPE (def)) && is_gimple_reg (def));
292 insert_reciprocals(block_stmt_iterator *def_bsi, struct occurrence *occ, tree def, tree recip_def, int threshold) argument
480 tree phi, def; local
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_atm/
H A DMakefile14 DEFS= ${MOD}_tree.def atm_freebsd.def
17 EXTRAMIBDEFS= atm_freebsd.def
/freebsd-9.3-release/crypto/openssl/util/
H A Ddo_ms.sh3 # generate the Microsoft makefiles and .def files
16 perl util/mkdef.pl 16 libeay > ms/libeay16.def
17 perl util/mkdef.pl 32 libeay > ms/libeay32.def
18 perl util/mkdef.pl 16 ssleay > ms/ssleay16.def
19 perl util/mkdef.pl 32 ssleay > ms/ssleay32.def
/freebsd-9.3-release/lib/libutil/
H A Dlogin_crypt.c38 login_setcryptfmt(login_cap_t *lc, const char *def, const char *error) { argument
41 cipher = login_getcapstr(lc, "passwd_format", def, NULL);
/freebsd-9.3-release/share/examples/printing/
H A Dmake-ps-header63 /y 200 def
65 200 y moveto show /y y 18 sub def
69 /y 200 def
71 270 y moveto show /y y 18 sub def
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Dreloc.c152 const Elf_Sym *def; local
155 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
157 if (def == NULL)
160 *where = (Elf_Addr) (defobj->relocbase + def->st_value + rela->r_addend);
171 const Elf_Sym *def; local
174 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
176 if (def == NULL)
180 def->st_value + rela->r_addend - (Elf_Addr) where);
201 const Elf_Sym *def; local
204 def
215 const Elf_Sym *def; local
246 const Elf_Sym *def; local
278 const Elf_Sym *def; local
292 const Elf_Sym *def; local
306 const Elf_Sym *def; local
381 const Elf_Sym *def; local
453 const Elf_Sym *def; local
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c88 MACRO_DEF *def;
90 def = NULL;
91 for (i = 0; macro_list && (def = macro_list[i]); i++)
93 if ((!def->inhibited) && (strcmp (def->name, name) == 0))
96 return def;
108 MACRO_DEF *def;
110 def = find_macro (name);
112 if (!def)
121 def
86 MACRO_DEF *def; local
106 MACRO_DEF *def; local
240 get_macro_args(MACRO_DEF *def) argument
385 expand_macro(MACRO_DEF *def) argument
415 execute_macro(MACRO_DEF *def) argument
722 MACRO_DEF *def; local
742 MACRO_DEF *def; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/
H A Dgenfiles10 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg/uni_ietab.h
11 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
12 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgc.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.c
13 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgh.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.h
14 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyh.awk ${SRC}msg/msg.def >${DST}sig/unimsgcpy.h
15 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyc.awk ${SRC}msg/msg.def >${DST}sig/sig_unimsgcpy.c

Completed in 309 milliseconds

1234567891011>>