|
Dillo v3.2.0-143-gabad1053
|
#include "config.h"#include "dlib/dlib.h"#include <ctype.h>#include <dirent.h>#include <errno.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <sys/ioctl.h>#include <sys/socket.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/un.h>#include <unistd.h>#include <time.h>
Go to the source code of this file.
Macros | |
| #define | LEN ((int) sizeof(addr.sun_path)) |
Functions | |
| static int | is_number (const char *str) |
| static double | get_time_s (void) |
| static int | connect_given_pid (int *sock, const char *pid) |
| static int | find_working_socket (int *sock) |
| static int | connect_to_dillo (int *sock) |
| int | main (int argc, char *argv[]) |
| #define LEN ((int) sizeof(addr.sun_path)) |
|
static |
Definition at line 51 of file dilloc.c.
References dClose(), dGethomedir(), get_time_s(), and path().
Referenced by connect_to_dillo().
|
static |
Definition at line 193 of file dilloc.c.
References connect_given_pid(), and find_working_socket().
Referenced by main().
|
static |
Definition at line 106 of file dilloc.c.
References dClose(), dGethomedir(), is_number(), and LEN.
Referenced by connect_to_dillo().
|
static |
Definition at line 42 of file dilloc.c.
Referenced by connect_given_pid().
|
static |
Definition at line 31 of file dilloc.c.
Referenced by find_working_socket().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 214 of file dilloc.c.
References BUFSIZ, connect_to_dillo(), dClose(), dStr_append(), dStr_append_c(), dStr_free(), dStr_new(), Dstr::len, and Dstr::str.