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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 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.
 svatophys(9r) -- General: Converts a system virtual address to a physical address
    The svatophys routine converts a system virtual address to the corresponding physical address. All address and data structure manipulation done within the kernel is performed using system virtual addr...
 swap_lw_bytes(9r) -- General: Perform
    The swap_lw_bytes interface performs a longword byte swap. The swap_word_bytes interface performs a short word byte swap. The swap_words interface performs a word byte swap. Many computer vendors supp...
 swap_words(9r) -- General: Perform
    The swap_lw_bytes interface performs a longword byte swap. The swap_word_bytes interface performs a short word byte swap. The swap_words interface performs a word byte swap. Many computer vendors supp...
<<  [Prev]  447  448  449  450  451  452  453  454  455  456  457  458  459  460  461  462  463  464  465  466  467  
468  469  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service