Searched defs: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.c452 static int do_type (struct work_stuff *, const char **, string *);
696 if (do_type (work, &tem, &type))
790 if (do_type (work, &tem, &type))
1597 success = do_type (work, mangled, &s);
1637 success = do_type (work, mangled, &tname);
1684 success = do_type (work, mangled, &return_type);
1853 /* temp is initialized in do_type */
1854 success = do_type (work, mangled, &temp);
2266 /* temp is initialized in do_type */
2267 success = do_type (wor
3637 do_type (struct work_stuff *work, const char **mangled, string *result) function
[all...]

Completed in 134 milliseconds