*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: isduid | Section: 3 | Source: OpenBSD | File: isduid.3
ISDUID(3) FreeBSD Library Functions Manual ISDUID(3) NAME isduid - disklabel UID test SYNOPSIS #include <util.h> int isduid(char *duid, int dflags); DESCRIPTION The isduid() function tests the string duid to see if it is a valid disklabel(8) UID. The dflags are specified using the same flags as used by opendev(3). If the OPENDEV_PART flag is included in dflags, the disklabel UID must consist of a 16-character hexadecimal string. Otherwise the disklabel UID must consist of a 16-character hexadecimal string followed by a `.' and a partition letter. RETURN VALUES The isduid() function returns non-zero if duid is a valid DUID, otherwise zero is returned. SEE ALSO opendev(3), disklabel(5), disklabel(8) HISTORY The isduid() function first appeared in OpenBSD 4.9. FreeBSD 14.1-RELEASE-p8 March 31, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options