#include "../../../include/config.h"
#include "../include/common.h"
#include "../include/io.h"
Go to the source code of this file.
Function Documentation
char* ido_escape_buffer |
( |
char * |
buffer | ) |
|
Definition at line 465 of file io.c.
int ido_inet_aton |
( |
register const char * |
cp, |
|
|
struct in_addr * |
addr |
|
) |
| |
Definition at line 340 of file io.c.
Definition at line 75 of file io.c.
Definition at line 96 of file io.c.
Definition at line 30 of file io.c.
int ido_sink_close |
( |
int |
fd | ) |
|
Definition at line 324 of file io.c.
int ido_sink_flush |
( |
int |
fd | ) |
|
Definition at line 314 of file io.c.
int ido_sink_open |
( |
char * |
name, |
|
|
int |
fd, |
|
|
int |
type, |
|
|
int |
port, |
|
|
int |
flags, |
|
|
int * |
nfd |
|
) |
| |
Definition at line 145 of file io.c.
int ido_sink_write |
( |
int |
fd, |
|
|
char * |
buf, |
|
|
int |
buflen |
|
) |
| |
Definition at line 271 of file io.c.
int ido_sink_write_newline |
( |
int |
fd | ) |
|
Definition at line 307 of file io.c.
void ido_strip_buffer |
( |
char * |
buffer | ) |
|
Definition at line 444 of file io.c.
char* ido_unescape_buffer |
( |
char * |
buffer | ) |
|
Definition at line 511 of file io.c.
Variable Documentation
Definition at line 20 of file io.c.