Searched refs:do_type (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
H A Duuidgen.c40 int do_type = 0; local
54 do_type = DO_TYPE_TIME;
57 do_type = DO_TYPE_RANDOM;
63 switch (do_type) {
H A Duuidd.c454 int debug = 0, do_type = 0, do_kill = 0, num = 0; local
493 do_type = UUIDD_OP_TIME_UUID;
504 do_type = UUIDD_OP_RANDOM_UUID;
530 if (num && do_type) {
531 ret = call_daemon(socket_path, do_type+2, buf,
538 if (do_type == UUIDD_OP_TIME_UUID) {
559 if (do_type) {
560 ret = call_daemon(socket_path, do_type, (char *) &uu,
/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c428 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 216 milliseconds