*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 slock(9s) -- General: Contains simple lock-specific information
    The slock data structure is the simple spin lock structure that contains simple lock-specific information. The user of the simple lock method declares a slock data structure by calling the decl_simple...
 spl(9r) -- General: Sets the processor priority to mask different levels of interrupts
    The operating system supports the naming of spl routines to indicate the associated device types. Named spl routines make it easier to determine which routine you should use to set the priority level ...
 strcmp(9r) -- General: Compares two null-terminated character strings
    The strcmp routine lexicographically compares string s1 to string s2. The routine does not continue the comparison beyond the first null character it finds. A fatal error occurs if you call strcmp wit...
 strcpy(9r) -- General: Copies a null-terminated character string
    The strcpy routine copies string s2 to buffer s1. The routine stops copying after it copies a null character. Note that the character size is 1 byte.
 strlen(9r) -- General: Returns the number of characters in a
    The strlen routine returns the number of characters in s. The count does not include the terminating null character. Note that the character size is 1 byte.
 strlog(9r) -- General: Submits messages for logging
    The strlog routine submits formatted messages to the log driver. You can retrieve the messages with the getmsg system call. The flags argument specifies the type of message and where it is to be sent....
 strncmp(9r) -- General: Compares two strings, using a specified number of characters
    The strncmp routine compares string s1 to string s2, using the number of characters specified in n.
 strncpy(9r) -- General: Copies a null-terminated character string with a specified limit
    The strncpy routine copies string s2 to buffer s1. The routine stops copying after it copies a null character or n characters, whichever comes first. If the length of s2 as determined by the null char...
 strqget(9r) -- General: Obtains information about a queue
    The strqget routine gives modules and drivers a way to obtain information about a queue or a particular band of a queue without directly accessing STREAMS data structures. The values that can be retur...
 strqset(9r) -- General: Changes information about a queue
    The strqset routine gives modules and drivers a way to change information about a queue or a particular band of a queue without directly accessing STREAMS data structures. The values that can be retur...
 subyte(9r) -- General: Writes a byte into user address space
    The subyte routine copies 1 byte from the protected kernel address space to the unprotected user address space.
 suibyte(9r) -- General: Writes a byte into user instruction address space
    
 suiword(9r) -- General: Writes a word into user instruction address space
    
 suser(9r) -- General: Checks whether the current user is the superuser
    The suser routine checks whether the current user is the superuser. If the test succeeds and ac_flag is not a null pointer, the ASU flag is set in the flag_field structure pointed to by ac_flag. The m...
 suword(9r) -- General: Writes a word into user address space
    The suword routine copies one word from the protected kernel address space to the unprotected user address space.
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service