#include <sys/cdefs.h>
Ir al código fuente de este archivo.
'defines' |
#define | VIS_OCTAL 0x01 |
#define | VIS_CSTYLE 0x02 |
#define | VIS_SP 0x04 |
#define | VIS_TAB 0x08 |
#define | VIS_NL 0x10 |
#define | VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) |
#define | VIS_SAFE 0x20 |
#define | VIS_NOSLASH 0x40 |
#define | VIS_GLOB 0x100 |
#define | UNVIS_VALID 1 |
#define | UNVIS_VALIDPUSH 2 |
#define | UNVIS_NOCHAR 3 |
#define | UNVIS_SYNBAD -1 |
#define | UNVIS_ERROR -2 |
#define | UNVIS_END 1 |
Funciones |
__BEGIN_DECLS char * | vis (char *, int, int, int) |
int | strvis (char *, const char *, int) |
int | strnvis (char *, const char *, size_t, int) __attribute__((__bounded__(__string__ |
int int | strvisx (char *, const char *, size_t, int) __attribute__((__bounded__(__string__ |
int int int | strunvis (char *, const char *) |
int | unvis (char *, char, int *, int) |
ssize_t | strnunvis (char *, const char *, size_t) __attribute__((__bounded__(__string__ |
Documentación de los 'defines'
#define UNVIS_VALIDPUSH 2 |
#define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) |
Documentación de las funciones
ssize_t strnunvis |
( |
char * |
, |
|
|
const char * |
, |
|
|
size_t |
|
|
) |
| |
int int int strunvis |
( |
char * |
, |
|
|
const char * |
|
|
) |
| |
int strvis |
( |
char * |
, |
|
|
const char * |
, |
|
|
int |
|
|
) |
| |
__BEGIN_DECLS char* vis |
( |
char * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |