|
|
|
setbuf(3) -- stream buffering operations
|
|
The three types of buffering available are unbuffered, block buffered, and line buffered. When an output stream is unbuffered, information appears on the destination file or terminal as soon as writte... |
|
setbuffer(3) -- stream buffering operations
|
|
The three types of buffering available are unbuffered, block buffered, and line buffered. When an output stream is unbuffered, information appears on the destination file or terminal as soon as writte... |
|
|
setclasscontext(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
setdisktab(3) -- get generic disk description by its name
|
|
The getdiskbyname() function takes a disk name (e.g. `rm03') and returns a prototype disk label describing its geometry information and the standard disk partition tables. All information is obtained... |
|
setdomainname(3) -- get/set domain name of current host
|
|
getdomainname() returns the standard domain name for the current processor, as previously set by setdomainname(). The parameter namelen specifies the size of the name array. The returned name is null-... |
|
setenv(3) -- environment variable functions
|
|
These functions set, unset and fetch environment variables from the host environment list. For compatibility with differing environment conventions, the given arguments name and value may be appended ... |
|
setfsent(3) -- get file system descriptor file entry
|
|
The getfsent(), getfsspec(), and getfsfile() functions each return a pointer to an object with the following structure containing the brokenout fields of a line in the file system description file, |
|
setgrent(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... |
|
setgroupent(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... |
|
sethostent(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... |
|
sethostid(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... |
|
sethostname(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... |
|
setjmp(3) -- non-local jumps
|
|
The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei... |
|
setkey(3) -- password encryption
|
|
The crypt() function performs password encryption. The encryption scheme used by crypt() is dependent upon the contents of the NUL-terminated string setting. If setting begins with the ``$'' charact... |
|
setlinebuf(3) -- stream buffering operations
|
|
The three types of buffering available are unbuffered, block buffered, and line buffered. When an output stream is unbuffered, information appears on the destination file or terminal as soon as writte... |