Searched refs:strCommandLine (Results 1 – 4 of 4) sorted by relevance
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/ |
H A D | commandline.php | 31 $strCommandLine = ' '; variable 40 $strCommandLine = $strResult; variable 41 $intCount = substr_count($strCommandLine, 'ARG'); 42 if (substr_count($strCommandLine, 'ARG8') != 0) { 44 } elseif (substr_count($strCommandLine, 'ARG7') != 0) { 46 } elseif (substr_count($strCommandLine, 'ARG6') != 0) { 48 } elseif (substr_count($strCommandLine, 'ARG5') != 0) { 50 } elseif (substr_count($strCommandLine, 'ARG4') != 0) { 52 } elseif (substr_count($strCommandLine, 'ARG3') != 0) { 54 } elseif (substr_count($strCommandLine, 'ARG2') != 0) { [all …]
|
H A D | versioncheck.php | 32 $strCommandLine = ' '; variable
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/ |
H A D | process_ctrlc_stub.cpp | 90 wchar_t *strCommandLine = _wcsdup(GetCommandLine()); in main() local 91 const size_t strCommandLineLength = wcslen(strCommandLine); in main() 95 if (strCommandLine[pos] == L'"') { in main() 97 } else if (!quoted && isSpaceOrTab(strCommandLine[pos])) { in main() 98 while (isSpaceOrTab(strCommandLine[++pos])); in main() 105 bool lowerPriority = !wcsncmp(strCommandLine + pos, szNice, niceLen); in main() 108 while (isSpaceOrTab(strCommandLine[++pos])) in main() 111 bool bSuccess = startProcess(strCommandLine + pos, lowerPriority); in main() 112 free(strCommandLine); in main()
|
/dports/devel/liteide/liteide-x37.4/liteidex/src/tools/liteide_ctrlc_stub/ |
H A D | liteide_ctrlc_stub.cpp | 88 wchar_t *strCommandLine = _wcsdup(GetCommandLine()); in main() local 89 const size_t strCommandLineLength = wcslen(strCommandLine); in main() 93 if (strCommandLine[pos] == L'"') { in main() 95 } else if (!quoted && isSpaceOrTab(strCommandLine[pos])) { in main() 96 while (isSpaceOrTab(strCommandLine[++pos])); in main() 102 bool bSuccess = startProcess(strCommandLine + pos); in main() 103 free(strCommandLine); in main()
|