Searched refs:sockpath (Results 1 – 3 of 3) sorted by relevance
118 static char *sockpath = NULL; variable540 sockpath = (char *) malloc(len);541 if (sockpath != NULL)542 (void) sm_strlcpy(sockpath, colon, len);604 removable = sockpath != NULL && in mi_closener()619 if (sockpath != NULL) in mi_closener()622 stat(sockpath, &fileinfo) == 0 && in mi_closener()635 (void) unlink(sockpath); in mi_closener()636 free(sockpath); in mi_closener()637 sockpath = NULL; in mi_closener()
192 char *sockpath = "blsock"; in main() local210 sockpath = (char *)optarg; in main()218 b = bl_create(false, sockpath, vsyslog_r); in main()
69 common_setup(int socktype, const char* sockpath) { in common_setup() argument75 strlcpy(devd_addr.sun_path, sockpath, sizeof(devd_addr.sun_path)); in common_setup()