Home
last modified time | relevance | path

Searched refs:numPathnames (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dmultiplay.c133 int numPathnames = argc - i; in main() local
134 if (numPathnames <= 0) { in main()
139 numPlayers = numPathnames; in main()
176 printf("numPathnames=%d\n", numPathnames); in main()
187 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathnames[i % numPathnames]}; in main()