Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 25 of 38) sorted by relevance

12

/DragonOS/user/apps/test_bind/
H A Dmain.c28 exit(EXIT_CODE); in test_tcp_bind()
33 exit(EXIT_CODE); in test_tcp_bind()
38 exit(EXIT_CODE); in test_tcp_bind()
45 exit(EXIT_CODE); in test_tcp_bind()
51 exit(EXIT_CODE); in test_tcp_bind()
67 exit(EXIT_CODE); in test_tcp_bind()
72 exit(EXIT_CODE); in test_tcp_bind()
77 exit(EXIT_CODE); in test_tcp_bind()
90 exit(EXIT_CODE); in test_udp_bind()
95 exit(EXIT_CODE); in test_udp_bind()
[all …]
/DragonOS/user/apps/test_shm/
H A Dtest_info.c48 exit(EXIT_FAILURE); in main()
62 exit(EXIT_FAILURE); in main()
73 exit(EXIT_FAILURE); in main()
88 exit(EXIT_FAILURE); in main()
104 exit(EXIT_FAILURE); in main()
114 exit(EXIT_FAILURE); in main()
132 exit(EXIT_FAILURE); in main()
141 exit(EXIT_FAILURE); in main()
150 exit(EXIT_FAILURE); in main()
159 exit(EXIT_FAILURE); in main()
H A Dreceiver.c23 exit(EXIT_FAILURE); in main()
H A Dsender.c23 exit(EXIT_FAILURE); in main()
/DragonOS/kernel/crates/rbpf/mk/
H A Dappveyor.bat14 if %ERRORLEVEL% NEQ 0 exit 1
19 if [%Platform%] NEQ [Win32] exit 1
23 if %ERRORLEVEL% NEQ 0 exit 1
36 exit 1
45 exit 1
49 if %ERRORLEVEL% NEQ 0 exit 1
63 if %ERRORLEVEL% NEQ 0 exit 1
68 if %ERRORLEVEL% NEQ 0 exit 1
72 if %ERRORLEVEL% NEQ 0 exit 1
/DragonOS/user/apps/test_filemap/
H A Dmain.c17 exit(EXIT_FAILURE); in main()
35 exit(EXIT_FAILURE); in main()
53 exit(EXIT_FAILURE); in main()
/DragonOS/user/apps/test_eventfd/
H A Dmain.c18 exit(EXIT_FAILURE); in main()
37 exit(EXIT_SUCCESS); in main()
47 exit(EXIT_SUCCESS); in main()
/DragonOS/user/apps/test_overlayfs/
H A Dmain.c49 exit(EXIT_FAILURE); in create_lower_file()
66 exit(EXIT_FAILURE); in mount_overlayfs()
80 exit(EXIT_FAILURE); in create_directory_in_merged()
/DragonOS/user/apps/user-manage/src/error/
H A Derror.rs1 use std::process::exit;
31 exit(exit_status as i32); in error_handle()
/DragonOS/user/apps/user-manage/src/cmd/
H A Dpasswd.rs5 use std::process::exit;
24 exit(ExitStatus::Success as i32); in main()
H A Duseradd.rs8 use std::process::exit;
43 exit(ExitStatus::Success as i32); in main()
H A Duserdel.rs8 use std::process::exit;
43 exit(ExitStatus::Success as i32); in main()
H A Dgroupadd.rs8 use std::process::exit;
44 exit(ExitStatus::Success as i32); in main()
H A Dgroupdel.rs8 use std::process::exit;
44 exit(ExitStatus::Success as i32); in main()
H A Dgroupmod.rs8 use std::process::exit;
45 exit(ExitStatus::Success as i32); in main()
H A Dusermod.rs8 use std::process::exit;
45 exit(ExitStatus::Success as i32); in main()
/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Dmain.rs5 use std::process::exit;
34 exit(1); in main()
/DragonOS/user/apps/http_server/
H A Dmain.c186 exit(EXIT_CODE); in main()
205 exit(EXIT_CODE); in main()
212 exit(EXIT_CODE); in main()
223 exit(EXIT_CODE); in main()
/DragonOS/user/apps/test_namespace/src/
H A Dmain.rs28 process::exit(1); in main()
34 process::exit(1); in main()
/DragonOS/user/apps/test_sigint/
H A Dmain.c12 exit(0); // 终止程序 in handle_signal()
/DragonOS/user/apps/test_mkfifo/
H A Dmain.c52 exit(0); in main()
/DragonOS/user/apps/test_pty/
H A Dtest_pty.c16 exit(EXIT_FAILURE); in main()
/DragonOS/kernel/src/process/
H A Dc_adapter.rs79 ProcessManager::exit(exit_code); in rs_process_do_exit()
/DragonOS/tools/debugging/logmonitor/src/
H A Dtui.rs72 pub fn exit(&mut self) -> AppResult<()> { in exit() method
/DragonOS/docs/
H A Dmake.bat25 exit /b 1

12