OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mainfunc_t
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
xshared.h
66
typedef int (*
mainfunc_t
)(int, char **);
typedef
70
mainfunc_t
main;
xshared.c
178
static
mainfunc_t
subcmd_get(const char *cmd, const struct subcommand *cb)
189
mainfunc_t
f = subcmd_get(cmd, cb);
Completed in 46 milliseconds