HomeSort by relevance Sort by last modified time
    Searched refs:do_type (Results 1 - 10 of 10) 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 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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 177 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
nis.h 148 nstype do_type; member in struct:directory_obj
  /external/valgrind/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))
3542 do_type (struct work_stuff *work, const char **mangled, string *result) function
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 417 static int do_type (struct work_stuff *, const char **, string *);
657 if (do_type (work, &tem, &type))
751 if (do_type (work, &tem, &type))
3538 do_type (struct work_stuff *work, const char **mangled, string *result) function
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.h 114 { return this->do_type(); }
206 do_type() const = 0;
335 do_type() const function in class:gold::Incremental_script_entry
416 do_type() const function in class:gold::Incremental_object_entry
475 do_type() const function in class:gold::Incremental_dynobj_entry
537 do_type() const function in class:gold::Incremental_archive_entry
1725 do_type() const function in class:gold::Sized_incremental_binary::Sized_input_reader
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 77 static struct coff_type *do_type (int);
306 do_type (int i) function
564 s->type = do_type (i);

Completed in 806 milliseconds