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

/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlistener.c114 ** sets sockpath if UNIX socket.
118 static char *sockpath = NULL; variable
536 ** Set global variable sockpath so the UNIX socket can be
540 sockpath = (char *) malloc(len);
541 if (sockpath != NULL)
542 (void) sm_strlcpy(sockpath, colon, len);
546 "%s: can't malloc(%d) for sockpath: %s",
604 removable = sockpath != NULL &&
619 if (sockpath != NULL)
622 stat(sockpath,
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dopieauto.c250 char *sockpath; local
302 sockpath = strdup(sun.sun_path);
308 if (unlink(sockpath) && (errno != ENOENT))
317 if (stat(sockpath, &st) < 0)
364 if (stat(sockpath, &st) < 0)

Completed in 1297 milliseconds