#include <sys/types.h>
Go to the source code of this file.
◆ endprent()
◆ getpname()
| char * getpname |
( |
char ** |
area, |
|
|
int |
bufsize |
|
) |
| |
◆ getprent()
| int getprent |
( |
char * |
cap, |
|
|
char * |
bp, |
|
|
int |
bufsize |
|
) |
| |
Similar to tgetent except it returns the next entry instead of doing a lookup.
- Note
- Added a "cap" parameter, so we can use these calls for printcap and papd.conf.
◆ pgetent()
| int pgetent |
( |
char * |
, |
|
|
char * |
, |
|
|
const char * |
|
|
) |
| |
◆ pgetflag()
◆ pgetnum()
◆ pgetstr()
| char * pgetstr |
( |
char * |
id, |
|
|
char ** |
area |
|
) |
| |
◆ pnamatch()
| int pnamatch |
( |
const char * |
| ) |
|
◆ pnchktc()