Searched defs:help (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c40 help(void) function
48 return (help() + 1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py170 help='Absolute path of module map file.') variable
172 help='Absolute path of EFI binary file.') variable
174 help='Absolute path of output file to store the got patchable PCD table.') variable
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp133 PRBool help = PR_FALSE; local
161 case 'h': /* help message */
163 help = PR_TRUE;
171 if (help) return -1;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpollable.c139 PRBool help = PR_FALSE; local
173 case 'h': /* help message */
175 help = PR_TRUE;
183 if (help) {
H A Dswitch.c118 PRBool help = PR_FALSE; local
148 case 'h': /* help message */
150 help = PR_TRUE;
158 if (help) return -1;
H A Dinstrumt.c96 PRBool help = PR_FALSE; variable
451 case 'h': /* help message */
453 help = PR_TRUE;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp368 || !strcmp(argv[i], "help")
371 || !strcmp(argv[i], "-help")
372 || !strcmp(argv[i], "--help"))
514 USAGECATEGORY help; member in struct:__anon16042
605 && s_commandHandlers[commandIndex].help))
607 printUsage(s_commandHandlers[commandIndex].help, ~0U, g_pStdOut);
623 || s_commandHandlers[i].help != s_commandHandlers[i - 1].help)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk_old.c61 void help();
262 if ( argc == 1 ) { help(); DIE; }
301 void help() function
H A Dgenmk.c71 void help(void);
77 void help();
382 if ( argc == 1 ) { help(); DIE; }
428 void help(void) function
430 void help()
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py16 help="""The base directory; i.e. the parent folder of the
21 help="The filepath of the log file to be created") variable
25 help="Create the log file") variable
29 help="Don't output test results") variable
32 help="Disables display of all tests") variable
36 help="Displays all tests (only if --silent is not set)") variable
40 help="The maximum number of tests to be run") variable
44 help="Runs the specified test only") variable
48 help="Runs the specified test(s), starting with the given string") variable
52 help variable
56 help="Display erroneous tests of type 'unimplemented' only") variable
60 help="Display erroneous tests of type 'memory leak' only") variable
64 help="Combines to be run (all if omitted)") variable
68 help="Combines to be run (all if omitted)") variable
72 help="Display combine reports") variable
76 help="Display erroneous combine reports only") variable
80 help="Displays debug messages") variable
84 help="Displays info on the suite only. Does not run any test.") variable
87 help="Use SAX2-driven validation.") variable
90 help="Display the test name in every case.") variable
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c122 void help OF((int));
581 void help(int exitval) function
589 " untgz -h display this help\n");
632 help(0);
638 help(0);
642 help(0);
650 help(1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmain.c632 static void help( void );
639 static void help( );
681 if ( argc == 1 ) { help(); zzDIE; }
1011 help( void ) function
1013 help( )
/vbox/src/recompiler/
H A Dcpu-all.h1015 const char *help; member in struct:CPULogItem
/vbox/src/apps/svnsync-vbox/
H A Dmain.c156 { "help", help_cmd, { "?", "h" },
157 N_("usage: svnsync help [SUBCOMMAND...]\n"
188 {"help", 'h', 0,
189 N_("show help on a subcommand")},
191 N_("show help on a subcommand")},
210 svn_boolean_t help; member in struct:__anon17009
2937 /*** `svnsync help' ***/
2940 /* SUBCOMMAND: help */
2948 "Type 'svnsync help <subcommand>' for help o
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8107 dtrace_helpers_t *help, *next; local
8158 help = dtrace_deferred_pid;
8163 while (help != NULL) {
8164 for (i = 0; i < help->dthps_nprovs; i++) {
8165 dtrace_helper_provide(&help->dthps_provs[i]->dthp_prov,
8166 help->dthps_pid);
8169 next = help->dthps_next;
8170 help->dthps_next = NULL;
8171 help->dthps_prev = NULL;
8172 help
13759 dtrace_helpers_t *help = p->p_dtrace_helpers; local
13862 dtrace_helpers_t *help; local
13937 dtrace_helper_provider_register(proc_t *p, dtrace_helpers_t *help, dof_helper_t *dofhp) argument
13998 dtrace_helpers_t *help; local
14293 dtrace_helpers_t *help; local
14390 dtrace_helpers_t *help; local
14408 dtrace_helpers_t *help; local
14500 dtrace_helpers_t *help, *newhelp; local
15193 dof_helper_t help, *dhp = NULL; local
[all...]

Completed in 134 milliseconds