|
|
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... |