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

/freebsd-13-stable/contrib/sendmail/src/
H A Ddaemon.c3036 ** mux_path -- the path of the socket to connect to.
3050 makeconnection_ds(mux_path, mci)
3051 char *mux_path;
3060 rval = safefile(mux_path, RunAsUid, RunAsGid, RunAsUserName,
3066 mux_path);
3076 if (strlen(mux_path) >= sizeof(unix_addr.sun_path))
3079 mux_path);
3086 (void) sm_strlcpy(unix_addr.sun_path, mux_path,
3095 mux_path);
3106 syserr("Could not connect to socket %s", mux_path);
[all...]
H A Ddeliver.c1325 char *SM_NONVOLATILE mux_path = NULL; /* path to UNIX domain socket */ local
2019 mux_path = pv[1];
2044 && mux_path == NULL
2202 if (mux_path != NULL)
2205 mux_path, m->m_name);
2206 i = makeconnection_ds((char *) mux_path, mci);

Completed in 114 milliseconds