Searched refs:Quit (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sbin/natd/
H A Dnatd.h23 extern void Quit (const char* msg);
H A Dnatd.c232 Quit ("Unable to create divert socket.");
249 Quit ("Unable to bind divert socket.");
255 Quit ("Unable to create incoming divert socket.");
262 Quit ("Unable to create outgoing divert socket.");
279 Quit ("Unable to bind incoming divert socket.");
288 Quit ("Unable to bind outgoing divert socket.");
299 Quit ("Unable to create routing info socket.");
323 Quit ("Unable to create divert socket.");
338 Quit ("Unable to bind global divert socket.");
345 Quit ("Unabl
988 void Quit (const char* msg) function
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp263 Quit // Exit all menus and quit
1071 if (run_menu_sp->Action() == MenuActionResult::Quit)
1120 if (submenus[selected_idx]->Action() == MenuActionResult::Quit)
1138 if (menu->Action() == MenuActionResult::Quit)
3925 exit_menuitem_sp->SetCannedResult(MenuActionResult::Quit);

Completed in 73 milliseconds