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