Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/
H A Dagent_handler.c426 const char *before_what) in netsnmp_inject_handler_before() argument
446 if (before_what) { in netsnmp_inject_handler_before()
454 if (strcmp(nexth->handler_name, before_what) == 0) in netsnmp_inject_handler_before()
458 …mp_log(LOG_ERR, "Cannot inject '%s' before '%s': not found\n", handler->handler_name, before_what); in netsnmp_inject_handler_before()
1180 const char *before_what) in netsnmp_inject_handler_into_subtree() argument
1193 before_what); in netsnmp_inject_handler_into_subtree()
1200 before_what); in netsnmp_inject_handler_into_subtree()
1208 before_what); in netsnmp_inject_handler_into_subtree()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dmain_window_slots.cpp217 QString before_what(tr(" before opening another file")); in openCaptureFile() local
218 if (!testCaptureFileClose(before_what)) { in openCaptureFile()
1465 if (testCaptureFileClose(before_what)) { in startInterfaceCapture()
1542 if (!testCaptureFileClose(before_what, Reload)) { in reloadLuaPlugins()
1792 QString before_what(tr(" before closing the file")); in on_actionFileClose_triggered() local
1793 if (testCaptureFileClose(before_what)) in on_actionFileClose_triggered()
2760 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_triggered()
2773 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_as_File_Format_or_Capture_triggered()
3906 if (testCaptureFileClose(before_what)) { in on_actionCaptureStart_triggered()
3926 if (!testCaptureFileClose(before_what, Restart)) in on_actionCaptureRestart_triggered()
[all …]
H A Dmain_window.cpp945 QString before_what(tr(" before quitting")); in closeEvent() local
946 if (!testCaptureFileClose(before_what, Quit)) { in closeEvent()
1316 QString before_what(tr(" before importing a capture")); in importCaptureFile() local
1317 if (!testCaptureFileClose(before_what)) in importCaptureFile()
1800 bool MainWindow::testCaptureFileClose(QString before_what, FileCloseContext context) { in testCaptureFileClose() argument
1843 …question = tr("Do you want to stop the capture and save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1848 … question = tr("Do you want to save the changes you've made%1?").arg(before_what); in testCaptureFileClose()
1851 question = tr("Do you want to save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1857 …to save the changes you've made to the capture file \"%1\"%2?").arg(display_basename, before_what); in testCaptureFileClose()
H A Dmain_window.h263 bool testCaptureFileClose(QString before_what, FileCloseContext context = Default); in Q_DECLARE_METATYPE()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dmain_window_slots.cpp217 QString before_what(tr(" before opening another file")); in openCaptureFile() local
218 if (!testCaptureFileClose(before_what)) { in openCaptureFile()
1465 if (testCaptureFileClose(before_what)) { in startInterfaceCapture()
1542 if (!testCaptureFileClose(before_what, Reload)) { in reloadLuaPlugins()
1792 QString before_what(tr(" before closing the file")); in on_actionFileClose_triggered() local
1793 if (testCaptureFileClose(before_what)) in on_actionFileClose_triggered()
2760 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_triggered()
2773 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_as_File_Format_or_Capture_triggered()
3906 if (testCaptureFileClose(before_what)) { in on_actionCaptureStart_triggered()
3926 if (!testCaptureFileClose(before_what, Restart)) in on_actionCaptureRestart_triggered()
[all …]
H A Dmain_window.cpp945 QString before_what(tr(" before quitting")); in closeEvent() local
946 if (!testCaptureFileClose(before_what, Quit)) { in closeEvent()
1316 QString before_what(tr(" before importing a capture")); in importCaptureFile() local
1317 if (!testCaptureFileClose(before_what)) in importCaptureFile()
1800 bool MainWindow::testCaptureFileClose(QString before_what, FileCloseContext context) { in testCaptureFileClose() argument
1843 …question = tr("Do you want to stop the capture and save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1848 … question = tr("Do you want to save the changes you've made%1?").arg(before_what); in testCaptureFileClose()
1851 question = tr("Do you want to save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1857 …to save the changes you've made to the capture file \"%1\"%2?").arg(display_basename, before_what); in testCaptureFileClose()
H A Dmain_window.h263 bool testCaptureFileClose(QString before_what, FileCloseContext context = Default); in Q_DECLARE_METATYPE()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dmain_window_slots.cpp217 QString before_what(tr(" before opening another file")); in openCaptureFile() local
218 if (!testCaptureFileClose(before_what)) { in openCaptureFile()
1465 if (testCaptureFileClose(before_what)) { in startInterfaceCapture()
1542 if (!testCaptureFileClose(before_what, Reload)) { in reloadLuaPlugins()
1792 QString before_what(tr(" before closing the file")); in on_actionFileClose_triggered() local
1793 if (testCaptureFileClose(before_what)) in on_actionFileClose_triggered()
2760 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_triggered()
2773 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_as_File_Format_or_Capture_triggered()
3906 if (testCaptureFileClose(before_what)) { in on_actionCaptureStart_triggered()
3926 if (!testCaptureFileClose(before_what, Restart)) in on_actionCaptureRestart_triggered()
[all …]
H A Dmain_window.cpp945 QString before_what(tr(" before quitting")); in closeEvent() local
946 if (!testCaptureFileClose(before_what, Quit)) { in closeEvent()
1316 QString before_what(tr(" before importing a capture")); in importCaptureFile() local
1317 if (!testCaptureFileClose(before_what)) in importCaptureFile()
1800 bool MainWindow::testCaptureFileClose(QString before_what, FileCloseContext context) { in testCaptureFileClose() argument
1843 …question = tr("Do you want to stop the capture and save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1848 … question = tr("Do you want to save the changes you've made%1?").arg(before_what); in testCaptureFileClose()
1851 question = tr("Do you want to save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1857 …to save the changes you've made to the capture file \"%1\"%2?").arg(display_basename, before_what); in testCaptureFileClose()
H A Dmain_window.h263 bool testCaptureFileClose(QString before_what, FileCloseContext context = Default); in Q_DECLARE_METATYPE()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dmain_window_slots.cpp217 QString before_what(tr(" before opening another file")); in openCaptureFile() local
218 if (!testCaptureFileClose(before_what)) { in openCaptureFile()
1465 if (testCaptureFileClose(before_what)) { in startInterfaceCapture()
1542 if (!testCaptureFileClose(before_what, Reload)) { in reloadLuaPlugins()
1792 QString before_what(tr(" before closing the file")); in on_actionFileClose_triggered() local
1793 if (testCaptureFileClose(before_what)) in on_actionFileClose_triggered()
2760 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_triggered()
2773 if (!testCaptureFileClose(before_what, Reload)) in on_actionViewReload_as_File_Format_or_Capture_triggered()
3906 if (testCaptureFileClose(before_what)) { in on_actionCaptureStart_triggered()
3926 if (!testCaptureFileClose(before_what, Restart)) in on_actionCaptureRestart_triggered()
[all …]
H A Dmain_window.cpp945 QString before_what(tr(" before quitting")); in closeEvent() local
946 if (!testCaptureFileClose(before_what, Quit)) { in closeEvent()
1316 QString before_what(tr(" before importing a capture")); in importCaptureFile() local
1317 if (!testCaptureFileClose(before_what)) in importCaptureFile()
1800 bool MainWindow::testCaptureFileClose(QString before_what, FileCloseContext context) { in testCaptureFileClose() argument
1843 …question = tr("Do you want to stop the capture and save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1848 … question = tr("Do you want to save the changes you've made%1?").arg(before_what); in testCaptureFileClose()
1851 question = tr("Do you want to save the captured packets%1?").arg(before_what); in testCaptureFileClose()
1857 …to save the changes you've made to the capture file \"%1\"%2?").arg(display_basename, before_what); in testCaptureFileClose()
H A Dmain_window.h263 bool testCaptureFileClose(QString before_what, FileCloseContext context = Default); in Q_DECLARE_METATYPE()
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/agent/
H A Dagent_handler.h185 const char *before_what);
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Dscanner.c2281 static void ret_stk_balance_rpt( char *before_what, bool clear_it)
2286 char *what_phr = before_what != NULL ? before_what : strupr(statbuf);