netatalk  4.5.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
printcap.h
Go to the documentation of this file.
1#ifndef PAPD_PRINTCAP_H
2#define PAPD_PRINTCAP_H 1
3
4#include <sys/types.h>
5
6int getprent(char *, char *, int);
7int pnchktc(char *);
8int pgetflag(char *);
9void endprent(void);
10int pgetent(char *, char *, const char *);
11int pgetnum(char *);
12int pnamatch(const char *);
13char *pgetstr(char *id, char **area);
14char *getpname(char **area, int bufsize);
15
16#endif /* PAPD_PRINTCAP_H */
int pnchktc(char *)
char * getpname(char **area, int bufsize)
Definition printcap.c:656
int pgetflag(char *)
int pgetent(char *, char *, const char *)
int getprent(char *, char *, int)
Similar to tgetent except it returns the next entry instead of doing a lookup.
Definition printcap.c:98
int pgetnum(char *)
char * pgetstr(char *id, char **area)
void endprent(void)
Definition printcap.c:170
int pnamatch(const char *)