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