Home
last modified time | relevance | path

Searched refs:sockpath (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c118 static char *sockpath = NULL; variable
540 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()