|
getgrent(3) -- group database operations
|
These functions operate on the group database file which is described in group(5). Each line of the database is defined by the structure group found in the include file : struct group { char *g... |
getgrgid(3) -- group database operations
|
These functions operate on the group database file which is described in group(5). Each line of the database is defined by the structure group found in the include file : struct group { char *g... |
getgrnam(3) -- group database operations
|
These functions operate on the group database file which is described in group(5). Each line of the database is defined by the structure group found in the include file : struct group { char *g... |
getgrouplist(3) -- calculate group access list
|
The getgrouplist() function reads through the group database and calculates the group access list for the user specified in name. The basegid is automatically included in the groups list. Typically th... |
gethostbyaddr(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... |
gethostbyname(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... |
gethostbyname2(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... |
gethostid(3) -- get/set unique identifier of current host
|
sethostid() establishes a 32-bit identifier for the current processor that is intended to be unique among all UNIX systems in existence. This is normally a DARPA Internet address for the local machine... |
gethostname(3) -- get/set name of current host
|
gethostname() returns the standard host name for the current processor, as previously set by sethostname(). The parameter namelen specifies the size of the name array. The returned name is null-termin... |
getifaddrs(3) -- get interface addresses
|
The getifaddrs() function stores a reference to a linked list of the network interfaces on the local machine in the memory referenced by ifap. The list consists of ifaddrs structures, as defined in th... |
getloadavg(3) -- get system load averages
|
The getloadavg() function returns the number of processes in the system run queue averaged over various periods of time. Up to nelem samples are retrieved and assigned to successive elements of loadav... |
getmaxpartitions(3) -- get the maximum number of partitions allowed per disk
|
getmaxpartitions() returns the number of partitions that are allowed per disk on the system. |
getmntinfo(3) -- get information about mounted file systems
|
The getmntinfo() function returns an array of statfs structures describing each currently mounted file system (see statfs(2)). The getmntinfo() function passes its flags parameter transparently to get... |