Searched refs:do_type (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
D | uuidgen.c | 39 int do_type = 0; in main() local 53 do_type = DO_TYPE_TIME; in main() 56 do_type = DO_TYPE_RANDOM; in main() 62 switch (do_type) { in main()
|
D | uuidd.c | 452 int debug = 0, do_type = 0, do_kill = 0, num = 0; in main() local 491 do_type = UUIDD_OP_TIME_UUID; in main() 502 do_type = UUIDD_OP_RANDOM_UUID; in main() 528 if (num && do_type) { in main() 529 ret = call_daemon(socket_path, do_type+2, buf, in main() 536 if (do_type == UUIDD_OP_TIME_UUID) { in main() 557 if (do_type) { in main() 558 ret = call_daemon(socket_path, do_type, (char *) &uu, in main()
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 428 static int do_type (struct work_stuff *, const char **, string *); 668 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 762 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 1512 success = do_type (work, mangled, &s); in demangle_signature() 1552 success = do_type (work, mangled, &tname); in demangle_signature() 1599 success = do_type (work, mangled, &return_type); in demangle_signature() 1768 success = do_type (work, mangled, &temp); in demangle_template_template_parm() 2177 success = do_type (work, mangled, &temp); in demangle_template() 2233 success = do_type (work, mangled, &temp); in demangle_template() 2399 if (!do_type (work, mangled, &arg)) in demangle_arm_hp_template() [all …]
|