HPlogo HP-UX Reference Volume 4 of 5

p

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index


Table of Contents

pam(3) - Pluggable Authentication Module
pam_acct_mgmt(3) - perform PAM account validation procedures
pam_authenticate(3) - perform authentication within the PAM framework
pam_chauthtok(3) - perform password related functions within the PAM framework
pam_get_user(3) - PAM routine to retrieve user name.
pam_open_session(3) - perform PAM session creation and termination operations
pam_set_data(3) - PAM routines to maintain module specific state
pam_set_item(3) - authentication information routines for PAM
pam_setcred(3) - modify/delete user credentials for an authentication service
pam_sm(3) - PAM Service Module APIs
pam_sm_acct_mgmt(3) - Service provider implementation for pam_acct_mgmt
pam_sm_authenticate(3) - Service provider implementation for pam_authenticate
pam_sm_chauthtok(3) - Service provider implementation for pam_chauthtok
pam_sm_open_session(3) - Service provider implementation for pam_open_session and pam_close_session respectively
pam_sm_setcred(3) - Service provider implementation for pam_setcred
pam_start(3) - authentication transaction routines for PAM
pam_strerror(3) - get PAM error message string
pathfind(3G) - search for named file in named directories
pechochar(3X) - write a character and rendition and immediately refresh the pad
perror(3C) - system error messages
pfmt(3C) - display message in standard format
popen(3S) - initiate pipe I/O to/from a process
pow(3M) - power functions
prcmd(3N) - return streams to parallel remote commands
printf(3S) - print formatted output
pthread(3T) - Introduction To POSIX.1c Threads
pthread_atfork(3T) - register fork handlers.
pthread_attr(3T) - set and get thread attributes
pthread_attr_init(3T) - initialize or destroy a thread attributes object.
pthread_cancel(3T) - cancel execution of a thread
pthread_cleanup_push(3T) - register or remove a cancellation cleanup handler
pthread_cond_init(3T) - initialize or destroy a condition variable.
pthread_cond_signal(3T) - unblock one or all threads waiting on a condition variable.
pthread_cond_wait(3T) - wait or timed wait on a condition variable.
pthread_condattr_getpshared(3T) - set or get the process-shared attribute
pthread_condattr_init(3T) - initialize or destroy a condition variable attributes object.
pthread_create(3T) - create a new thread of execution.
pthread_default_stacksize_np(3T) - change the default stacksize.
pthread_detach(3T) - mark a thread as detached to reclaim its resources when it terminates.
pthread_equal(3T) - compare two thread identifiers.
pthread_exit(3T) - cause the calling thread to terminate.
pthread_getconcurrency(3T) - set or get the concurrency level of unbound threads
pthread_getschedparam(3T) - set or get the scheduling policy and associated parameters
pthread_getspecific(3T) - get or set the thread-specific data associated with a key
pthread_join(3T) - wait for the termination of a specified thread.
pthread_key_create(3T) - create or delete a thread-specific data key.
pthread_kill(3T) - send a signal to a thread.
pthread_mutex_getprioceiling(3T) - set or get the prioceiling of a mutex.
pthread_mutex_init(3T) - initialize or destroy a mutex.
pthread_mutex_lock(3T) - lock or attempt to lock a mutex.
pthread_mutex_unlock(3T) - unlock a mutex.
mutexattr_[gs]etprioceiling(3T) - get and set the prioceiling and protocol attributes
mutexattr_[gs]etpshared(3T) - get and set the process-shared attribute and type attribute
mutexattr_[gs]etspin_np(3T) - get and set the mutex spin and yield frequency attributes
pthread_mutexattr_init(3T) - initialize or destroy a mutex attributes object.
pthread_once(3T) - call an initialization routine only once.
pthread_processor_bind_np(3T) - determine how many processors are installed in the system, bind threads to processors, and determine processor IDs; respectively.
pthread_resume_np(3T) - continue execution of a thread, resume execution of a thread, and suspend execution of a thread; respectively.
pthread_rwlock_init(3T) - initialize or destroy a read-write lock.
pthread_rwlock_rdlock(3T) - lock or attempt to lock a read-write lock for reading.
pthread_rwlock_unlock(3T) - unlock a read-write lock.
pthread_rwlock_wrlock(3T) - lock or attempt to lock a read-write lock for writing.
pthread_rwlockattr_getpshared(3T) - get or set the process-shared attribute
pthread_rwlockattr_init(3T) - initialize or destroy a read-write lock attributes object.
pthread_self(3T) - obtain the thread ID for the calling thread.
pthread_setcancelstate(3T) - set and retrieve the current thread's cancelability state or type.
pthread_sigmask(3T) - examine/change the signal mask of the calling thread.
pthread_testcancel(3T) - process any pending cancellation requests.
ptsname(3C) - get the pathname of a slave pty (pseudo-terminal)
putc(3S) - put character or word on a stream
putenv(3C) - change or add value to environment
putp(3X) - output commands to the terminal
putpwent(3C) - write password file entry
puts(3S) - put a string on a stream
putwc(3C) - put a wide character on a stream file
putws(3C) - put a wide character string on a stream file