Searched refs:help (Results 76 - 100 of 1370) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Doptparse.lua9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"}
78 if options.help then
112 " " .. optdesc.help .. "\n")
115 o.add_option{"--help", action="store_true", dest="help",
116 help="show this help message and exit"}
119 help="output version info."}
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Doptparse.lua9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"}
78 if options.help then
112 " " .. optdesc.help .. "\n")
115 o.add_option{"--help", action="store_true", dest="help",
116 help="show this help message and exit"}
119 help="output version info."}
H A Dnetpgp.lua37 opt.add_option{"-s", "--sign", action="store_true", dest="sign", help="--sign [--detached] [--armour] file"}
38 opt.add_option{"-v", "--verify", action="store_true", dest="verify", help="--verify [--armour] file"}
39 opt.add_option{"-e", "--encrypt", action="store_true", dest="encrypt", help="--encrypt [--armour] file"}
40 opt.add_option{"-d", "--decrypt", action="store_true", dest="decrypt", help="--decrypt [--armour] file"}
41 opt.add_option{"-h", "--homedir", action="store", dest="homedir", help="--homedir directory"}
42 opt.add_option{"-o", "--output", action="store", dest="output", help="--output file"}
43 opt.add_option{"-a", "--armour", action="store_true", dest="armour", help="--armour"}
44 opt.add_option{"-D", "--detached", action="store_true", dest="detached", help="--detached"}
/netbsd-current/libexec/httpd/lua/
H A Doptparse.lua9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"}
78 if options.help then
112 " " .. optdesc.help .. "\n")
115 o.add_option{"--help", action="store_true", dest="help",
116 help="show this help message and exit"}
119 help="output version info."}
/netbsd-current/sys/arch/i386/pnpbios/
H A Dpnpbios.c523 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); local
525 *--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
526 *--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
527 *--help = 2; /* buffer offset for node size */
528 *--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
529 *--help = 0; /* buffer offset for numnodes */
530 *--help = PNP_FC_GET_NUM_NODES;
532 res = pnpbioscall(((char *)help) - pnpbios_scratchbuf);
545 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); local
547 *--help
593 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); local
608 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); local
621 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py355 help="autogeneration mode (random or linear) [default %default]",
358 help="autogenerate COUNT functions according to MODE",
361 help="start autogeneration with the Nth function type [default %default]",
364 help="maximum index for random autogeneration [default %default]",
367 help="random number generator seed [default %default]",
370 help="use random value for initial random number generator seed",
373 help="add a test index to skip",
376 help="write output to FILE [default %default]",
379 help="write header file for output to FILE [default %default]",
382 help
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_sem.c119 union semun help; local
147 help.val = sem->initial;
148 status = semctl( sem->id, 0, SETVAL, help );
158 sem->count = semctl( sem->id, 0, GETVAL, help );
198 union semun help; local
251 u32 = H2T_4(semctl( sem->id, 0, GETVAL, help ));
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/bin/
H A Dscan-view106 help="Host interface to listen on. (default=%s)" % kDefaultHost)
108 help="Port to listen on. (default=%s)" % kDefaultPort)
111 help="Print additional debugging information.")
114 help="Automatically update module for each request.")
117 help="Don't open a webbrowser on startup.")
120 help='Allow connections from any host (access '
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-read.awk113 help[n_opts] = $3
115 help[n_opts] = help[n_opts] " " $i
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-read.awk118 help[n_opts] = $3
120 help[n_opts] = help[n_opts] " " $i
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_sem.c112 union semun help; local
140 help.val = sem->initial;
141 status = semctl( sem->id, 0, SETVAL, help );
151 sem->count = semctl( sem->id, 0, GETVAL, help );
191 union semun help; local
244 u32 = H2T_4(semctl( sem->id, 0, GETVAL, help ));
/netbsd-current/sys/arch/atari/stand/tostools/rawwrite/
H A Drawwrite.c41 static void help PROTO((void));
46 int h_flag = 0; /* Show help */
95 help();
156 help(void) function
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmark_spam.py97 parser.add_argument('api_key', help = 'API key')
98 parser.add_argument('range', help = 'Range of IDs, e.g. 10-23,24,25,27')
99 parser.add_argument('--verbose', action = 'store_true', help = 'Verbose logging')
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dmark_spam.py97 parser.add_argument('api_key', help = 'API key')
98 parser.add_argument('range', help = 'Range of IDs, e.g. 10-23,24,25,27')
99 parser.add_argument('--verbose', action = 'store_true', help = 'Verbose logging')
/netbsd-current/games/boggle/boggle/
H A DMakefile7 SRCS= bog.c help.c mach.c prtable.c timer.c word.c
/netbsd-current/usr.bin/tip/
H A Dcmdtab.c58 { '?', NORM, "get this summary", help },
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.h49 const char *help; member in struct:sl_cmd
/netbsd-current/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil.c57 "help",
111 help(void *opt, int argc, char **argv) function
119 "Try \"help\" for a list of commands\n",
123 char shelp[] = "--help";
131 if(c->help && *c->help)
132 fprintf (stderr, "%s\n", c->help);
/netbsd-current/external/mit/xorg/bin/xman/
H A DMakefile6 SRCS= ScrollByL.c handler.c man.c buttons.c help.c \
10 CPPFLAGS+=-DHELPFILE=\"${X11LIBDIR}/xman.help\"
16 FILES= xman.help
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcreate_ladder_graph.py19 help="Number of ladder rungs. Must be a multiple of 2")
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgraph_header_deps.py159 parser.add_argument('--root', default=None, metavar='FILE', help='File or directory to be the root of the dependency graph')
160 parser.add_argument('-I', dest='search_dirs', default=[], action='append', metavar='DIR', help='Path(s) to search for local includes')
161 parser.add_argument('--show-transitive-edges', action='store_true', help='Show edges to headers that are transitively included anyway')
162 parser.add_argument('--show-config-headers', action='store_true', help='Show headers named __config')
163 parser.add_argument('--show-experimental-headers', action='store_true', help='Show headers in the experimental/ and ext/ directories')
164 parser.add_argument('--show-support-headers', action='store_true', help='Show headers in the __support/ directory')
165 parser.add_argument('--show-individual-line-counts', action='store_true', help='Include an individual line count in each node')
166 parser.add_argument('--show-cumulative-line-counts', action='store_true', help='Include a total line count in each node')
167 parser.add_argument('--error-on-file-not-found', action='store_true', help="Don't ignore failure to open an #included file")
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py30 help='if set, writes a depfile that causes this script '
33 help='if set, writes git revision, else writes #undef')
35 help='if set, writes a depfile that causes this script '
37 parser.add_argument('vcs_header', help='path to the output file to write')
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/bsd/openldap/dist/build/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A DMakefile.in24 SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
39 SIS_OFILES = exec.o erc32.o func.o help.o float.o

Completed in 246 milliseconds

1234567891011>>