Searched refs:mux_path (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 2912 makeconnection_ds(mux_path, mci) in makeconnection_ds() argument 2913 char *mux_path; in makeconnection_ds() 2922 rval = safefile(mux_path, RunAsUid, RunAsGid, RunAsUserName, 2928 mux_path); 2938 if (strlen(mux_path) >= sizeof(unix_addr.sun_path)) 2941 mux_path); 2948 (void) sm_strlcpy(unix_addr.sun_path, mux_path, 2957 mux_path); 2968 syserr("Could not connect to socket %s", mux_path);
|
H A D | deliver.c | 1315 char *SM_NONVOLATILE mux_path = NULL; /* path to UNIX domain socket */ local 1967 mux_path = pv[1]; 1991 && mux_path == NULL 2124 if (mux_path != NULL) 2127 mux_path, m->m_name); 2128 i = makeconnection_ds((char *) mux_path, mci);
|