Searched refs:commandline (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.h24 extern char *commandline;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c172 static char *commandline = NULL; variable
722 if (commandline != NULL)
723 xfree (commandline);
725 commandline = xstrprintf ("%s %s", command, args);
917 if (commandline != NULL)
919 int len = strlen (commandline);
923 commandline[255] = '\0';
926 commandline, len + 1, 1, 0, 0);
/openbsd-current/usr.bin/rpcgen/
H A Drpc_main.c59 struct commandline { struct
132 static int parseargs(int, char **, struct commandline *);
139 struct commandline cmd;
146 (void) memset((char *) &cmd, 0, sizeof(struct commandline));
858 struct commandline *cmd;
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm23 those options are removed from the commandline, and a reference to the
24 script is pushed onto the commandline in their place. Scripting the
/openbsd-current/gnu/llvm/clang/www/demo/
H A Dindex.cgi263 my ( $program, $commandline, $outputFile ) = @_;
269 $retcode = system($commandline);
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/
H A Dcorelist5 corelist - a commandline frontend to Module::CoreList
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm1977 $pl_commandline = $self->prefs->{pl}{commandline};
2296 $make_commandline = $self->prefs->{make}{commandline};
2793 c => "commandline",
3788 if (my $commandline
3789 = exists $prefs_test->{commandline} ? $prefs_test->{commandline} : "") {
3790 $system = $commandline;
4205 if (my $commandline = $self->prefs->{install}{commandline}) {
4206 $system = $commandline;
[all...]
H A DFirstTime.pm1402 $dist->{prefs}{pl}{commandline} = "$^X Makefile.PL --bootstrap";
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm1585 and any passive switches to commandline tools will be set to true.
1610 This enables debugging output when calling commandline utilities to
1709 To indicate to rather use commandline tools than modules
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm266 my $commandline = shift || "";
345 defined ($_ = $term->readline($prompt, $commandline));
433 $commandline = ""; # I do want to be able to pass a default to
2100 of the commandline and C<o conf> will offer you completion for the
2627 commandline: "echo SKIPPING make"
2786 =item commandline
2788 A full commandline to run via C<system()>.
2790 to $^X (but with an absolute path). If C<commandline> is specified,
2879 methods of the class CPAN::Shell. The arguments on the commandline are
3949 How do I install a module and all its dependencies from the commandline,
[all...]

Completed in 172 milliseconds