Home
last modified time | relevance | path

Searched refs:printhelp (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/
Ddropbearkey.c55 static void printhelp(char * progname);
65 static void printhelp(char * progname) { in printhelp() function
130 printhelp(argv[0]);
140 printhelp(argv[0]);
149 printhelp(argv[0]);
161 printhelp(argv[0]);
181 printhelp(argv[0]);
Ddropbearconvert.c36 static void printhelp(char * progname);
38 static void printhelp(char * progname) { in printhelp() function
105 printhelp(argv[0]);
Dsvr-runopts.c34 static void printhelp(const char * progname);
37 static void printhelp(const char * progname) { in printhelp() function
216 printhelp(argv[0]); in svr_getopts()
226 printhelp(argv[0]); in svr_getopts()
Dcli-runopts.c35 static void printhelp();
44 static void printhelp() { in printhelp() function
198 printhelp(); in cli_getopts()
270 printhelp(); in cli_getopts()
/external/iptables/extensions/
Dlibxt_pkttype.c20 unsigned char printhelp; member
44 if(supported_types[i].printhelp == 1) in print_types()