|
group_from_gid(3) -- cache password and group entries
|
The user_from_uid() function returns the user name associated with the argument uid. The user name is cached so that multiple calls with the same uid do not require additional calls to getpwuid(3). If... |
gtty(3) -- set and get terminal state (defunct)
|
These interfaces are obsoleted by ioctl(2). They are available from the compatibility library, libcompat. The stty() function sets the state of the terminal associated with fd. The gtty() function ret... |
|
hash(3) -- hash database access method
|
The routine dbopen is the library interface to database files. One of the supported file formats is hash files. The general description of the database access methods is in dbopen(3), this manual page... |
hcreate(3) -- manage hash search table
|
The hcreate(), hdestroy() and hsearch() functions manage hash search tables. The hcreate() function allocates and initializes the table. The nel argument specifies an estimate of the maximum number of... |
hdestroy(3) -- manage hash search table
|
The hcreate(), hdestroy() and hsearch() functions manage hash search tables. The hcreate() function allocates and initializes the table. The nel argument specifies an estimate of the maximum number of... |
heapsort(3) -- sort functions
|
The qsort() function is a modified partition-exchange sort, or quicksort. The heapsort() function is a modified selection sort. The mergesort() function is a modified merge sort with exponential searc... |
herror(3) -- get network host entry
|
The gethostbyname(), gethostbyname2() and gethostbyaddr() functions each return a pointer to an object with the following structure describing an internet host referenced by name or by address, respec... |
hesiod(3) -- Hesiod name server interface library
|
This family of functions allows you to perform lookups of Hesiod information, which is stored as text records in the Domain Name Service. To perform lookups, you must first initialize a context, an op... |
hesiod_end(3) -- Hesiod name server interface library
|
This family of functions allows you to perform lookups of Hesiod information, which is stored as text records in the Domain Name Service. To perform lookups, you must first initialize a context, an op... |
hesiod_free_list(3) -- Hesiod name server interface library
|
This family of functions allows you to perform lookups of Hesiod information, which is stored as text records in the Domain Name Service. To perform lookups, you must first initialize a context, an op... |
hesiod_init(3) -- Hesiod name server interface library
|
This family of functions allows you to perform lookups of Hesiod information, which is stored as text records in the Domain Name Service. To perform lookups, you must first initialize a context, an op... |
hesiod_resolve(3) -- Hesiod name server interface library
|
This family of functions allows you to perform lookups of Hesiod information, which is stored as text records in the Domain Name Service. To perform lookups, you must first initialize a context, an op... |
hesiod_to_bind(3) -- Hesiod name server interface library
|
This family of functions allows you to perform lookups of Hesiod information, which is stored as text records in the Domain Name Service. To perform lookups, you must first initialize a context, an op... |
hid_dispose_report_desc(3) -- USB HID access routines
|
The usbhid library provides routines to extract data from USB Human Interface Devices. INTRODUCTION [Toc] [Back] USB HID devices send and receive data layed out in a device dependent way. The us... |
hid_end_parse(3) -- USB HID access routines
|
The usbhid library provides routines to extract data from USB Human Interface Devices. INTRODUCTION [Toc] [Back] USB HID devices send and receive data layed out in a device dependent way. The us... |