Searched refs:cmdstr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dsystem_tests110 my $cmdstr = join " ", map { /\s|^$/ && !/\"/
112 note "####### '$cmdstr'";
113 if (system($cmdstr) != 0) {
118 system($cmdstr);
/openbsd-current/usr.bin/bgplg/
H A Dbgplgsh.c162 char **cmdp = NULL, *cmdstr = NULL; local
165 if ((cmdstr = strdup(cmd->name)) == NULL)
167 if ((cmdp = lg_arg2argv(cmdstr, &ncmd)) == NULL)
188 free(cmdstr);

Completed in 61 milliseconds