Searched refs:gpt_uuid_snprintf (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sbin/gpt/
H A Dshow.c137 gpt_uuid_snprintf( buf, sizeof(buf), "%d",
140 gpt_uuid_snprintf(buf, sizeof(buf),
143 gpt_uuid_snprintf(buf, sizeof(buf), "%ls",
228 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type);
229 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type);
234 gpt_uuid_snprintf(s2, sizeof(s1), "%d", ent->ent_guid);
282 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type);
283 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type);
289 gpt_uuid_snprintf(s2, sizeof(s1), "%d", ent->ent_guid);
H A Dheader.c95 gpt_uuid_snprintf(buf, sizeof(buf), "%d", hdr->hdr_guid);
H A Dgpt_uuid.h98 int gpt_uuid_snprintf(char *, size_t, const char *, const gpt_uuid_t);
H A Dbackup.c131 gpt_uuid_snprintf(buf, sizeof(buf), "%d", hdr->hdr_guid);
170 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_type);
172 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_guid);
H A Dadd.c150 gpt_uuid_snprintf(buf, sizeof(buf), "%d", type);
H A Dgpt_uuid.c161 gpt_uuid_snprintf(char *buf, size_t bufsiz, const char *fmt, function
H A Dgpt.c456 gpt_uuid_snprintf(buf, sizeof(buf), "%s",

Completed in 142 milliseconds