Searched refs:uuid_parse (Results 1 – 15 of 15) sorted by relevance
/external/e2fsprogs/lib/uuid/ |
D | Makefile.in | 16 uuid_generate.3 uuid_is_null.3 uuid_parse.3 \ 116 uuid_parse.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_parse.3.in 118 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/uuid_parse.3.in uuid_parse.3
|
D | tst_uuid.c | 54 parsedOk = uuid_parse(uuid, uuidBits) == 0; in test_uuid() 157 if (uuid_parse(str, tst) < 0) { in main()
|
D | parse.c | 43 int uuid_parse(const char *in, uuid_t uu) in uuid_parse() function
|
D | uuid.h | 87 int uuid_parse(const char *in, uuid_t uu);
|
D | uuid_time.c | 133 if (uuid_parse(argv[1], buf)) { in main()
|
D | uuid.h.in | 87 int uuid_parse(const char *in, uuid_t uu);
|
/external/e2fsprogs/debian/ |
D | libuuid1.symbols | 12 uuid_parse@Base 1.05
|
/external/e2fsprogs/ |
D | .gitignore | 150 lib/uuid/uuid_parse.3
|
D | e2fsprogs.spec | 233 %{_mandir}/man3/uuid_parse.3*
|
/external/e2fsprogs/debugfs/ |
D | htree.c | 326 if (uuid_parse(optarg, (unsigned char *) hash_seed)) { in do_dx_hash()
|
D | set_fields.c | 609 } else if (uuid_parse(arg, p)) { in parse_uuid()
|
/external/e2fsprogs/misc/ |
D | e4crypt.c | 331 } else if (uuid_parse(cp, buf) == 0) { in parse_salt()
|
D | mke2fs.c | 850 if (uuid_parse(arg, in parse_extended_opts() 2993 } else if (uuid_parse(fs_uuid, fs->super->s_uuid) != 0) { in main()
|
D | tune2fs.c | 3274 } else if (uuid_parse(new_UUID, sb->s_uuid)) { in main()
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 377 } else if (uuid_parse(cp, buf) == 0) { in parse_salt()
|