Searched refs:ctlpath (Results 1 – 1 of 1) sorted by relevance
69 char* ctlpath; member277 if (!(s->ctlpath = ctl_makepath(name, "ctl"))) in ctl_open()287 memcpy(saddr.sun_path, s->ctlpath, strlen(s->ctlpath)); in ctl_open()288 if (unlink(s->ctlpath) && errno != ENOENT) { in ctl_open()289 BWPRINTF("error unlinking old socket path %s: %s", s->ctlpath, in ctl_open()318 free(s->ctlpath); in ctl_open()319 s->ctlpath = NULL; in ctl_open()341 if (s->ctlpath) { in ctl_close()342 unlink(s->ctlpath); in ctl_close()343 free(s->ctlpath); in ctl_close()[all …]
Completed in 3 milliseconds