Home
last modified time | relevance | path

Searched refs:display_help (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dsunxi-spl-image-builder.c289 static void display_help(int status) in display_help() function
429 display_help(0); in main()
458 display_help(-1); in main()
464 display_help(-1); in main()
481 display_help(-1); in main()
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c127 void display_help(int error);
209 display_help(EXIT_SUCCESS); in main()
226 display_help(EXIT_FAILURE); in main()
426 void display_help(int error) in display_help() function
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dhelp.py24 def display_help(subcommand, subcommands): function
44 if args.help_topic == None or not display_help(args.help_topic, subcommands):