Searched refs:func (Results 1 - 25 of 1114) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/libucl/src/
H A Ducl_emitter.c45 struct ucl_emitter_functions *func,
50 struct ucl_emitter_functions *func,
55 struct ucl_emitter_functions *func,
61 struct ucl_emitter_functions *func,
67 struct ucl_emitter_functions *func,
78 ucl_add_tabs (struct ucl_emitter_functions *func, unsigned int tabs, bool compact) argument
81 func->ucl_emitter_append_character (' ', tabs * 4, func->ud);
92 struct ucl_emitter_functions *func)
97 func
91 ucl_elt_string_write_json(const char *str, size_t size, struct ucl_emitter_functions *func) argument
147 ucl_elt_obj_write_json(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool compact) argument
199 ucl_elt_array_write_json(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool compact) argument
238 ucl_elt_write_json(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool compact) argument
298 ucl_obj_write_json(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool compact) argument
342 ucl_object_emit_json(const ucl_object_t *obj, bool compact, struct ucl_emitter_functions *func) argument
354 ucl_elt_obj_write_config(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool is_top) argument
406 ucl_elt_array_write_config(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool is_top) argument
431 ucl_elt_write_config(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool is_top, bool expand_array) argument
496 ucl_object_emit_config(const ucl_object_t *obj, struct ucl_emitter_functions *func) argument
503 ucl_obj_write_yaml(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs) argument
522 ucl_elt_obj_write_yaml(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool is_top) argument
570 ucl_elt_array_write_yaml(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool is_top) argument
595 ucl_elt_write_yaml(const ucl_object_t *obj, struct ucl_emitter_functions *func, unsigned int tabs, bool start_tabs, bool is_top, bool expand_array) argument
660 ucl_object_emit_yaml(const ucl_object_t *obj, struct ucl_emitter_functions *func) argument
731 struct ucl_emitter_functions func = { local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d48 @func[execname] = count();
53 normalize(@func, (timestamp - start) / 1000000000);
54 printa(@func);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.denormalize.d50 @func[i % 5] = sum(i * 100);
57 normalize(@func, 5);
60 denormalize(@func);
61 printa(@func);
H A Dtst.cleardenormalize.d52 @func[i%5] = sum(i * 100);
60 denormalize(@func);
61 printa(@func);
63 clear(@func);
66 printa(@func);
74 denormalize(@func);
75 printa(@func);
H A Dtst.clearnormalize.d51 @func[i % 5] = sum(i * 100);
59 normalize(@func, 5);
60 printa(@func);
62 clear(@func);
65 printa(@func);
73 normalize(@func, 5);
74 printa(@func);
H A Dtst.clear.d51 @func[i%5] = sum(i * 100);
59 printa(@func);
61 clear(@func);
64 printa(@func);
72 printa(@func);
H A Dtst.fmtnormalize.d50 @func[i % 5] = sum(i * 100);
58 normalize(@func, 5);
59 printa("%u %@u\n", @func);
H A Dtst.denormalizeonly.d51 @func[i%5] = sum(i * 100);
59 denormalize(@func);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dadd_et_list.c38 * Call func (probably a comerr-generated function) with a pointer to
42 * @param func The generated com_err et function.
52 void (*func)(struct et_list **))
54 (*func)(&context->et_list);
/freebsd-10.1-release/lib/libc/arm/aeabi/
H A Daeabi_atexit.c34 __aeabi_atexit(void *object, void (*func)(void*), void *dso) argument
36 return __cxa_atexit(func, object, dso);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d37 void func(int, int);
40 #pragma D attributes Stable/Stable/Common func;
/freebsd-10.1-release/contrib/libarchive/test_utils/
H A Dtest_utils.h32 void (*func)(void); member in struct:test_list_t
/freebsd-10.1-release/sys/dev/sound/
H A Dchip.h45 int func; /* The function code. */ member in struct:sndcard_func
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.c40 f2(f func, int i) argument
42 func(i);
/freebsd-10.1-release/lib/libstdthreads/
H A Dcall_once.c37 call_once(once_flag *flag, void (*func)(void)) argument
40 (void)pthread_once((pthread_once_t *)flag, func);
/freebsd-10.1-release/sys/ia64/include/
H A Dpci_cfgreg.h34 uint32_t pci_cfgregread(int bus, int slot, int func, int reg, int len);
35 void pci_cfgregwrite(int bus, int slot, int func, int reg, uint32_t data,
/freebsd-10.1-release/contrib/xz/src/common/
H A Dmythread.h19 # define mythread_once(func) \
22 pthread_once(&once_, &func); \
30 # define mythread_once(func) \
34 func(); \
/freebsd-10.1-release/lib/libc/gen/
H A Dassert.c41 __assert(func, file, line, failedexpr)
42 const char *func, *file;
46 if (func == NULL)
53 failedexpr, func, file, line);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Duse_window.c38 use_window(WINDOW *win, NCURSES_WINDOW_CB func, void *data) argument
42 T((T_CALLED("use_window(%p,%p,%p)"), win, func, data));
44 code = func(win, data);
/freebsd-10.1-release/lib/libstand/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) argument
37 if (func == NULL)
43 expression, func, file, line);
/freebsd-10.1-release/crypto/openssl/util/
H A Dck_errf.pl21 $func="";
28 $func = $1;
29 $func =~ tr/A-Z/a-z/;
36 if ($func eq "")
41 # print "check -$file:$.:$func:$n\n";
48 { print "$file:$.:$func:$n [${errlib}err]\n"; $bad = 1; next; }
51 if (($n ne $func) && ($errlib ne "SYS"))
52 { print "$file:$.:$func:$n\n"; $bad = 1; next; }
53 # print "$func:$1\n";
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_func.c38 dwarf_add_function(Dwarf_Debug dbg, Dwarf_Func func) argument
41 STAILQ_INSERT_TAIL(&dbg->dbg_func, func, func_next);
80 Dwarf_Func func; local
81 STAILQ_FOREACH(func, &dbg->dbg_func, func_next) {
82 if (strcmp(name, func->func_name) == 0)
83 return func;
92 Dwarf_Func func; local
95 STAILQ_FOREACH(func, &dbg->dbg_func, func_next) {
96 die = func->func_die;
98 return func;
110 Dwarf_Func func, origin_func; local
217 dwarf_function_iterate_inlined_instance(Dwarf_Func func, Dwarf_Inlined_Callback f, void *data) argument
[all...]
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dslc.c131 add_slc(char func, char flag, cc_t val) argument
134 if ((*slcptr++ = (unsigned char)func) == 0xff)
217 process_slc(unsigned char func, unsigned char flag, cc_t val) argument
224 if (func > NSLC) {
225 add_slc(func, SLC_NOSUPPORT, 0);
234 if (func == 0) {
250 mylevel = slctab[func].current.flag & SLC_LEVELBITS;
257 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
269 change_slc(func, flag, val);
281 change_slc(char func, cha argument
434 unsigned char func, flag; local
[all...]
/freebsd-10.1-release/sys/sys/
H A Dsdt.h87 #define SDT_PROBE_DEFINE(prov, mod, func, name)
88 #define SDT_PROBE_DECLARE(prov, mod, func, name)
89 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4)
90 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
92 #define SDT_PROBE_DEFINE0(prov, mod, func, name)
93 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0)
94 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1)
95 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2)
96 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3)
97 #define SDT_PROBE_DEFINE5(prov, mod, func, nam
403 const char *func; member in struct:sdt_probe
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Duse_screen.c38 use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data) argument
43 T((T_CALLED("use_screen(%p,%p,%p)"), screen, func, data));
53 code = func(screen, data);

Completed in 137 milliseconds

1234567891011>>