Searched defs:sockpath (Results 1 – 3 of 3) sorted by relevance
92 server(const char *sockpath) in server()111 client(const char *sockpath) in client()143 char sockpath[] = "/tmp/to.testsock.XXXXXX"; in main() local
445 server(const char *sockpath, pid_t pid) in server()633 client(const char *sockpath, pid_t pid) in client()668 char sockpath[] = "/tmp/cmsg.testsock.XXXXXX"; in main() local
118 static char *sockpath = NULL; variable