Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/posprinter/lpr/common_source/getcap.c
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "lp.h"

'defines'

#define BFRAG   1024
#define BSIZE   1024
#define ESC   ('[' & 037)
#define MAX_RECURSION   32
#define SFRAG   100
#define RECOK   (char)0
#define TCERR   (char)1
#define SHADOW   (char)2

Funciones

char * cgetcap (char *buf, const char *cap, int type)
int cgetent (char **buf, char **db_array, const char *name)
int cgetmatch (char *buf, const char *name)
int cgetclose (void)
int cgetnext (char **bp, char **db_array)
int cgetstr (char *buf, const char *cap, char **str)
int cgetnum (char *buf, const char *cap, long *num)

Documentación de los 'defines'

#define BFRAG   1024
#define BSIZE   1024
#define ESC   ('[' & 037)
#define MAX_RECURSION   32
#define RECOK   (char)0
#define SFRAG   100
#define SHADOW   (char)2
#define TCERR   (char)1

Documentación de las funciones

char* cgetcap ( char *  buf,
const char *  cap,
int  type 
)
int cgetclose ( void  )
int cgetent ( char **  buf,
char **  db_array,
const char *  name 
)
int cgetmatch ( char *  buf,
const char *  name 
)
int cgetnext ( char **  bp,
char **  db_array 
)
int cgetnum ( char *  buf,
const char *  cap,
long *  num 
)
int cgetstr ( char *  buf,
const char *  cap,
char **  str 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'