Searched refs:do_type (Results 1 - 3 of 3) sorted by relevance
/external/e2fsprogs/misc/ |
H A D | uuidgen.c | 39 int do_type = 0; local 53 do_type = DO_TYPE_TIME; 56 do_type = DO_TYPE_RANDOM; 62 switch (do_type) {
|
H A D | uuidd.c | 452 int debug = 0, do_type = 0, do_kill = 0, num = 0; local 491 do_type = UUIDD_OP_TIME_UUID; 502 do_type = UUIDD_OP_RANDOM_UUID; 528 if (num && do_type) { 529 ret = call_daemon(socket_path, do_type+2, buf, 536 if (do_type == UUIDD_OP_TIME_UUID) { 557 if (do_type) { 558 ret = call_daemon(socket_path, do_type, (char *) &uu,
|
/external/valgrind/coregrind/m_demangle/ |
H A D | cplus-dem.c | 428 static int do_type (struct work_stuff *, const char **, string *); 668 if (do_type (work, &tem, &type)) 762 if (do_type (work, &tem, &type)) 1512 success = do_type (work, mangled, &s); 1552 success = do_type (work, mangled, &tname); 1599 success = do_type (work, mangled, &return_type); 1767 /* temp is initialized in do_type */ 1768 success = do_type (work, mangled, &temp); 2176 /* temp is initialized in do_type */ 2177 success = do_type (wor 3542 do_type (struct work_stuff *work, const char **mangled, string *result) function [all...] |
Completed in 113 milliseconds