HomeSort by relevance Sort by last modified time
    Searched refs:pszParam (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
Getopt.c 97 char *pszParam = NULL;
132 pszParam
138 pszParam
147 pszParam = psz;
158 pszParam = NULL;
165 pszParam = &(argv[iArg][0]);
170 pszParam = &(argv[iArg][0]);
178 optarg = pszParam;
  /sdk/find_java2/src/
WinLauncher2App.cpp 49 virtual void ParseParam(const TCHAR* pszParam, BOOL bFlag, BOOL bLast) {
57 mFilename = pszParam;
58 } else if (_tcsnccmp(pszParam, _T("h"), 2) == 0) {
60 } else if (_tcsnccmp(pszParam, _T("f"), 2) == 0) {
62 } else if (_tcsnccmp(pszParam, _T("7"), 2) == 0) {

Completed in 196 milliseconds