Home
last modified time | relevance | path

Searched refs:do_exit (Results 1 – 12 of 12) sorted by relevance

/external/oprofile/pp/
Dopreport_options.cpp166 bool do_exit = false; in check_options() local
172 do_exit = true; in check_options()
177 do_exit = true; in check_options()
184 do_exit = true; in check_options()
189 do_exit = true; in check_options()
196 do_exit = true; in check_options()
203 do_exit = true; in check_options()
209 do_exit = true; in check_options()
215 do_exit = true; in check_options()
221 do_exit = true; in check_options()
[all …]
/external/libusb/examples/
Ddpfp.c66 static int do_exit = 0; variable
156 do_exit = 2; in cb_mode_changed()
162 do_exit = 2; in cb_mode_changed()
285 do_exit = 2; in cb_irq()
296 do_exit = 2; in cb_irq()
306 do_exit = 2; in cb_irq()
315 do_exit = 2; in cb_irq()
322 do_exit = 2; in cb_img()
331 do_exit = 2; in cb_img()
335 do_exit = 2; in cb_img()
[all …]
Ddpfp_threaded.c67 static int do_exit = 0; variable
75 do_exit = code; in request_exit()
84 while (!do_exit) { in poll_thread_main()
503 while (!do_exit) { in main()
528 if (do_exit == 1) in main()
/external/bison/build-aux/
Dylwrap102 do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret'
103 trap "ret=129; $do_exit" 1
104 trap "ret=130; $do_exit" 2
105 trap "ret=141; $do_exit" 13
106 trap "ret=143; $do_exit" 15
Dinstall-sh211 do_exit='(exit $ret); exit $ret'
212 trap "ret=129; $do_exit" 1
213 trap "ret=130; $do_exit" 2
214 trap "ret=141; $do_exit" 13
215 trap "ret=143; $do_exit" 15
/external/pixman/
Dinstall-sh211 do_exit='(exit $ret); exit $ret'
212 trap "ret=129; $do_exit" 1
213 trap "ret=130; $do_exit" 2
214 trap "ret=141; $do_exit" 13
215 trap "ret=143; $do_exit" 15
/external/chromium_org/third_party/opus/src/
Dinstall-sh211 do_exit='(exit $ret); exit $ret'
212 trap "ret=129; $do_exit" 1
213 trap "ret=130; $do_exit" 2
214 trap "ret=141; $do_exit" 13
215 trap "ret=143; $do_exit" 15
/external/libcap-ng/libcap-ng-0.7/
Dinstall-sh211 do_exit='(exit $ret); exit $ret'
212 trap "ret=129; $do_exit" 1
213 trap "ret=130; $do_exit" 2
214 trap "ret=141; $do_exit" 13
215 trap "ret=143; $do_exit" 15
/external/iproute2/misc/
Darpd.c66 volatile int do_exit; variable
553 do_exit = 1; in sig_exit()
808 if (do_exit) in main()
/external/kernel-headers/original/linux/
Dkernel.h102 fastcall NORET_TYPE void do_exit(long error_code)
Dmodule.h563 #define module_put_and_exit(code) do_exit(code)
/external/dhcpcd/
Ddhcpcd.c1601 int do_exit = 0, do_release = 0, do_reboot = 0, do_reconf = 0; in handle_args() local
1701 do_exit = 1; in handle_args()
1712 if (do_release || do_exit) { in handle_args()