Searched refs:sfunc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h78 cmd_sfunc_ftype *sfunc; member in union:cmd_list_element::__anon1501
229 void (*sfunc) (char *args, int from_tty,
236 around in cmd objects to test the value of the commands sfunc(). */
H A Dcli-decode.c53 bounce function (unless cfunc / sfunc is NULL that is). */
74 c->function.sfunc (args, from_tty, c); /* Ok. */
78 set_cmd_sfunc (struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc)
80 if (sfunc == NULL)
84 cmd->function.sfunc = sfunc; /* Ok. */
284 /* This is an empty "sfunc". */
77 set_cmd_sfunc(struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcommand.h134 cmd_sfunc_ftype *sfunc);
140 around in cmd objects to test the value of the commands sfunc(). */
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1531 int (*sfunc)(const void *, const void *))
1568 if (sfunc == NULL) {
1577 qsort(sorted, nentries, sizeof (dt_ahashent_t *), sfunc);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c714 static int sfunc (const void *, const void *);
1585 sfunc (const void *a, const void *b) function
2005 qsort (copy, num_entries, sizeof (long), sfunc);

Completed in 127 milliseconds