Eneboo - Documentación para desarrolladores
|
#include <sys/param.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/file.h>
#include <pwd.h>
#include <unistd.h>
#include <signal.h>
#include <termios.h>
#include <syslog.h>
#include <fcntl.h>
#include <dirent.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <time.h>
#include "lp.h"
#include "lp.local.h"
#include "pathnames.h"
#include "extern.h"
Clases | |
struct | bauds |
'defines' | |
#define | DORETURN 0 |
#define | DOABORT 1 |
#define | REPRINT -2 |
#define | ERROR -1 |
#define | OK 0 |
#define | FATALERR 1 |
#define | NOACCT 2 |
#define | FILTERERR 3 |
#define | ACCESS 4 |
#define | FONTLEN 50 |
#define | TRC(q) (((q)-' ')&0177) |
Variables | |
char | fonts [4][FONTLEN] |
char | ifonts [4][40] |
struct bauds | bauds [] |
#define ACCESS 4 |
#define DOABORT 1 |
#define DORETURN 0 |
#define ERROR -1 |
#define FATALERR 1 |
#define FILTERERR 3 |
#define FONTLEN 50 |
#define NOACCT 2 |
#define OK 0 |
#define REPRINT -2 |
#define TRC | ( | q | ) | (((q)-' ')&0177) |
char fonts[4][FONTLEN] |
char ifonts[4][40] |