netatalk
4.5.0
Free and Open Source Apple Filing Protocol (AFP) Server
Toggle main menu visibility
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
6
int
getprent
(
char
*,
char
*,
int
);
7
int
pnchktc
(
char
*);
8
int
pgetflag
(
char
*);
9
void
endprent
(
void
);
10
int
pgetent
(
char
*,
char
*,
const
char
*);
11
int
pgetnum
(
char
*);
12
int
pnamatch
(
const
char
*);
13
char
*
pgetstr
(
char
*
id
,
char
**area);
14
char
*
getpname
(
char
**area,
int
bufsize);
15
16
#endif
/* PAPD_PRINTCAP_H */
pnchktc
int pnchktc(char *)
getpname
char * getpname(char **area, int bufsize)
Definition
printcap.c:656
pgetflag
int pgetflag(char *)
pgetent
int pgetent(char *, char *, const char *)
getprent
int getprent(char *, char *, int)
Similar to tgetent except it returns the next entry instead of doing a lookup.
Definition
printcap.c:98
pgetnum
int pgetnum(char *)
pgetstr
char * pgetstr(char *id, char **area)
endprent
void endprent(void)
Definition
printcap.c:170
pnamatch
int pnamatch(const char *)
etc
papd
printcap.h
Generated by
1.17.0