Searched refs:help (Results 26 - 50 of 150) sorted by relevance

123456

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscat.c88 " -h, --help Print this help\n"
168 { "help", no_argument, NULL, 'h' },
180 int help = 0; local
226 help++;
275 if (help || ver) {
301 if (help || err)
304 return (!err && !help && !ver);
H A Dntfslabel.c99 " -h, --help Display this help\n\n",
118 { "help", no_argument, NULL, 'h' },
129 int help = 0; local
154 help++;
184 if (help || ver) {
202 if (help || err)
205 return (!err && !help && !ver);
H A Dntfscp.c108 " -h, --help Print this help\n"
134 { "help", no_argument, NULL, 'h' },
147 int help = 0; local
203 help++;
242 if (help || ver) {
266 if (help || err)
269 return (!err && !help && !ver);
H A Dntfscluster.c99 " -h, --help Print this help\n\n",
120 { "help", no_argument, NULL, 'h' },
134 int help = 0; local
180 help++;
239 if (help || ver) {
269 if (help || err)
272 return (!err && !help && !ver);
H A Dntfsls.c167 " -h, --help Display this help\n"
201 { "help", no_argument, NULL, 'h' },
217 int help = 0; local
247 help++;
299 if (help || ver)
318 if (help || err)
321 return (!err && !help && !ver);
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL45 pod2html --help --htmlroot=<name> --infile=<name> --outfile=<name>
60 =item help
62 --help
H A Dpod2usage.PL60 [B<-help>]
74 =item B<-help>
76 Print a brief help message and exit.
143 "help",
153 pod2usage(1) if ($options{help});
/osnet-11/usr/src/lib/krb5/ss/
H A DMakefile.com33 help.o \
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/osnet-11/usr/src/lib/pyzfs/
H A DMakefile.com30 allow.py unallow.py help.py \
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py276 parser.exit(_("For more info, run: zfs help unallow"))
278 parser.exit(_("For more info, run: zfs help allow"))
281 print(_("\nFor the delegated permission list, run: zfs help permission"))
305 help=_("%s permission locally") % verb)
307 help=_("%s permission for descendents") % verb)
309 help=_("%s permission for user") % verb)
311 help=_("%s permission for group") % verb)
313 help=_("%s permission for everyone") % verb)
315 help=_("%s create time permissions") % verb)
316 parser.add_option("-s", action="store_true", dest="set", help
[all...]
H A Dholds.py42 print(_("For more info, run: zfs help holds"))
52 help=_("list holds recursively"))
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dctl.h59 const char * help; member in struct:ctl_verb
/osnet-11/usr/src/lib/libadm/common/
H A Dckdate.c241 ckdate_hlp(char *fmt, char *help) argument
248 puthelp(stdout, defmesg, help);
404 ckdate(char *date, char *fmt, char *defstr, char *error, char *help, argument
436 puthelp(stderr, defmesg, help);
H A Dckpath.c253 ckpath_hlp(int pflags, char *help) argument
258 puthelp(stdout, defhlp, help);
263 ckpath(char *pathval, int pflags, char *defstr, char *error, char *help, argument
300 puthelp(stderr, defhlp, help);
H A Dcktime.c285 cktime_hlp(char *fmt, char *help) argument
292 puthelp(stdout, defmesg, help);
342 cktime(char *tod, char *fmt, char *defstr, char *error, char *help, argument
371 puthelp(stderr, defmesg, help);
H A Dckitem.c112 ckitem_hlp(CKMENU *menup, char *help) argument
115 puthelp(stdout, defhlp, help);
121 char *help, char *prompt)
157 if (n = getstr(strval, defstr, error, help, prompt)) {
502 getstr(char *strval, char *defstr, char *error, char *help, char *prompt) argument
533 puthelp(stderr, defhlp, help);
120 ckitem(CKMENU *menup, char *item[], short max, char *defstr, char *error, char *help, char *prompt) argument
/osnet-11/usr/src/grub/grub2/util/powerpc/ieee1275/
H A Dgrub-mkrescue.in45 -h, --help print this message and exit
78 -h | --help)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkstandalone.in48 -h, --help print this message and exit
53 available formats: $(${bindir}/grub-mkimage --help | \
83 -h | --help)
/osnet-11/usr/src/lib/libsecdb/
H A DMakefile27 SUBDIRS = help $(MACH)
30 MSGSUBDIRS= help
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan42 Prints a help message.
81 # print a help message
144 print STDERR "Printing help message -- ignoring other arguments\n"
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c491 * help topic) that follows.
1443 int help = 0; local
1447 help = HELP_DISABLE;
1449 help = HELP_ENABLE;
1451 help = HELP_INSERT;
1453 help = HELP_REMOVE;
1455 help = HELP_QUIESCE;
1457 help = HELP_UNKNOWN;
1460 if (help) {
1461 if (help
[all...]

Completed in 60 milliseconds

123456