| | | |
S |
|
| select -- synchronous I/O multiplexing ( ) |
|
| send -- send a message from a socket ( ) |
|
| sendmsg -- send a message from a socket ( ) |
|
| sendto -- send a message from a socket ( ) |
|
| setdomainname -- set domainname of the current host ( ) |
|
| sethostname -- get or set the name of the machine ( ) |
|
| setrlimit -- control maximum system resource consumption ( ) |
|
| setsockopt -- get and set options on sockets ( ) |
|
| settimeofday -- get/set date and time ( ) |
|
| shm_open -- open a shared memory object ( ) |
|
| shm_unlink -- unlink a shared memory object ( ) |
|
| shutdown -- shut down part of a full-duplex connection ( ) |
|
| socket -- create an endpoint for communication ( ) |
|
| socketpair -- create a pair of connected sockets ( ) |
|
| stat -- get file status ( ) |
|
| statfs -- get file system statistics ( ) |
|
| swapon -- add a swap device for swapping ( ) |
|
| symlink -- make a symbolic link to a file ( ) |
|
| sync -- synchronize the disk block in-core status with that on disk ( ) |