HomeSort by relevance Sort by last modified time
    Searched refs:do_type (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/misc/
uuidgen.c 39 int do_type = 0; local
53 do_type = DO_TYPE_TIME;
56 do_type = DO_TYPE_RANDOM;
62 switch (do_type) {
uuidd.c 449 int debug = 0, do_type = 0, do_kill = 0, num = 0; local
487 do_type = UUIDD_OP_TIME_UUID;
498 do_type = UUIDD_OP_RANDOM_UUID;
524 if (num && do_type) {
525 ret = call_daemon(socket_path, do_type+2, buf,
532 if (do_type == UUIDD_OP_TIME_UUID) {
551 if (do_type) {
552 ret = call_daemon(socket_path, do_type, (char *) &uu,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
nis.h 147 nstype do_type; member in struct:directory_obj
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
nis.h 147 nstype do_type; member in struct:directory_obj
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
nis.h 147 nstype do_type; member in struct:directory_obj
  /external/valgrind/main/coregrind/m_demangle/
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))
3535 do_type (struct work_stuff *work, const char **mangled, string *result) function
    [all...]

Completed in 111 milliseconds