Home
last modified time | relevance | path

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

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/browser/
H A DBrowserLauncher.java551 String[] cmdLine2; in openURL() local
552 cmdLine2 = WindowsBrowserLauncher.splitCommandLine(optlaunch); in openURL()
553 cmdLine = new String[cmdLine2.length + 1]; in openURL()
554 System.arraycopy(cmdLine2, 0, cmdLine, 0, cmdLine2.length); in openURL()
555 cmdLine[cmdLine2.length] = '"' + url + '"'; in openURL()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp1788 nsAutoCString cmdLine2; in OAuth2AuthStep() local
1789 cmdLine2 += m_OAuth2String; in OAuth2AuthStep()
1790 cmdLine2 += CRLF; in OAuth2AuthStep()
1795 if (Pop3SendData(cmdLine2.get(), true)) { in OAuth2AuthStep()