#include <sys/types.h>
Go to the source code of this file.
|
| int | getprent (char *, char *, int) |
| | Similar to tgetent except it returns the next entry instead of doing a lookup.
|
| int | pnchktc (char *) |
| int | pgetflag (char *) |
| void | endprent (void) |
| int | pgetent (char *, char *, const char *) |
| int | pgetnum (char *) |
| int | pnamatch (const char *) |
◆ endprent()
◆ 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()
◆ pnamatch()
| int pnamatch |
( |
const char * | | ) |
|
◆ pnchktc()