Home | History | Annotate | Download | only in host_src

Lines Matching refs:argv

216 int main( int argc, char **argv )
236 if (argv[i][0] == '-')
238 switch (argv[i][1])
241 temp = argv[i][2];
248 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
249 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Unable to create debug file %s\n", &argv[i][2]); */ }
254 outputFile = &argv[i][2];
257 polyphony = atoi(&argv[i][2]);
317 if (argv[i][0] != '-')
320 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "Playing '%s'\n", argv[i]); */ }
321 if ((playResult = PlayFile(easData, argv[i], outputFile, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
323 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %d playing file %s\n", playResult, argv[i]); */ }