Lines Matching refs:out
374 uchar_t *out = ptr;
377 out[3] = (uchar_t)tmp;
379 out[2] = (uchar_t)tmp;
381 out[1] = (uchar_t)tmp;
383 out[0] = (uchar_t)tmp;
386 out[5] = (uchar_t)tmp;
388 out[4] = (uchar_t)tmp;
391 out[7] = (uchar_t)tmp;
393 out[6] = (uchar_t)tmp;
396 out[8] = (uchar_t)tmp;
398 out[9] = (uchar_t)tmp;
400 (void) memcpy(out+10, uu->node_addr, 6);
541 * and stores this value in the character string pointed to by out.
544 uuid_unparse(uuid_t uu, char *out)
558 * if (strlen(out) < UUID_PRINTABLE_STRING_LENGTH) {
571 (void) snprintf(out, 25, "%08x-%04x-%04x-%04x-",
573 (void) strlcat(out, etheraddr, UUID_PRINTABLE_STRING_LENGTH);