Home
last modified time | relevance | path

Searched refs:do_trace (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dasm-empty-clobber.c19 JUMP_LABEL("1", do_trace ); in main()
21 do_trace: in main()
/third_party/ltp/testcases/kernel/controllers/freezer/
Dvfork.c230 int do_trace(pid_t child, int num_children) in do_trace() function
371 exit_status = do_trace(child, ++num_vforks); in main()
/third_party/curl/lib/
Dopenldap.c230 static int do_trace = 0; in oldap_connect() local
232 do_trace = (env && strtol(env, NULL, 10) > 0); in oldap_connect()
233 if(do_trace) { in oldap_connect()
234 ldap_set_option(li->ld, LDAP_OPT_DEBUG_LEVEL, &do_trace); in oldap_connect()
Dldap.c743 static int do_trace = -1; in _ldap_trace() local
746 if(do_trace == -1) { in _ldap_trace()
748 do_trace = (env && strtol(env, NULL, 10) > 0); in _ldap_trace()
750 if(!do_trace) in _ldap_trace()
/third_party/toybox/toys/pending/
Dtraceroute.c197 static void do_trace() in do_trace() function
634 do_trace(); in traceroute_main()