Home
last modified time | relevance | path

Searched refs:show_help (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-check-exported-symbols.pl38 my $show_help = 0;
47 "help|?" => \$show_help) or pod2usage( -exitval => 2,
50 -verbose => 3 ) if $show_help or !$def_name or !$vs_name;
/netbsd-src/lib/librefuse/
H A Drefuse_lowlevel.c48 REFUSE_LOWLEVEL_OPT("-h" , show_help , REFUSE_SHOW_HELP_FULL),
49 REFUSE_LOWLEVEL_OPT("--help" , show_help , REFUSE_SHOW_HELP_FULL),
50 REFUSE_LOWLEVEL_OPT("-ho" , show_help , REFUSE_SHOW_HELP_NO_HEADER),
H A Dfuse_lowlevel.h51 int show_help; member
H A Drefuse_compat.c52 int show_help; member
H A Drefuse.c1043 if (opts->show_help) { in __fuse_setup()
1044 switch (opts->show_help) { in __fuse_setup()
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_email.py93 def show_help(): function
108 show_help()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_email.py93 def show_help(): function
108 show_help()
/netbsd-src/external/bsd/tre/dist/src/
H A Dagrep.c47 static int show_help; variable
68 {"help", no_argument, &show_help, 1},
687 show_help = 1; in main()
718 if (show_help) in main()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsize.c65 static int show_help = 0; variable
126 {"help", no_argument, &show_help, 1},
252 if (show_help) in main()
H A Dar.c147 static int show_help = 0; variable
168 {"help", no_argument, &show_help, 1},
512 show_help = 1; in decode_options()
662 show_help = 1; in ranlib_main()
687 if (show_help) in ranlib_main()
767 if (show_help) in main()
H A DChangeLog-201046 (show_help): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsize.c65 static int show_help = 0; variable
125 {"help", no_argument, &show_help, 1},
251 if (show_help) in main()
H A Dar.c148 static int show_help = 0; variable
169 {"help", no_argument, &show_help, 1},
520 show_help = 1; in decode_options()
670 show_help = 1; in ranlib_main()
695 if (show_help) in ranlib_main()
777 if (show_help) in main()
H A DChangeLog-201046 (show_help): Likewise.
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c67 static int show_help; variable
128 {"help", no_argument, &show_help, 1},
1607 show_help = 1; in main()
1702 if (show_help) in main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh103 show_help=
165 show_help=yes
258 if test -z "$show_help"; then
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dltmain.sh133 show_help=
453 show_help=yes
564 if test -z "$show_help"; then
/netbsd-src/external/bsd/libbind/dist/
H A Dltmain.sh149 show_help=
516 show_help=yes
628 if test -z "$show_help"; then
/netbsd-src/external/bsd/iscsi/dist/buildaux/
H A Dltmain.sh149 show_help=
533 show_help=yes
645 if test -z "$show_help"; then
/netbsd-src/crypto/external/bsd/netpgp/dist/buildaux/
H A Dltmain.sh149 show_help=
533 show_help=yes
645 if test -z "$show_help"; then
/netbsd-src/external/bsd/top/dist/
H A DChanges185 routines to display.c and modified show_help to use it, since the
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A DChangeLog434 * gcc-changelog/git_email.py (show_help): Add.