#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <atalk/logger.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <netatalk/at.h>
#include <atalk/atp.h>
#include "printer.h"
#include "ppd.h"
Data Structures | |
struct | ppdent |
Functions | |
static void | ppd_init (void) |
static char * | my_fgets (char *buf, size_t bufsize, FILE *stream) |
static struct ppdent * | getppdent (FILE *stream) |
int | read_ppd (char *file, int fcnt) |
struct ppd_font * | ppd_font (char *font) |
struct ppd_feature * | ppd_feature (const char *feature, int len) |
Variables | |
struct ppd_font * | ppd_fonts = NULL |
struct ppd_feature | ppd_features [] |
static int | ppd_inited |
|
static |
|
static |
struct ppd_feature * ppd_feature | ( | const char * | feature, |
int | len ) |
struct ppd_font * ppd_font | ( | char * | font | ) |
|
static |
int read_ppd | ( | char * | file, |
int | fcnt ) |
struct ppd_feature ppd_features[] |
struct ppd_font* ppd_fonts = NULL |
|
static |