Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Ddir.c1373 PDIRFINDINFO * ptrFileArray; /* An array of pointers with all the files */ in DirList() local
1520 ptrFileArray = cmd_alloc(sizeof(PDIRFINDINFO) * dwCount); in DirList()
1521 if (ptrFileArray == NULL) in DirList()
1536 ptrFileArray[dwCount] = &ptrNextNode->ptrNext->stInfo; in DirList()
1543 QsortFiles(ptrFileArray, 0, dwCount-1, lpFlags); in DirList()
1548 DirPrintFiles(ptrFileArray, dwCount, szFullPath, lpFlags); in DirList()
1562 cmd_free(ptrFileArray); in DirList()