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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 pthread_testcancel(3) -- set cancelability state
    The pthread_setcancelstate() function atomically both sets the calling thread's cancelability state to the indicated state and, if oldstate is not NULL, returns the previous cancelability state at th...
 pthread_yield(3) -- yield control of the current thread
    The pthread_yield() function resets the accumulated time slice of the current thread and then enters the thread scheduler, which resumes execution of the next thread ready to run. If no other thread i...
 put8(3) -- S/Key library functions
    These functions implement the S/Key one time password authentication mechanism. The atob8() function converts the 16-byte hex string in to an 8-byte binary array stored in out. The atob8() function re...
 putc(3) -- output a character or word to a stream
    The fputc() function writes the character c (converted to an unsigned char) to the output stream pointed to by stream. putc() acts essentially identically to fputc(), but is a macro that expands in-li...
 putchar(3) -- output a character or word to a stream
    The fputc() function writes the character c (converted to an unsigned char) to the output stream pointed to by stream. putc() acts essentially identically to fputc(), but is a macro that expands in-li...
 putchar_unlocked(3) -- put next character from stream, efficiently
    The putc_unlocked() and putchar_unlocked() functions are equivalent to their locked counterparts, putc(3) and putchar(3). However, putc_unlocked() and putchar_unlocked() assume that the relevant strea...
 putc_unlocked(3) -- put next character from stream, efficiently
    The putc_unlocked() and putchar_unlocked() functions are equivalent to their locked counterparts, putc(3) and putchar(3). However, putc_unlocked() and putchar_unlocked() assume that the relevant strea...
 putenv(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...
 putp(3) -- curses interfaces to terminfo database
    These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as programming function keys. For all other func...
 puts(3) -- output a line to a stream
    The function fputs() writes the string pointed to by str to the stream pointed to by stream. The function puts() writes the string str, and a terminating newline character, to the stream stdout.
 putw(3) -- output a character or word to a stream
    The fputc() function writes the character c (converted to an unsigned char) to the output stream pointed to by stream. putc() acts essentially identically to fputc(), but is a macro that expands in-li...
 putwin(3) -- miscellaneous curses utility routines
    The unctrl macro expands to a character string which is a printable representation of the character c. Control characters are displayed in the ^X notation. Printing characters are displayed as is. The...
 pwcache(3) -- cache password and group entries
    The user_from_uid() function returns the user name associated with the argument uid. The user name is cached so that multiple calls with the same uid do not require additional calls to getpwuid(3). If...
 pw_abort(3) -- passwd file update functions
    The pw_lock(), pw_mkdb(), and pw_abort() functions allow a program to update the system passwd database. The pw_lock() function attempts to lock the passwd database by creating the file /etc/ptmp with...
 pw_copy(3) -- utility functions for interactive passwd file updates
    These functions are designed as conveniences for interactive programs which update the passwd file and do nothing else. They generally handle errors by printing out a message to the standard error str...
<<  [Prev]  100  101  102  103  104  105  106  107  108  109  110  111  112  113  114  115  116  117  118  119  120  
121  122  123  124  125  126  127  128  129  130  131  132  133  134  135  136  137  138  139  140  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service