Searched refs:def (Results 101 - 125 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DMakefile16 DEFS= ${MOD}_tree.def
/freebsd-11-stable/lib/libmp/
H A DMakefile15 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libthread_db/
H A DMakefile18 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libnetbsd/
H A Dutil.h52 char *flags_to_string(u_long flags, const char *def);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_usm/
H A DMakefile19 DEFS= ${MOD}_tree.def
/freebsd-11-stable/lib/libssp/
H A DMakefile8 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnit.i123 def __iter__(self):
127 def __len__(self):
/freebsd-11-stable/contrib/flex/
H A Dbuf.c149 /* appends "#define str def\n" */
150 struct Buf *buf_strdefine (buf, str, def)
153 const char *def;
159 buf_strappend (buf, def);
164 /** Pushes "m4_define( [[def]], [[val]])m4_dnl" to end of buffer.
166 * @param def The m4 symbol to define.
170 struct Buf *buf_m4_define (struct Buf *buf, const char* def, const char* val)
177 str = (char*)flex_alloc(strsz = strlen(fmt) + strlen(def) + strlen(val) + 2);
179 flexfatal (_("Allocation of buffer for m4 def failed"));
181 snprintf(str, strsz, fmt, def, va
169 buf_m4_define(struct Buf *buf, const char* def, const char* val) argument
190 buf_m4_undefine(struct Buf *buf, const char* def) argument
[all...]
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_cpusclk.c227 struct clknode_init_def def; local
253 memset(&def, 0, sizeof(def));
254 def.id = 1;
255 def.parent_names = malloc(sizeof(char *) * ncells, M_OFWPROP,
263 def.parent_names[i] = clk_get_name(clk_parent);
266 def.parent_cnt = ncells;
268 error = clk_parse_ofw_clk_name(dev, node, &def.name);
275 clk = clknode_create(clkdom, &aw_cpusclk_clknode_class, &def);
H A Daw_gmacclk.c207 struct clknode_init_def def; local
233 memset(&def, 0, sizeof(def));
234 error = clk_parse_ofw_clk_name(dev, node, &def.name);
240 def.id = 1;
241 def.parent_names = malloc(sizeof(char *) * ncells, M_OFWPROP, M_WAITOK);
248 def.parent_names[i] = clk_get_name(clk_parent);
251 def.parent_cnt = ncells;
253 clk = clknode_create(clkdom, &aw_gmacclk_clknode_class, &def);
H A Daw_hdmiclk.c233 struct clknode_init_def def; local
258 memset(&def, 0, sizeof(def));
259 error = clk_parse_ofw_clk_name(dev, node, &def.name);
265 def.id = 1;
266 def.parent_names = malloc(sizeof(char *), M_OFWPROP, M_WAITOK);
267 def.parent_names[0] = clk_get_name(clk_parent);
268 def.parent_cnt = 1;
270 clk = clknode_create(clkdom, &aw_hdmiclk_clknode_class, &def);
H A Daw_apbclk.c215 struct clknode_init_def def; local
241 memset(&def, 0, sizeof(def));
242 error = clk_parse_ofw_clk_name(dev, node, &def.name);
248 def.id = 1;
249 def.parent_names = malloc(sizeof(char *) * ncells, M_OFWPROP, M_WAITOK);
256 def.parent_names[i] = clk_get_name(clk_parent);
259 def.parent_cnt = ncells;
261 clk = clknode_create(clkdom, &aw_apbclk_clknode_class, &def);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroexp.c812 struct macro_definition *def,
821 init_shared_buffer (&replacement_list, (char *) def->replacement,
822 strlen (def->replacement));
867 for (i = 0; i < def->argc; i++)
868 if (tok.len == strlen (def->argv[i])
869 && ! memcmp (tok.text, def->argv[i], tok.len))
903 struct macro_definition *def,
921 if (def->kind == macro_object_like)
925 init_shared_buffer (&replacement_list, (char *) def->replacement,
926 strlen (def
807 substitute_args(struct macro_buffer *dest, struct macro_definition *def, int argc, struct macro_buffer *argv, struct macro_name_list *no_loop, macro_lookup_ftype *lookup_func, void *lookup_baton) argument
898 expand(const char *id, struct macro_definition *def, struct macro_buffer *dest, struct macro_buffer *src, struct macro_name_list *no_loop, macro_lookup_ftype *lookup_func, void *lookup_baton) argument
1032 struct macro_definition *def = lookup_func (id, lookup_baton); local
[all...]
/freebsd-11-stable/bin/sh/
H A Dmkbuiltins60 print $0}' $srcdir/builtins.def | sed 's/-[hj]//' > $temp
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/printa/
H A DMakefile19 tst.def.d \
20 tst.def.d.out \
/freebsd-11-stable/contrib/tcsh/
H A Dsvn9 def print_output(cmd, prefix):
/freebsd-11-stable/bin/dd/
H A Dextern.h40 void def(void);
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_machdep.h45 #define make_function_pointer(def, defobj) \
46 ((defobj)->relocbase + (def)->st_value)
/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h44 #define make_function_pointer(def, defobj) \
45 ((defobj)->relocbase + (def)->st_value)
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h45 #define make_function_pointer(def, defobj) \
46 ((defobj)->relocbase + (def)->st_value)
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_machdep.h45 #define make_function_pointer(def, defobj) \
46 ((defobj)->relocbase + (def)->st_value)
/freebsd-11-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h44 #define make_function_pointer(def, defobj) \
45 ((defobj)->relocbase + (def)->st_value)
/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h53 #define make_function_pointer(def, defobj) \
54 ((defobj)->relocbase + (def)->st_value)
/freebsd-11-stable/sbin/atm/atmconfig/
H A DMakefile37 SNMP_ATM_DEF= ${SRCTOP}/contrib/ngatm/snmp_atm/atm_tree.def \
38 ${SRCTOP}/usr.sbin/bsnmpd/modules/snmp_atm/atm_freebsd.def
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h44 #define make_function_pointer(def, defobj) \
45 ((defobj)->relocbase + (def)->st_value)

Completed in 141 milliseconds

1234567891011>>