Home
last modified time | relevance | path

Searched defs:GetNextArgument (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dmime_sniffer_fuzzer.cc21 std::string GetNextArgument(base::StringPiece* input) { in GetNextArgument() function
/dports/archivers/xmill/xmill/XMill/
H A DOptions.cpp70 inline char *GetNextArgument(int *len) in GetNextArgument() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcess.Unix.cs510 private static string GetNextArgument(string arguments, ref int i) in GetNextArgument() method in System.Diagnostics.Process
/dports/lang/clips/clips_core_source_630/core/
H A Devaluatn.h177 #define GetNextArgument(ep) (ep->nextArg) macro