Home
last modified time | relevance | path

Searched refs:quit_handler (Results 26 – 50 of 155) sorted by relevance

1234567

/dports/www/netsurf/netsurf-3.10/frontends/monkey/
H A Dmain.c219 static void quit_handler(int argc, char **argv) in quit_handler() function
456 ret = monkey_register_handler("QUIT", quit_handler); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dnative-state-wayland.h47 static void quit_handler(int signum);
H A Dnative-state-drm.cpp578 signal(SIGINT, &NativeStateDRM::quit_handler); in init()
586 NativeStateDRM::quit_handler(int /*signo*/) in quit_handler() function in NativeStateDRM
/dports/astro/gpsd/gpsd-3.20/
H A Dgpsrinex.c951 static void quit_handler(int signum) in quit_handler() function
1104 (void)signal(SIGTERM, quit_handler); in main()
1105 (void)signal(SIGQUIT, quit_handler); in main()
1106 (void)signal(SIGINT, quit_handler); in main()
/dports/multimedia/celluloid/celluloid-0.23/src/
H A Dcelluloid-controller-actions.c121 quit_handler(GSimpleAction *action, GVariant *param, gpointer data);
456 quit_handler(GSimpleAction *action, GVariant *param, gpointer data) in quit_handler() function
571 .activate = quit_handler}, in celluloid_controller_action_register_actions()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/hidapi/hidapi2osc/
H A Dhidapi2osc.cpp191 int quit_handler(const char *path, const char *types, lo_arg **argv, int argc,
209 lo_server_thread_add_method(st, "/hidapi2osc/quit", "", quit_handler, NULL); in init_osc()
353 int quit_handler(const char *path, const char *types, lo_arg **argv, int argc, in quit_handler() function
/dports/net/usbredir/usbredir-0.8.0/usbredirserver/
H A Dusbredirserver.c194 static void quit_handler(int sig) in quit_handler() function
289 act.sa_handler = quit_handler; in main()
/dports/devel/cook/cook-2.30/cook/
H A Dlisting.c315 quit_handler(log_close); in log_open()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote-fileio.c341 quit_handler = remote_fileio_o_quit_handler; in remote_fileio_reply()
1129 quit_handler = remote_fileio_quit_handler; in do_remote_fileio_request()
1178 remote_fileio_o_quit_handler = quit_handler; in remote_fileio_request()
1203 quit_handler = remote_fileio_o_quit_handler; in remote_fileio_request()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/example/
H A Dinterface_v1.cc293 static protocol_binary_response_status quit_handler(const void *) //cookie in quit_handler() function
412 interface_v1_impl.interface.v1.quit= quit_handler; in initialize_interface_v1_handler()
/dports/databases/libmemcached/libmemcached-1.0.18/example/
H A Dinterface_v1.cc293 static protocol_binary_response_status quit_handler(const void *) //cookie
412 interface_v1_impl.interface.v1.quit= quit_handler;
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dnative-state-drm.cpp594 signal(SIGINT, &NativeStateDRM::quit_handler); in init()
602 NativeStateDRM::quit_handler(int /*signo*/) in quit_handler() function in NativeStateDRM
H A Dnative-state-wayland.h49 static void quit_handler(int signum);
/dports/audio/dssi/dssi-1.1.1/examples/
H A Dless_trivial_synth_qt_gui.cpp367 quit_handler(const char *path, const char *types, lo_arg **argv, in quit_handler() function
479 lo_server_add_method(osc_server, myQuitPath, "", quit_handler, &gui); in main()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcollect2.c2003 void (*quit_handler) (int); in scan_prog_file() local
2061 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_prog_file()
2144 signal (SIGQUIT, quit_handler); in scan_prog_file()
2161 void (*quit_handler) (int); in scan_libraries() local
2216 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_libraries()
2263 signal (SIGQUIT, quit_handler); in scan_libraries()
/dports/sysutils/linrename/util-linux-2.25.2/login-utils/
H A Dlast.c270 static void quit_handler(int sig __attribute__((unused))) in quit_handler() function
273 signal(SIGQUIT, quit_handler); in quit_handler()
647 signal(SIGQUIT, quit_handler); in process_wtmp_file()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A Dosapi.cpp146 bool quit_handler(const SDL_Event& /*e*/) { in quit_handler() function
393 os::events::addEventListener(SDL_QUIT, os::events::DEFAULT_LISTENER_WEIGHT, quit_handler); in os_init()
/dports/sysutils/solaar/Solaar-1.0.1/lib/solaar/ui/
H A Dtray.py50 def _create_menu(quit_handler): argument
62 …menu.append(make('application-exit', _("Quit"), quit_handler, stock_id=Gtk.STOCK_QUIT).create_menu…
/dports/net/usbredir/usbredir-0.8.0/usbredirtestclient/
H A Dusbredirtestclient.c195 static void quit_handler(int sig) in quit_handler() function
244 act.sa_handler = quit_handler; in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcollect2.c2325 void (*quit_handler) (int); in scan_prog_file() local
2395 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_prog_file()
2492 signal (SIGQUIT, quit_handler); in scan_prog_file()
2509 void (*quit_handler) (int); in scan_libraries() local
2564 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_libraries()
2612 signal (SIGQUIT, quit_handler); in scan_libraries()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcollect2.c2325 void (*quit_handler) (int); in scan_prog_file() local
2395 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_prog_file()
2492 signal (SIGQUIT, quit_handler); in scan_prog_file()
2509 void (*quit_handler) (int); in scan_libraries() local
2564 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_libraries()
2612 signal (SIGQUIT, quit_handler); in scan_libraries()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcollect2.c1994 void (*quit_handler) (int); in scan_prog_file() local
2062 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_prog_file()
2147 signal (SIGQUIT, quit_handler); in scan_prog_file()
2426 void (*quit_handler) (int); in scan_libraries() local
2491 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_libraries()
2540 signal (SIGQUIT, quit_handler); in scan_libraries()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcollect2.c2325 void (*quit_handler) (int); in scan_prog_file() local
2395 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_prog_file()
2492 signal (SIGQUIT, quit_handler); in scan_prog_file()
2509 void (*quit_handler) (int); in scan_libraries() local
2564 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_libraries()
2612 signal (SIGQUIT, quit_handler); in scan_libraries()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcollect2.c1994 void (*quit_handler) (int); in scan_prog_file() local
2062 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_prog_file()
2147 signal (SIGQUIT, quit_handler); in scan_prog_file()
2426 void (*quit_handler) (int); in scan_libraries() local
2491 quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN); in scan_libraries()
2540 signal (SIGQUIT, quit_handler); in scan_libraries()
/dports/devel/util-linux/util-linux-2.36/login-utils/
H A Dlast.c284 static void quit_handler(int sig __attribute__((unused))) in quit_handler() function
287 signal(SIGQUIT, quit_handler); in quit_handler()
673 signal(SIGQUIT, quit_handler); in process_wtmp_file()

1234567