Searched refs:uuidgen (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.bin/uuidgen/
H A DMakefile3 PROG= uuidgen
H A Duuidgen.c1 /* $NetBSD: uuidgen.c,v 1.3 2008/04/28 20:24:15 martin Exp $ */
59 __RCSID("$NetBSD: uuidgen.c,v 1.3 2008/04/28 20:24:15 martin Exp $");
130 if (uuidgen(store, count) != 0)
131 err(1, "uuidgen()");
135 if (uuidgen(uuid++, 1) != 0)
136 err(1, "uuidgen()");
/netbsd-current/sys/sys/
H A Duuid.h70 int uuidgen(struct uuid *, int);
77 int uuidgen(struct uuid *, int);
/netbsd-current/lib/libc/uuid/
H A Duuid_create.c51 if (uuidgen(u, 1) == -1)
/netbsd-current/sys/kern/
H A Dkern_uuid.c94 uuidgen(struct uuid *store, int count) function
/netbsd-current/usr.bin/
H A DMakefile34 uudecode uuencode uuidgen vacation vgrind videoctl vis \
/netbsd-current/lib/libc/sys/
H A DMakefile.inc163 utimensat.S utrace.S uuidgen.S
297 unlink.2 utimes.2 utrace.2 uuidgen.2 vfork.2 wait.2 write.2
/netbsd-current/sbin/cgdconfig/
H A Dparams.c590 if (uuidgen(&id, 1) == -1) {
591 warn("uuidgen");

Completed in 230 milliseconds