Searched refs:cfunc (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/bin/dd/
H A Dextern.h56 extern void (*cfunc)(void);
H A Dargs.c156 cfunc = ddflags & C_BLOCK ? block : unblock;
161 cfunc = unblock;
164 cfunc = block;
169 cfunc = def;
H A Ddd.c78 void (*cfunc)(void); /* conversion function */ variable
430 (*cfunc)();
445 if (cfunc == def)
447 else if (cfunc == block)
449 else if (cfunc == unblock)
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h75 cmd_cfunc_ftype *cfunc; member in union:cmd_list_element::__anon1501
226 void (*cfunc) (char *args, int from_tty));
238 void (*cfunc) (char *args, int from_tty));
H A Dcli-decode.c53 bounce function (unless cfunc / sfunc is NULL that is). */
58 c->function.cfunc (args, from_tty); /* Ok. */
62 set_cmd_cfunc (struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc)
64 if (cfunc == NULL)
68 cmd->function.cfunc = cfunc; /* Ok. */
89 void (*cfunc) (char *args, int from_tty))
91 return cmd->func == do_cfunc && cmd->function.cfunc == cfunc;
278 /* This is an empty "cfunc"
61 set_cmd_cfunc(struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcommand.h129 cmd_cfunc_ftype *cfunc);
142 void (*cfunc) (char *args, int from_tty));
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c380 rl_completion_mode (cfunc)
381 rl_command_func_t *cfunc;
383 if (rl_last_func == cfunc && !completion_changed_buffer)
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1129 cancel_func cfunc; local
1133 cfunc = IoSetCancelRoutine(ip, NULL);
1135 if (cfunc == NULL) {
1140 MSCALL2(cfunc, IoGetCurrentIrpStackLocation(ip)->isl_devobj, ip);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c2547 xo_checkpointer_t cfunc)
2552 xop->xo_checkpointer = cfunc;
2546 xo_set_formatter(xo_handle_t *xop, xo_formatter_t func, xo_checkpointer_t cfunc) argument

Completed in 1212 milliseconds