Home
last modified time | relevance | path

Searched refs:uuid_parse (Results 1 – 15 of 15) sorted by relevance

/external/e2fsprogs/lib/uuid/
DMakefile.in16 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
Dtst_uuid.c54 parsedOk = uuid_parse(uuid, uuidBits) == 0; in test_uuid()
157 if (uuid_parse(str, tst) < 0) { in main()
Dparse.c43 int uuid_parse(const char *in, uuid_t uu) in uuid_parse() function
Duuid.h87 int uuid_parse(const char *in, uuid_t uu);
Duuid_time.c133 if (uuid_parse(argv[1], buf)) { in main()
Duuid.h.in87 int uuid_parse(const char *in, uuid_t uu);
/external/e2fsprogs/debian/
Dlibuuid1.symbols12 uuid_parse@Base 1.05
/external/e2fsprogs/
D.gitignore150 lib/uuid/uuid_parse.3
De2fsprogs.spec233 %{_mandir}/man3/uuid_parse.3*
/external/e2fsprogs/debugfs/
Dhtree.c326 if (uuid_parse(optarg, (unsigned char *) hash_seed)) { in do_dx_hash()
Dset_fields.c609 } else if (uuid_parse(arg, p)) { in parse_uuid()
/external/e2fsprogs/misc/
De4crypt.c331 } else if (uuid_parse(cp, buf) == 0) { in parse_salt()
Dmke2fs.c850 if (uuid_parse(arg, in parse_extended_opts()
2993 } else if (uuid_parse(fs_uuid, fs->super->s_uuid) != 0) { in main()
Dtune2fs.c3274 } else if (uuid_parse(new_UUID, sb->s_uuid)) { in main()
/external/f2fs-tools/tools/
Df2fscrypt.c377 } else if (uuid_parse(cp, buf) == 0) { in parse_salt()