| | | | |
| P |
| |
| | page size, system, get - getpagesize ( ) |
| |
| | password databases |
| | | lock the lock file - lckpwdf ( ) |
| | | unlock the lock file - ulckpwdf ( ) |
| |
| | passwords |
| | | get password entry from a file - fgetpwent ( ) |
| | | get password entry from a file - fgetpwent_r ( ) |
| | | get password entry in user database - endpwent ( ) |
| | | get password entry in user database - getpwent ( ) |
| | | get password entry in user database - getpwent_r ( ) |
| | | get password entry in user database - getpwnam ( ) |
| | | get password entry in user database - getpwnam_r ( ) |
| | | get password entry in user database - getpwuid ( ) |
| | | get password entry in user database - getpwuid_r ( ) |
| | | get password entry in user database - setpwent ( ) |
| | | get passwd entry from UID - getpw ( ) |
| | | write password file entry - putpwent ( ) |
| |
| | passwords, shadow |
| | | get shadow password database entry - endspent ( ) |
| | | get shadow password database entry - fgetspent ( ) |
| | | get shadow password database entry - getspent ( ) |
| | | get shadow password database entry - getspnam ( ) |
| | | get shadow password database entry - setspent ( ) |
| | | get shadow password database entry (reentrant) - fgetspent_r ( ) |
| | | get shadow password database entry (reentrant) - getspent_r ( ) |
| | | get shadow password database entry (reentrant) - getspnam_r ( ) |
| | | write shadow password file entry - putspent ( ) |
| |
| | path name, return last element - path name ( ) |
| |
| | pclose - initiate pipe to/from a process ( ) |
| |
| | perform word expansions |
| | | - wordexp ( ) |
| | | - wordfree ( ) |
| |
| | perror - print system error messages ( ) |
| |
| | pfmt - display error message in standard format ( ) |
| |
| | pipes |
| | | initiate to/from a process - pclose ( ) |
| | | initiate to/from a process - popen ( ) |
| |
| | plock - lock or unlock into memory process, text, or data ( ) |
| |
| | popen - initiate pipe to/from a process ( ) |
| |
| | print formatted output |
| | | - fprintf ( ) |
| | | - printf ( ) |
| | | - snprintf ( ) |
| | | - sprintf ( ) |
| |
| | print formatted output of a variable argument list |
| | | - vfprintf ( ) |
| | | - vprintf ( ) |
| | | - vsnprintf ( ) |
| | | - vsprintf ( ) |
| |
| | print formatted wide-character output |
| | | - fwprintf ( ) |
| | | - swprintf ( ) |
| | | - wprintf ( ) |
| |
| | printf - formatted output conversion ( ) |
| |
| | printf - print formatted output ( ) |
| |
| | Process Code string operations - wstring ( ) |
| |
| | Process Code string operations - wscasecmp, wscasecmp ( ) |
| |
| | Process Code string operations - wscol, wscol ( ) |
| |
| | Process Code string operations - wsdup, wsdup ( ) |
| |
| | Process Code string operations - wsncasecmp, wsncasecmp ( ) |
| |
| | process statistics, prepare execution profile - monitor ( ) |
| |
| | processes |
| | | change priority - nice ( ) |
| | | duplicate an open file descriptor - dup2 ( ) |
| | | generate path name for controlling terminal - ctermid, ctermid_r ( ) |
| | | get character-string representation - cuserid ( ) |
| | | initiate pipe to/from a process - popen, pclose ( ) |
| | | manipulate user contexts - makecontext, swapcontext ( ) |
| | | memory lock or unlock - plock ( ) |
| | | prepare execution profile - monitor ( ) |
| | | report CPU time used - clock ( ) |
| | | send signal to a process group - killpg ( ) |
| | | send signal to program - raise ( ) |
| | | suspend execution for interval - sleep ( ) |
| | | terminate process - exit ( ) |
| | | terminate the process abnormally - abort ( ) |
| | | wait for process to terminate or stop - WIFEXITED ( ) |
| | | wait for process to terminate or stop - WIFSIGNALED ( ) |
| | | wait for process to terminate or stop - WIFSTOPPED ( ) |
| | | wait for process to terminate or stop - wait ( ) |
| |
| | profiling utilities, prepare process execution profile - monitor ( ) |
| |
| | program assertion, verify - assert ( ) |
| |
| | program messages |
| | | open/close a message catalog - catopen, catclose ( ) |
| | | read - catgets ( ) |
| |
| | programs, last locations - end, etext, edata ( ) |
| |
| | pseudo-terminal device |
| | | get name of the slave pseudo-terminal device - ptsname ( ) |
| | | grant access to the slave pseudo-terminal device - grantpt ( ) |
| |
| | pseudorandom number functions |
| | | - initstate ( ) |
| | | - random ( ) |
| | | - setstate ( ) |
| | | - srandom ( ) |
| |
| | psiginfo - system signal messages ( ) |
| |
| | psignal - system signal messages ( ) ( ) |
| |
| | ptsname - get name of the slave pseudo-terminal device ( ) |
| |
| | push byte back into input stream - ungetc ( ) |
| |
| | push wide-character code back into input stream - ungetwc ( ) |
| |
| | put a byte on a stream |
| | | - fputc ( ) |
| | | - putc ( ) |
| | | - putc_unlocked ( ) |
| | | - putchar ( ) |
| | | - putchar_unlocked ( ) |
| | | - putw ( ) |
| |
| | put wide character string on a stream - fputws ( ) |
| |
| | putc - put a byte on a stream ( ) |
| |
| | putc_unlocked - put a byte on a stream ( ) |
| |
| | putchar - put a byte on a stream ( ) |
| |
| | putchar_unlocked - put a byte on a stream ( ) |
| |
| | putenv - change or add value to environment ( ) |
| |
| | putmntent - get mnttab file information ( ) |
| |
| | putpwent - write password file entry ( ) |
| |
| | putspent - write shadow password file entry ( ) |
| |
| | pututline - user accounting database functions ( ) |
| |
| | pututxline - user accounting database functions ( ) |
| |
| | putw - put a byte on a stream ( ) |
| |
| | putws - convert a string of Process Code characters to EUC characters and put it on a stream ( ) |