| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 62 local void quit(char *why) in quit() function 138 quit("need one argument: size of output block"); in main() 141 quit("argument must be a number"); in main() 143 quit("need positive size of 8 or greater"); in main() 153 quit("out of memory"); in main() 160 quit("error reading input"); in main() 167 quit("error writing output"); in main() 188 quit("out of memory"); in main() 199 quit("out of memory"); in main() 214 quit("out of memory"); in main() [all …]
|
| H A D | fitblk.c | 67 local void quit(char *why) in quit() function 150 quit("need one argument: size of output block"); in main() 153 quit("argument must be a number"); in main() 155 quit("need positive size of 8 or greater"); in main() 168 quit("out of memory"); in main() 177 quit("error reading input"); in main() 205 quit("out of memory"); in main() 218 quit("out of memory"); in main() 235 quit("out of memory"); in main()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | quit.tcl | 12 assert_equal OK [r quit] 18 r write [format_command quit] 30 r write [format_command quit]
|
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 77 cmdline_fixed_string_t quit; member 84 quit = 1; in cmd_quit_parsed() 89 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| H A D | main.c | 53 volatile int quit = 0; variable 61 while (!quit){ in lcore_recv()
|
| H A D | mp_commands.h | 10 extern volatile int quit;
|
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor_perf.c | 22 static volatile int quit; variable 121 while (!quit) { in handle_work() 190 quit = 1; in quit_workers() 199 quit = 0; in quit_workers()
|
| H A D | test_distributor.c | 38 static volatile int quit; /**< general quit variable for all threads */ variable 85 while (!quit) { in handle_work() 303 while (!quit) { in handle_work_with_free_mbufs() 384 while (!quit && !(id == zero_id && zero_quit)) { in handle_work_for_shutdown_test() 412 while (!quit) { in handle_work_for_shutdown_test() 587 while (!quit) { in handle_and_mark_work() 786 quit = 1; in quit_workers() 802 quit = 0; in quit_workers()
|
| H A D | commands.c | 215 cmdline_fixed_string_t quit; member 227 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | hotplug_mp.c | 255 goto quit; in __handle_primary_request() 261 goto quit; in __handle_primary_request() 268 goto quit; in __handle_primary_request() 281 goto quit; in __handle_primary_request() 285 quit: in __handle_primary_request()
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 956 char quit[4]; in linenoisePrintKeyCodes() local 961 memset(quit,' ',4); in linenoisePrintKeyCodes() 968 memmove(quit,quit+1,sizeof(quit)-1); /* shift string to left. */ in linenoisePrintKeyCodes() 969 quit[sizeof(quit)-1] = c; /* Insert current char on the right. */ in linenoisePrintKeyCodes() 970 if (memcmp(quit,"quit",sizeof(quit)) == 0) break; in linenoisePrintKeyCodes()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | defrag.c | 959 int quit = 0; in defragLaterStep() local 961 quit = 1; /* time is up, we didn't finish all the work */ in defragLaterStep() 966 quit = 1; in defragLaterStep() 971 if (quit || (++iterations > 16 || in defragLaterStep() 974 if (quit || ustime() > endtime) { in defragLaterStep() 1040 int quit = 0; in activeDefragCycle() local 1065 quit = 1; /* time is up, we didn't finish all the work */ in activeDefragCycle() 1105 quit = 1; /* time is up, we didn't finish all the work */ in activeDefragCycle() 1120 quit = 1; in activeDefragCycle() 1127 } while(cursor && !quit); in activeDefragCycle() [all …]
|
| /f-stack/dpdk/examples/multi_process/hotplug_mp/ |
| H A D | commands.c | 46 cmdline_fixed_string_t quit; member 57 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /f-stack/dpdk/app/test-cmdline/ |
| H A D | commands.c | 24 cmdline_fixed_string_t quit; member 36 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
|
| /f-stack/app/redis-5.0.5/deps/hiredis/examples/ |
| H A D | example-qt.cpp | 42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_handler.c | 295 s->quit = 1; in ngx_mail_verify_cert() 316 s->quit = 1; in ngx_mail_verify_cert() 673 if (s->quit) { in ngx_mail_send() 751 s->quit = 1; in ngx_mail_read_command() 799 s->quit = 1; in ngx_mail_session_internal_server_error()
|
| H A D | ngx_mail_pop3_handler.c | 178 s->quit = 1; in ngx_mail_pop3_auth_state() 208 s->quit = 1; in ngx_mail_pop3_auth_state()
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 27 Display usage information and quit
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | vm_power_cli_guest.c | 33 cmdline_fixed_string_t quit; member 128 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /f-stack/dpdk/examples/vdpa/ |
| H A D | main.c | 490 cmdline_fixed_string_t quit; member 502 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | vm_power_cli.c | 27 cmdline_fixed_string_t quit; member 41 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /f-stack/doc/ |
| H A D | F-Stack_Nginx_APP_Guide.md | 14 +------------------------+ | signal(reload, quit..)
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | cmdline.c | 64 cmdline_fixed_string_t quit; member 75 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 211 printf("\nCore %u forwarding packets. [Ctrl+C to quit]\n", 214 /* Run until the application is quit or killed. */
|
| H A D | ntb.rst | 94 * ``quit``: Exit program.
|