Searched refs:uuids (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkcm.c57 kcmuuid_t *uuids; member in struct:krb5_kcm_cursor
576 ptr = realloc(c->uuids, sizeof(c->uuids[0]) * (c->length + 1));
578 free(c->uuids);
584 c->uuids = ptr;
586 memcpy(&c->uuids[c->length], &uuid, sizeof(uuid));
594 free(c->uuids);
641 &c->uuids[c->offset],
642 sizeof(c->uuids[c->offset]));
644 if (sret != sizeof(c->uuids[
[all...]
/freebsd-current/stand/ficl/
H A Dloader.c351 int uuids; local
358 uuids = stackPopINT(pVM->pStack);
362 uuid = (char *)ficlMalloc(uuids + 1);
365 strncpy(uuid, uuidp, uuids);
366 uuid[uuids] = '\0';

Completed in 66 milliseconds