Searched defs:do_init (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/tools/icuinfo/
H A Dicuinfo.cpp54 static void do_init() { function
70 do_init();
138 do_init();
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c96 static void do_init() function
314 do_init();
/external/libusb/examples/
H A Ddpfp.c360 static int do_init(void) function
445 r = do_init();
H A Ddpfp_threaded.c390 static int do_init(void) function
484 r = do_init();
/external/openssh/
H A Dsftp-client.c376 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, function
/external/minijail/
H A Dlibminijail.c153 int do_init : 1; member in struct:minijail::__anon15344
199 j->flags.do_init = 0;
457 j->flags.do_init = 1;
543 j->flags.do_init = 0;
1999 int do_init = j->flags.do_init; local
2296 if (pid_namespace && !do_init)
2313 if (pid_namespace && do_init) {
2317 * to know how to be init. Normally (do_init == 1) we fork off
2318 * a child to actually run the program. If |do_init
[all...]

Completed in 351 milliseconds